Problem 70

Summary: f2c library on RH6.1 in examples/extended/eectromagnetic/TestEm1
Product: Geant4 Reporter: nedelec
Component: configAssignee: Evgueni.Tcherniaev
Status: RESOLVED FIXED    
Severity: normal    
Priority: P2    
Version: 1.0   
Hardware: PC   
OS: Linux   

Description nedelec 2000-03-20 08:21:33 CET
By default the "FCLIBS" env is set to f2c on Linux. It is usually not found.
It would be better to set it to:

FCLIBS = -L/usr/lib/gcc-libs -lg2c -lnsl

In my previous mail, I forgot "-lnsl" which is need with packlib.
Comment 1 Gabriele Cosmo 2000-03-23 09:43:59 CET
Fixed in the development tag "config-V01-01-00".
It will be included in the next public release or patch.
Thanks.