nofor_main \$libobjs \$deplibs
\$compiler_flags \${wl}-soname \$wl\$soname -o \$lib"
which uses the correct linker command, both with and without setting FC.
But I guess there is a more appropriate (and permanent) way of doing this.
I hope you could help me with some suggestions.
Cheers,
John
nofor_main \$libobjs \$deplibs
\$compiler_flags \${wl}-soname \$wl\$soname -o \$lib"
which uses the correct linker command, both with and without setting FC.
But I guess there is a more appropriate (and permanent) way of doing this.
I hope you could help me with some suggestions.
Cheers,
John
nofor_main \$libobjs \$deplibs
\$compiler_flags \${wl}-soname \$wl\$soname -o \$lib"
which uses the correct linker command, both with and without setting FC.
But I guess there is a more appropriate (and permanent) way of doing this.
I hope you could help me with some suggestions.
Cheers,
John
x27;mpfort' instead of mpixlf on linux.
I removed the separate section for xlf and added 'xlf* | mpfort*'
to the section for xlc in libtool.m4. I'm sure you have a cleaner
way of implementing this (if you plan to keep supporting the old
IBM compilers), so I won't include a patch h