Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Condor-users] condor_compile and C++ (g++?) problem
- Date: Thu, 1 Nov 2007 10:47:16 -0400
- From: "Jonathan D. Proulx" <jon@xxxxxxxxxxxxx>
- Subject: [Condor-users] condor_compile and C++ (g++?) problem
HI,
I'm trying to relink someoneless code using condor_compile:
condor_compile g++ -o final *.o
but I run into a number of errors similar to this (different functions
same errors):
ModelMath.o: In function `Computation::AssimObservation(blitz::Array<double, 2>&, std::vector<int, std::allocator<int> > const&, blitz::Array<double, 1> const&, blitz::Array<double, 2> const&, int, blitz::Array<double, 1>&, int, int)':
ModelMath.cpp:(.text+0x21d6): undefined reference to `__cxa_guard_acquire'
ModelMath.cpp:(.text+0x2217): undefined reference to `__cxa_guard_release'
ModelMath.cpp:(.text+0x2280): undefined reference to `__cxa_guard_abort'
ModelMath.cpp:(.text+0x22b1): undefined reference to `__cxa_guard_acquire'
ModelMath.cpp:(.text+0x22f2): undefined reference to `__cxa_guard_release'
ModelMath.cpp:(.text+0x235b): undefined reference to `__cxa_guard_abort'
They link fine without condor_compile. Is there something I can do,
or ask the author to do, to get this to link with condor?
$ condor_version
$CondorVersion: 6.8.2 Oct 12 2006 $
$CondorPlatform: X86_64-LINUX_RHEL3 $
Thanks,
-Jon