[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Condor-users] condor_compile and C++ (g++?) problem



On Thu, Nov 01, 2007 at 08:00:55AM -0700, David Konerding wrote:

:Try compiling the code with
:-fno-threadsafe-statics
:as a workaround and hope that your code doesn't have two threads that
:call the same constructor with a static class in it at the same time.

Thanks for the pointer, that does change my errors, now complains
about undefined references to:

__powidf2

and several svm_<foo> functions that should are part of the source
tree, so looks liek I need soem deeper code diving on this end.

:Looks like the C++ libraries in Condor have a different ABI from the
:one on your system.

the system is Debian Etch on AMD_64 condor info is:

$ condor_version 
$CondorVersion: 6.8.2 Oct 12 2006 $
$CondorPlatform: X86_64-LINUX_RHEL3 $

Does this point out and obvious (or not so obvious) problems/solutions
to anyone?

Thanks,
-Jon