override compiler, but also linker

2012-05-16 Thread John Donners
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

override compiler, but also linker

2012-05-16 Thread John Donners
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

override compiler, but also linker

2012-05-16 Thread John Donners
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

support for IBM XLF 12.1 and higher

2012-09-14 Thread John Donners
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