Mailing List Archives
Authenticated access
|
|
|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Condor-users] condor_compile and C++ (g++?) problem
- Date: Thu, 1 Nov 2007 09:53:51 -0700
- From: "David Konerding" <dakoner@xxxxxxxxx>
- Subject: Re: [Condor-users] condor_compile and C++ (g++?) problem
> 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?
>
yes, I think RHEL3 used g++3 and etch uses g++4. I would expect that
g++3 and g++4 have somewhat different ABIs.
you might want to try using the g++3 compiler package for debian etch if it's
available.
Dave