> Here is the information about the gcc packages installed. > [gnustep-gui-0.7.0]$make > [snip] > /usr/bin/ld: warning: type and size of dynamic symbol > `__objc_class_name_NSAutoreleasePool' are not defined ^ This warning is not the cause of the failure. As far as I know, this warning is just a nuisance and does not affect the program at all. Look up further and see if you can see some sort of other error.
> make[2]: *** [example.service/Resources/Info-gnustep.plist] Error 1 > make[1]: *** [example.all.service.variables] Error 2 > make[1]: Leaving directory `/tmp/gnustep/gnustep-gui-0.7.0/Tools' > make: *** [internal-all] Error 2 > Also, make sure that when you compile gnustep, you set it to use gcc3.0 instead of gcc 2.96. On debian, the gcc3.0 binary is just /usr/bin/gcc-3.0 instead of /usr/bin/gcc. In this case, just put CC=gcc-3.0 ./configure <options> as you compile gnustep. -- Andy Ruder _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com _______________________________________________ Help-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-gnustep
