Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] compile problem: libcondor_c.a: could not read symbols: Bad value
- Date: Tue, 24 Jul 2007 12:21:13 +0200
- From: Massimo Canonico <canonico@xxxxxxxxxxxxx>
- Subject: [Condor-users] compile problem: libcondor_c.a: could not read symbols: Bad value
Hi,
I have installed this
condor-6.8.5-linux-x86_64-rhel3-dynamic.tar.gz
on my fedora 7 x86_64.
I had to add this packet: compat-libstdc++-33-3.2.3-47.fc4.x86_64.rpm
Everything seems work: the condor demons show me the status of my cluster.
But I have problem concerning condor_compile:
/usr/bin/ld: errno: TLS reference in
/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/libpthread.a(ptw-wait.o)
mismatches non-TLS reference in /condor/lib/libcondor_c.a(sysdep.o)
/condor/lib/libcondor_c.a: could not read symbols: Bad value
collect2: ld returned 1 exit status
make: *** [Negative] Error 1
I have searched for this error on Internet but I did not find much
information.
Could you help me, please?
I also tried to compile a very simple C program:
#include <stdio.h>
int main(void){
printf("%d", 17);
return 1;
}
and got just some warning but I can compile it:
/home/condor/execute/dir_16822/userdir/src/condor_ckpt/condor_file_agent.C:99:
warning: the use of `tmpnam' is dangerous, better use `mkstemp'
/condor/lib/libcondorsyscall.a(switches.o): In function `__gets_chk':
/home/condor/execute/dir_16822/userdir/src/condor_syscall_lib/switches.remap-LINUX.h:435:
warning: the `gets' function is dangerous and should not be used.
Thanks in advance,
M