On some Linux stations I get the following error- fab3000: symbol lookup error: /opt/numerical/fab3000v7/lib/fox.so: undefined symbol: clock_gettime
N
Numerical Support Team
started a topic
almost 9 years ago
On some Linux stations I get the following error- fab3000: symbol lookup error: /opt/numerical/fab3000v7/lib/fox.so: undefined symbol: clock_gettime
"Clock_gettime" is referenced in library: librt.so We use the compiler setting -lrt (link to librt.so) when building the binaries - so FAB 3000 is looking for that speicic library package. It would appear that perhaps some workstations do not have librt.so in a path that FAB 3000 can find.
Numerical Support Team
"Clock_gettime" is referenced in library: librt.so We use the compiler setting -lrt (link to librt.so) when building the binaries - so FAB 3000 is looking for that speicic library package. It would appear that perhaps some workstations do not have librt.so in a path that FAB 3000 can find.