[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem while compiling gnustep base
From: |
Richard Frith-Macdonald |
Subject: |
Re: Problem while compiling gnustep base |
Date: |
Sat, 11 May 2002 14:54:05 +0100 |
On Saturday, May 11, 2002, at 08:07 PM, PERON Stéphane wrote:
Hi all,
When I try to compile gnustep base from cvs version, I have the
following
error message :
/usr/bin/ld: warning: libgcc_s.so.1, needed by
../Source/shared_obj/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-base.so,
not found (try using -rpath or -rpath-link)
/usr/bin/ld: warning: type and size of dynamic symbol
`__objc_class_name_NSConstantString' are not defined
/usr/bin/ld: warning: type and size of dynamic symbol
All the warnings of the form above are due to a harmless compiler bug
and can be ignored.
../Source/shared_obj/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-base.so:
undefined reference to `__fixunsdfdi@GCC_3.0'
../Source/shared_obj/ix86/linux-gnu/gnu-gnu-gnu/libgnustep-base.so:
undefined reference to `__fixunssfdi@GCC_3.0'
collect2: ld returned 1 exit status
The above missing symbols are from the compilers own library (can't
remember
its name).
I think they indicate an incorrect/incomplete compiler installation.
Try ensuring that the compiler libraries are instaled in one of the
standard system library locations, or perhaps upgrade to a more recent
compiler version ... where the compiler might install its own libraries
correctly.
make[2]: *** [shared_obj/ix86/linux-gnu/gnu-gnu-gnu/autogsdoc] Erreur 1
make[1]: *** [autogsdoc.all.tool.variables] Erreur 2
make[1]: Quitte le répertoire
`/partage/recup_internet/GNUStep/Sources/core/base/Tools'
What happens ?
Thanks for your help !
*****************
Stéphane PERON
speron@telys.com
*****************