RE: error in compilation with CINT

From: Philippe Canal <pcanal_at_fnal.gov>
Date: Tue, 16 Oct 2007 15:36:23 -0500


Hi,

This bug has been fixed in ROOT 4.04/02c a little more than 2 years ago.

Cheers,
Philippe

-----Original Message-----
From: owner-roottalk_at_root.cern.ch [mailto:owner-roottalk_at_root.cern.ch] On Behalf Of naimuddin
Sent: Tuesday, October 16, 2007 3:29 PM
To: roottalk_at_root.cern.ch
Subject: [ROOT] error in compilation with CINT

Hello!
I am trying to compile a root macro as
gROOT->ProcessLine(".L calib_plots.C++"); The compilation failed with the error message: g++: vector.dll: No such file or directory g++: stdfunc.dll: No such file or directory Error in <ACLiC>: Compilation failed!

I am using root version 4.04/02b, I checked that vector.dll and stdfunc.dll libraries exists in my area.

But somehow g++ is not able to find them? I don't even understand why g++ needs those libraries.
After this I even tried masking with __CINT__ in my macro but then other errors occurred.
If I use root version 4.00 then this problem is not there. This is only happening with root version 4.01 or greater. I tried looking at the root archives and found one such discussion but that was incoclusive.
Does anyone know what is wrong and how to get around this.

Thanks,
Nayeem Received on Tue Oct 16 2007 - 22:36:43 CEST

This archive was generated by hypermail 2.2.0 : Wed Oct 17 2007 - 17:50:03 CEST