This is the mail archive of the libc-alpha@sources.redhat.com 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]
Other format: [Raw text]

Why cvs version different from snapshot? (and more)


Hi,

1. I always succeed to compile cvs version, but have no luck with snapshot version.
What's wrong with it?

# gcc -v
Using built-in specs.
Target: i686-pc-linux-gnu
Configured with: ../gcc-4.0-20050402/configure --prefix=/usr
--libexecdir=/usr/lib --enable-shared --enable-threads=posix
--enable-__cxa_atexit --enable-clocale=gnu --enable-languages=c,c++
Thread model: posix
gcc version 4.0.0 20050402 (prerelease)

#ld --version
GNU ld version 050405 20050405

# as --version
GNU assembler 050405 20050405

/XXX/glibc-build# make
...

build/math/s_isinf.os.dt -MT /XXX/glibc-build/math/s_isinf.os
../sysdeps/ieee754/dbl-64/s_isinf.c:29: error: 'isinf' aliased to undefined
symbol '__isinf'
make[2]: *** [/XXX/glibc-build/math/s_isinf.os] Error 1
make[2]: Leaving directory `/XXX/glibc-2.3-20050404/math'
make[1]: *** [math/subdir_lib] Error 2
make[1]: Leaving directory `/glibc-2.3-20050404'
make: *** [all] Error 2


2. and, even with glibc cvs version, another problem is here.
i am using chrooted environment, when i try to compile Linux-PAM package,

gcc -Wall -Wwrite-strings       -Wpointer-arith -Wcast-qual -Wcast-align       
-Wstrict-prototypes -Wmissing-prototypes     -Wnested-externs -Winline -Wshadow
-Dlinux -g -O2   -I./include -I/XXX/Linux-PAM-0.78/libpam/include
-I/XXX/Linux-PAM-0.78 -I/XXX/Linux-PAM-0.78/libpamc/include  -fPIC
-I../pammodutil/include -o pam_tally dynamic/pam_tally_app.o  -L../pammodutil
-lpammodutil -L../../libpam -lpam
/lib/libdl.so.2: undefined reference to `_rtld_global@GLIBC_PRIVATE'
/lib/libdl.so.2: undefined reference to `_rtld_global_ro@GLIBC_PRIVATE'
/lib/libdl.so.2: undefined reference to `_dl_rtld_di_serinfo@GLIBC_PRIVATE'
collect2: ld returned 1 exit status
make[2]: *** [pam_tally] Error 1
make[2]: Leaving directory `/XXX/Linux-PAM-0.78/modules/pam_tally'
make[1]: *** [all] Error 1
make[1]: Leaving directory `/XXX/Linux-PAM-0.78/modules'
make: *** [modules] Error 2

Thanks in advance.


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