paralleling the ImageMagick compilation thread, sgi's compilers require this (or similar):
CPPFLAGS= -Dsgi -I /usr/local/include CFLAGS= -I /usr/local/include -n32 LDFLAGS= -L /usr/lib32 -L /usr/local/lib CXXFLAGS= -n32 SO_FLAGS=-n32 I'm unhappy about the /usr/lib32 part... regards, Pete Richard Gillilan wrote: > J Can you explain your method to compile with native compile (aclocal... > your variable (PATH CFLAGS...) > > I'm working with a cvs version that is less than two weeks old. I use the > following commands to > build it: > > aclocal > autheader > automake --include-deps > autoconf > configure > make > > configure correctly recognizes that there is no gcc compiler on my system: > > ---------------stuff deleted --------- > checking for c++... (cached) CC > checking whether the C++ compiler (CC ) works... yes > checking whether the C++ compiler (CC ) is a cross-compiler... no > checking whether we are using GNU C++... (cached) no > checking whether CC accepts -g... (cached) yes > checking for gcc... (cached) cc > checking whether the C compiler (cc ) works... yes > checking whether the C compiler (cc ) is a cross-compiler... no > checking whether we are using GNU C... (cached) no > ------------------------------------------ > > Richard
