The 'Configure -ldlibs' command does not work properly under some circumstances: - If the ZLIB library is built the following gets printed when executed: On this machine the G4LIB_BUILD_ZLIB=1 On this machine the G4LIB_USE_ZLIB=1 which clearly generates a problem if the command has to be integrated. - The command does not work at all when global libraries are generated, since also the 'liblist' application which is implicitely used by the command is not built !
(A) ZLIB is corrected...(but about integration see 892)
I have a similar problem: [geant4.9.1]./Configure -ldlibs On this machine the G4LIB_BUILD_GDML=1 On this machine the XERCESCROOT= (rest of output) Always with version 9.1, if global libraries are used, then the link line is not correct. I see this both on Linux and OSX.
The output issue is now fixed in CVS.
Decreasing the priority on this because this interface to Configure will be deprecated in the near future.
Marking as WONTFIX due to deprecation of Configure.