(Sorry. I just realized I forgot to reply to the list)
On Tue, Feb 16, 2016 at 03:24:00PM -0600, Luis Mochan wrote: > Hi Craig, > > On Tue, Feb 16, 2016 at 11:36:27AM -0700, Craig DeForest wrote: > > Hmmm. What version of gcc are you using? > > $ gcc -v > Using built-in specs. > COLLECT_GCC=gcc > COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/5/lto-wrapper > Target: x86_64-linux-gnu > Configured with: ../src/configure -v --with-pkgversion='Debian 5.3.1-8' > --with-bugurl=file:///usr/share/doc/gcc-5/README.Bugs > --enable-languages=c,ada,c++,java,go,d,fortran,objc,obj-c++ --prefix=/usr > --program-suffix=-5 --enable-shared --enable-linker-build-id > --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix > --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu > --enable-libstdcxx-debug --enable-libstdcxx-time=yes > --with-default-libstdcxx-abi=new --enable-gnu-unique-object > --disable-vtable-verify --enable-libmpx --enable-plugin --with-system-zlib > --disable-browser-plugin --enable-java-awt=gtk --enable-gtk-cairo > --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-5-amd64/jre --enable-java-home > --with-jvm-root-dir=/usr/lib/jvm/java-1.5.0-gcj-5-amd64 > --with-jvm-jar-dir=/usr/lib/jvm-exports/java-1.5.0-gcj-5-amd64 > --with-arch-directory=amd64 --with-ecj-jar=/usr/share/java/eclipse-ecj.jar > --enable-objc-gc --enable-multiarch --with-arch-32=i586 --with-abi=m64 > --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic > --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu > --target=x86_64-linux-gnu > Thread model: posix > gcc version 5.3.1 20160205 (Debian 5.3.1-8) > > Today I tried ExtUtils::F77 version 1.17 under perl 5.22.1 and it > seemed to work. So it seems the problem is related to the changes from > ExtUtils::F77 1.17 to 1.19 and not in the change from perl 5.20.3 to > 5.22.1. > > Regards, > Luis > > > > > > > On Feb 15, 2016, at 5:27 PM, Luis Mochan <[email protected]> wrote: > > > > > > I had a problem today with ExtUtils::F77. > > > In one machine I have installed perl 5.20.3 and 5.22.1 with perlbrew, > > > and I installed ExtUtils::F77 version 1.17 with the former and 1.19 > > > with the latter. Consider the following: > > > $ perlbrew use perlbrew use perl-5.20.3 > > > $ perl -MExtUtils::F77 -E '' > > > ExtUtils::F77: Version 1.17 > > > Loaded ExtUtils::F77 version 1.17 > > > Found compiler f77 > > > Found compiler gfortran > > > ExtUtils::F77: Using system=Linux compiler=GNU > > > Runtime: -L/usr/lib/gcc/x86_64-linux-gnu/5 -L/usr/lib -lgfortran -lm > > > ... > > > $ perlbrew use perl-5.22.1 > > > $ perl -MExtUtils::F77 -E > > > ExtUtils::F77: Version 1.19 > > > Loaded ExtUtils::F77 version 1.19 > > > Found compiler f77 > > > Found compiler gfortran > > > ExtUtils::F77: gfortran version 5.3.1 > > > ExtUtils::F77: gfortran version 5.3.1 > > > ExtUtils::F77: Using system=Linux compiler=GNU > > > Runtime: -L/usr/lib/gcc/x86_64-linux-gnu/5 -lgcc_ext.10.5 -lgcc_s.10.5 > > > -lquadmath -L/usr/lib -lgfortran -lm > > > > > > The problem is that in the second case the Runtime includes the > > > libraries -lgcc_ext.10.5 -lgcc_s.10.5 which are not in my system! This > > > makes some of my programs to fail. > > > I guess the problem is related to the newer version > > > of ExtUtils::F77 and not to the newer version of perl. > > > > > > Any suggestions? > > > > > > Regards, > > > Luis > > > > > > > > > > > > > > > -- > > > > > > o > > > W. Luis Mochán, | tel:(52)(777)329-1734 /<(*) > > > Instituto de Ciencias Físicas, UNAM | fax:(52)(777)317-5388 `>/ /\ > > > Apdo. Postal 48-3, 62251 | (*)/\/ \ > > > Cuernavaca, Morelos, México | [email protected] /\_/\__/ > > > GPG: 791EB9EB, C949 3F81 6D9B 1191 9A16 C2DF 5F0A C52B 791E B9EB > > > > > > > > > > > > ------------------------------------------------------------------------------ > > > Site24x7 APM Insight: Get Deep Visibility into Application Performance > > > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > > > Monitor end-to-end web transactions and take corrective actions now > > > Troubleshoot faster and improve end-user experience. Signup Now! > > > http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 > > > _______________________________________________ > > > pdl-general mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/pdl-general > > > > > > > > > -- > > o > W. Luis Mochán, | tel:(52)(777)329-1734 /<(*) > Instituto de Ciencias Físicas, UNAM | fax:(52)(777)317-5388 `>/ /\ > Apdo. Postal 48-3, 62251 | (*)/\/ \ > Cuernavaca, Morelos, México | [email protected] /\_/\__/ > GPG: 791EB9EB, C949 3F81 6D9B 1191 9A16 C2DF 5F0A C52B 791E B9EB > > -- o W. Luis Mochán, | tel:(52)(777)329-1734 /<(*) Instituto de Ciencias Físicas, UNAM | fax:(52)(777)317-5388 `>/ /\ Apdo. Postal 48-3, 62251 | (*)/\/ \ Cuernavaca, Morelos, México | [email protected] /\_/\__/ GPG: 791EB9EB, C949 3F81 6D9B 1191 9A16 C2DF 5F0A C52B 791E B9EB ------------------------------------------------------------------------------ Site24x7 APM Insight: Get Deep Visibility into Application Performance APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month Monitor end-to-end web transactions and take corrective actions now Troubleshoot faster and improve end-user experience. Signup Now! http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 _______________________________________________ pdl-general mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/pdl-general
