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

Re: [Condor-users] condor_compile problem



On Mon, Jul 12, 2004 at 05:39:26PM +0000, Massimo Canonico wrote:
> Hi,
> I got a problem when I try to compile my project with condor_compile (if 
> I compile with default gcc I haven't any problem).
> 
> I'm using a cluster of linux machine (with RedHat 7.2) , with  gcc 3.3 
> and condor 6.6.5.
> 
> I can compile all the single file without problem:
> condor_compile g++  -O3 -DCPP 
> -I/export/now01/mex/csimCD/csim_cpp-19.0/lib -c File1.cpp
> condor_compile g++  -O3 -DCPP 
> -I/export/now01/mex/csimCD/csim_cpp-19.0/lib -c File2.cpp
> ....
> 
> but I got a error when I try to link them:
> condor_compile g++ -O3 -DCPP 
> -I/export/now01/mex/csimCD/csim_cpp-19.0/lib *.o 
> /export/now01/mex/csimCD/csim_cpp-19.0/lib/csim.cpp.a -lm
> 
> The complete error msg is in the end of this message. Briefly, I got 
> this error:
> 
> /usr/bin/ld: Dwarf Error: Invalid or unhandled FORM value: 14
> 
> In the system, there are 2 gcc compilers: defaul gcc (version 2.96) 
> and the gcc 3.3 that I can use setting the variable 
> $PATH=/usr/local/gcc-3.3/bin and LD_LIBRARY_PATH=/usr/local/gcc-3.3/lib.
> 
> Could some one help me please?
> 

condor_compile on Redhat 7.2 does not support GCC 3.3. 

-Erik