Displaying 3 results from an estimated 3 matches for "lompstubs".
2004 Nov 11
1
R with Sun Studio Fortran 95 compiler
...checking how to get verbose linking output from f95... -v
checking for Fortran libraries of f95... -L/usr/local/lib
-R/opt/SUNWspro/lib/v8plus:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/v8plus
-L/opt/SUNWspro/prod/lib/v8plus -L/opt/SUNWspro/lib
-L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lompstubs
-lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai
-lfmaxvai -lfsu -lsunmath -lm
checking for dummy main to link with Fortran libraries... unknown
configure: error: linking to Fortran libraries from C fails
See `config.log' for more details.
2004 Oct 11
0
Sun Forte 9 / configure compatability problem with 2.0/1.9.x (PR#7278)
...he sections of the configure script before the linker failure seem to be
compiling a dummy fortran program in verbose mode in order to ream off the
relevant fortran libs and object files so that cc can replicate them during
linking.
The fortran compiler in Forte 9 now includes the directive "-lompstubs", which
for some reason is placed out of order for the linker. The forte compiler works
around this by flanking the lib call with -zallextract and -zdefaultextract,
effectively forcing the linker to extract all symbols in the ompstubs library so
that they're available for later libraries....
2004 Nov 11
0
ROracle SQL length limitation
...checking how to get verbose linking output from f95... -v
checking for Fortran libraries of f95... -L/usr/local/lib
-R/opt/SUNWspro/lib/v8plus:/opt/SUNWspro/lib -L/opt/SUNWspro/lib/v8plus
-L/opt/SUNWspro/prod/lib/v8plus -L/opt/SUNWspro/lib
-L/opt/SUNWspro/prod/lib -L/usr/ccs/lib -L/lib -L/usr/lib -lompstubs
-lfui -lfai -lfai2 -lfsumai -lfprodai -lfminlai -lfmaxlai -lfminvai
-lfmaxvai -lfsu -lsunmath -lm
checking for dummy main to link with Fortran libraries... unknown
configure: error: linking to Fortran libraries from C fails
See `config.log' for more details.
------------------------------
M...