error in compilation with CINT

From: naimuddin <nayeems_at_myrealbox.com>
Date: Wed, 17 Oct 2007 01:58:43 +0530


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:29:02 CEST

This archive was generated by hypermail 2.2.0 : Tue Oct 16 2007 - 23:50:01 CEST