I’m setting up a Condor pool, and installed the first
machine as manager, submit, execute. And a 2nd with submit, execute. When I try to compile the examples using condor_compile make
I get the following error; Where is condor_c, and how do I get it installed properly? [condor@tibet examples]$ condor_compile make condor_compile g++ -o env.remote env.C LINKING FOR CONDOR : /usr/bin/ld.real
-L/usr/local/condor/lib -Bstatic --eh-frame-hdr -m elf_x86_64 -dynamic-linker
/lib64/ld-linux-x86-64.so.2 -o env.remote /usr/local/condor/lib/condor_rt0.o
/usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../../../lib64/crti.o
/usr/lib/gcc/x86_64-redhat-linux/3.4.6/crtbeginT.o
-L/usr/lib/gcc/x86_64-redhat-linux/3.4.6
-L/usr/lib/gcc/x86_64-redhat-linux/3.4.6 -L/usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../../../lib64
-L/usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../.. -L/lib/../lib64
-L/usr/lib/../lib64 /tmp/ccg3rJ37.o /usr/local/condor/lib/libcondorzsyscall.a
/usr/local/condor/lib/libcondor_z.a /usr/local/condor/lib/libcomp_libstdc++.a
/usr/local/condor/lib/libcomp_libstdc++.a -lm
/usr/local/condor/lib/libcomp_libgcc.a
/usr/local/condor/lib/libcomp_libgcc_eh.a -lcondor_c -lcondor_nss_files
-lcondor_nss_dns -lcondor_resolv -lcondor_c -lcondor_nss_files -lcondor_nss_dns
-lcondor_resolv -lcondor_c /usr/local/condor/lib/libcomp_libgcc.a
/usr/local/condor/lib/libcomp_libgcc_eh.a
/usr/lib/gcc/x86_64-redhat-linux/3.4.6/crtend.o
/usr/lib/gcc/x86_64-redhat-linux/3.4.6/../../../../lib64/crtn.o /usr/bin/ld.real: skipping incompatible /usr/local/condor/lib/libcondor_c.a
when searching for -lcondor_c /usr/bin/ld.real: cannot find -lcondor_c collect2: ld returned 1 exit status make: *** [env.remote] Error 1 [condor@tibet examples]$ uname -a Linux tibet.progeny.net 2.6.9-55.ELsmp #1 SMP Fri Apr 20
16:36:54 EDT 2007 x86_64 x86_64 x86_64 GNU/Linux [condor@tibet examples]$ |