Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SF#383 gcc/gfortran 4.9.2 needs -lquadmath #108

Closed
zmughal opened this issue May 20, 2015 · 0 comments
Closed

SF#383 gcc/gfortran 4.9.2 needs -lquadmath #108

zmughal opened this issue May 20, 2015 · 0 comments

Comments

@zmughal
Copy link
Member

zmughal commented May 20, 2015

From http://sourceforge.net/p/pdl/bugs/383/

It turned out that at least on MS Windows gcc/gfortran-4.9.2 requires adding linker option "-lquadmath".

Like this:

  • '-L/usr/lib/atlas -llapack -lblas -latlas' ) . " -lgfortran";
  • '-L/usr/lib/atlas -llapack -lblas -latlas' ) . " -lgfortran -lquadmath";

This change should be applied to:

Complex/Makefile.PL
Real/Makefile.PL
Trans/Makefile.PL

Sorry, I forgot to mention that I am talking here about PDL-LinearAlgebra.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants