Hi, I'm trying to compile the core from subversion on powerpc-apple-darwin8.8.0. I installed gnustep-make with /opt/GNUstep prefix and it's ok, it's work. I configure base , with gcc from apple (4.0.1) and -DNO_GNUSTEP in CPPFLAGS, i disable 'DO','xml','xslt','xmltest' ... I run the follow command :
CC=/usr/bin/gcc CPPFLAGS=-DNO_GNUSTEP ./configure -C --prefix=/opt/GNUstep --disble-do --disble-xml --disble-xslt --disble-xmltest It compile, but libtool ... Making all for library libgnustep-baseadd... Linking library libgnustep-baseadd ... libtool: unrecognized option `-dynamic' Try `libtool --help' for more information. make[2]: *** [obj/libgnustep-baseadd.dylib.1.14.0] Error 1 make[1]: *** [libgnustep-baseadd.all.library.variables] Error 2 make: *** [internal-all] Error 2 The libtool installed is the fink'ed libtool version: ltmain.sh (GNU libtool) 1.5.10 (1.1220.2.130 2004/09/19 12:13:49) if i run make with 'shared=no' the unrecognized option for libtool is -static ... I disabled do,xml,... for minimize the error on compilation. I would help to port GNUstep Core on Darwin 8.8, but i don't know how to do. Do You have some issues or guide lines for the porting ??? bye _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
