Problem compiling macros with 4.02.00 on MacOSX 10.3.6

Warning: I copied this message to root support after having wrongly posted it here

Happy New to All,

I recently downloaded the binary version of root 4.02.00 for Mac OS X 10.3.6 and it seems to have 2 problems (uncorrelated ?) while compiling some code (using .L bla.C+)

First I got following error message:

[quote]
.L LumiChain.C+
Info in TUnixSystem::ACLiC: creating shared library /Volumes/Home/Users/boudry/Lumi/OnlineAnal/./LumiChain_C.so
dlopen error: dlcompat: dyld: /usr/local/root-4.02.00-tar2/root/bin/root.exe Undefined symbols:
/usr/local/root-4.02.00-tar2/root/lib/libNetx.so undefined reference to __ZN10TCondition9TimedWaitEm expected to be defined in a dynamic image
/usr/local/root-4.02.00-t
Load Error: Failed to load Dynamic link library /usr/local/root-4.02.00-tar2/root/lib/libNetx.so[/quote]

I guess the libNetx.so library has to be loaded (I don’t request it) but it’s not done correctly since this problem disappears if I load it “preventively” by hand:
gSystem->Load(“libNetx.so”)

Then I have errors on the subsequent compilations:

[quote] loading BaseData.C+
Info in TUnixSystem::ACLiC: creating shared library /Volumes/Home/Users/boudry/Lumi/OnlineAnal/./BaseData_C.so
g++: LumiChain_C.dylib: No such file or directory
Error in : Compilation failed![/quote]

Each file compiles fine if it is treated first. Starting at the second compilation an inexistant .dylib is requested.

Any idea from this might come from ?

Thanks, Vincent.