search for: ompstubs

Displaying 1 result from an estimated 1 matches for "ompstubs".

Did you mean: lompstubs
2004 Oct 11
0
Sun Forte 9 / configure compatability problem with 2.0/1.9.x (PR#7278)
...e 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....