Hi, Compiling condor 7.4.1 under snow leopard. I'm using: ./configure --disable-gcc-version-check --disable-glibc-version-check --disable-rpm --disable-kbdd --disable-quill --enable-proper --with-classads --without-gsoap --without-postgresql --disable-full-port In condor_c++_utils the current build system tries to use gcc to link libcondorapi.so, but with the default apple gcc-4.2.1 that fails complaining about not being able to find various class names. However if I cut-n-paste the gcc link command that failed, and the executable from gcc to g++ it works. the command I needed to change was: gcc -shared -fPIC -DPIC -o libcondorapi.so condor_event-pic.o file_sql-pic.o ...etc... diane
Attachment:
pgp_DYbXBAhKe.pgp
Description: PGP signature