| PlatformNotes |
UserPreferences |
| SEED Wiki | FrontPage | RecentChanges | TitleIndex | WordIndex | SiteNavigation | HelpContents |
These are notes on compiling the SEED environment on various platforms.
Solaris
Currently, this build requires the GNU tools; including gmake, gtar, and a BSD-compatible install.
postgres - in Makefile.Global, need
# Linking
LIBS = -lz -lrt -lresolv -lgen -lsocket -lnsl -ldl -lm LD = /opt/csw/sparc-sun-solaris2.8/bin/ld with_gnu_ld = no
We can force this with 'configure --without-gnu-ld'
Or, using the solaris compiler: env CC=cc ./configure --without-readline