This is the mail archive of the glibc-linux@ricardo.ecn.wfu.edu mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Undefined symbol in sunrpc


Hello all,  I am trying to build glibc-2.2.2 using the gcc-3.0 prerelease and I get an undefined symbol error while trying to make xbootparams_prot.stmp.  The errors read :
 
$GLIBCBUILDDIR/sunrpc/rpcgen: no version information available
$GLIBCBUILDDIR/sunrpc/rpcgen: error while loading shared libraries:
$GLIBCBUILDDIR/sunrpc/rpcgen: undefined symbol: _libc_intl_domainname, version GLIBC_2.0
 
I am trying to build a linux-from-scratch system, so I am using static binaries in a `chroot`ed environment.
Glibc was configured with "--prefix=/usr --host=i686-pc-linux-gnu --build=i686-pc-linux-gnu --with-elf --without-cvs --with-headers=/usr/src/linux/include --with-gnu-as --with-gnu-ld --enable-shared --disable-profile --enable-oldest-abi=2.2 --enable-kernel=2.4.2 --enable-add-ons --enable-libio --libexecdir=/usr/bin --with-bash2".
 
Is the "--enable-oldest-abi" the problem, or is it something else??
 
Britton E. Payne
 
PS -- In regards to my last post: to use gcc-3.0, I had to vi configure, not configure.in.  There I added the "*3.0*" and it accepted my version of gcc.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]