Displaying 1 result from an estimated 1 matches for "zallextract".
Did you mean:
allextract
2004 Oct 11
0
Sun Forte 9 / configure compatability problem with 2.0/1.9.x (PR#7278)
...e
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. The configure script is ignoring the
-z extraction directives, resulting in an out-of-order sequence of libs, and a
subsequent failure to resolve th...