[Bug 1030952] Re: zgeevx undefined

2012-07-31 Thread Gregory Tucker
Thanks for the information regarding linking changes. As you assumed the structure of the call to gfortran was incorrect. Changing the Makefile instruction from gfortran file.f90 -o program_name -llapack $(object_files) to gfortran file.f90 -o program_name $(object_files) -llapack fixed the

[Bug 1030952] Re: zgeevx undefined

2012-07-31 Thread Jason Conti
** Changed in: lapack (Ubuntu) Status: Incomplete = Invalid -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1030952 Title: zgeevx undefined To manage notifications about this bug go to:

[Bug 1030952] Re: zgeevx undefined

2012-07-30 Thread Jason Conti
Thanks for the bug report. Could you please provide a sample file and the command line used to compile it where it fails with the above error? I am not very familiar with fortran, but my guess is this has to do with the linking changes in 11.10+. I just compiled: