discuss-gnustep
[Top][All Lists]
Advanced

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

GNUstep compilation on Ubuntu 6.06 woes


From: Michael Hanni
Subject: GNUstep compilation on Ubuntu 6.06 woes
Date: Wed, 30 Aug 2006 11:27:02 -0700 (PDT)

Hi:

The recent splurge of conversation on this list about the viability of GNUstep
on the desktop has piqued my interest and I'm trying to compile everything
fresh from SVN. While -base appears to compile, I can't get anything to link.
It bombs out with this error:

michael@zippy:~/Sandbox/gnustep/core/core/base/Tools$ make
Making all for tool autogsdoc...
 Linking tool autogsdoc ...
../Source/./shared_obj/libgnustep-base.so: undefined reference to
`_OBJC_CLASS_NAME_2'
../Source/./shared_obj/libgnustep-base.so: undefined reference to
`_OBJC_CLASS_NAME_13'
../Source/./shared_obj/libgnustep-base.so: undefined reference to
`_OBJC_CLASS_NAME_7'
../Source/./shared_obj/libgnustep-base.so: undefined reference to
`_OBJC_CLASS_NAME_4'
../Source/./shared_obj/libgnustep-base.so: undefined reference to
`_OBJC_CLASS_NAME_8'
../Source/./shared_obj/libgnustep-base.so: undefined reference to
`_OBJC_CLASS_NAME_11'
../Source/./shared_obj/libgnustep-base.so: undefined reference to
`_OBJC_CLASS_NAME_6'
../Source/./shared_obj/libgnustep-base.so: undefined reference to
`_OBJC_CLASS_NAME_34'
../Source/./shared_obj/libgnustep-base.so: undefined reference to
`_OBJC_CLASS_NAME_10'
../Source/./shared_obj/libgnustep-base.so: undefined reference to
`_OBJC_CLASS_NAME_12'
../Source/./shared_obj/libgnustep-base.so: undefined reference to
`_OBJC_CLASS_NAME_9'
../Source/./shared_obj/libgnustep-base.so: undefined reference to
`_OBJC_CLASS_NAME_5'
collect2: ld returned 1 exit status
make[1]: *** [shared_obj/autogsdoc] Error 1
make: *** [autogsdoc.all.tool.variables] Error 2

This on a stock Ubuntu 6.06 install with this gcc installed:

michael@zippy:~/Sandbox/gnustep/core/core/base/Tools$ gcc -v
Using built-in specs.
Target: powerpc-linux-gnu
Configured with: ../src/configure -v
--enable-languages=c,c++,java,f95,objc,ada,treelang --prefix=/usr
--enable-shared --with-system-zlib --libexecdir=/usr/lib
--without-included-gettext --enable-threads=posix --enable-nls
--program-suffix=-4.0 --enable-__cxa_atexit --enable-clocale=gnu
--enable-libstdcxx-debug --enable-java-awt=gtk-default --enable-gtk-cairo
--with-java-home=/usr/lib/jvm/java-1.4.2-gcj-4.0-1.4.2.0/jre --enable-mpfr
--disable-softfloat --enable-targets=powerpc-linux,powerpc64-linux
--with-cpu=default32 --disable-werror --enable-checking=release
powerpc-linux-gnu
Thread model: posix
gcc version 4.0.3 (Ubuntu 4.0.3-1ubuntu5)
michael@zippy:~/Sandbox/gnustep/core/core/base/Tools$ uname -a
Linux zippy 2.6.15-26-powerpc #1 Thu Aug 3 02:53:39 UTC 2006 ppc GNU/Linux

I googled around, but I didn't see anything that immediately dealt with my
problem.

Any tips would be greatly appreciated!

Thanks,

Michael






reply via email to

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