help-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems Compiling gnustep-gui-0.7.0


From: Andy Ruder
Subject: Re: Problems Compiling gnustep-gui-0.7.0
Date: Thu, 17 Jan 2002 16:42:57 -0600
User-agent: Mutt/1.3.25i

> 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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]