Hi Everyone When i did "make -s" in the source directory i got the following output. OS = Windows 2000 using Cygwin. ============================================================================= $ make -s make[1]: cernlib: Command not found libc stage done libF stage done WARNING: Making a library map of granular libraries. This is a list of libraries in order of use, and for each library a list of other libraries used. To do this it needs a complete set of dependency files, e.g., after gmake in the source/ directory. Searching ../source for GNUmakefiles containing "name" and sorting... Weeding out /test[s]/, global level GNUmakefiles, etc... Making libname.map starter file... Making libname.map... Reading library name map file... Reading dependency files... Checking for circular dependencies... Reordering according to dependencies... Writing new library map file... wsroot@BNG1ANURAGGO /cygdrive/c/Project_Tools/Geant4/geant4.3.2/source ============================================================================== It says "cernlib" command not found. Has Geant4 been installed properly. What to do to solve this error "cernlib" command not found. regards, Anurag
The message: gmake[1]: cernlib: Command not found shows that you don't have the 'cernlib' command installed in your system; 'cernlib' is a command from the CERN program library (cernlib) returning a list of libraries needed to link a cernlib application. This command is only used in the 'g3tog4' module, however, if you do not make use of the 'g3tog4' tool, it's harmless. The cernlib script (and the needed cernlib libraries) are available from http://cern.ch/cernlib