This is the mail archive of the gsl-discuss@sources.redhat.com mailing list for the GSL project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: symmv


Phil Farese writes:
 > Greetings,
 > 	First I would like to say to the developers: thank you very
 > much!  'm a graduate student in physics and I am sure that these libraries
 > will save me many hours of programming.  I'm sure for had they been around
 > a few years ago they already would have! :)

Good to hear :-)

 > 	I do have one problem, I believe with my build, though.  I would
 > like to use the eigenvalue symmv routines but noticed when I compile my
 > code I received the following messages (pos_eigenv is a function of mine
 > which is used to implement the gsl libraries):
 > 

>From looking at the error messages I'd say

 -- you have some old header files installed on the system somewhere
    which your compilation is erroneously picking up 

 -- you're using gcc-2.95 or 2.96, which seems to have an optimisation bug.
    It's fixed in gcc-3.0.

regards
Brian Gough


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]