On Jan 7, 2010, at 3:35 PM, Andreas Höschler wrote: > This got the thing installed. The recommendation though was > > "you should compile all source code with `-fpic' or `-fPIC'." > > How can I make gcc use this option for everything it does?
-fPIC should be used on almost every target that GNUstep Makefiles support. You can check under gnustep-make/target.make Did you see it when you typed "make messages=yes" ? I checked and it does look set for Solaris targets. _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
