Operating System - HP-UX
1833838 Members
2677 Online
110063 Solutions
New Discussion

HP Fortran 90 intrinsec library

 
DJAMAI
New Member

HP Fortran 90 intrinsec library

i want to link a programm which use intrinsec library of Fortran90. Is this command correct?
/bin/ld -b -o lib_sub.sl sub_f.o /opt/fortran90/lib/libF90.a -lc -lcl -lm
When i use this library in java (SystemloadLybrary) it tell me
can't shl_load() a library containing Thread Local Storage

THANKS