help-gsl
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Help-gsl] Re: gsl compilation error


From: Rodney Sparapani
Subject: [Help-gsl] Re: gsl compilation error
Date: Wed, 25 Apr 2007 12:58:50 -0500
User-agent: Thunderbird 2.0.0.0 (X11/20070419)

Eric Germaneau wrote:
Hello,
I'm trying to compile a code wich comput eigenvalues and eigenvectors of matrices with gsl.

_I've included in my file:_

*#include <gsl/gsl_math.h>
#include <gsl/gsl_eigen.h>
*
_I get the floowing errors:_

/opt/gnu/gsl-1.8/intel/include/gsl/gsl_sys.h(55): error: expected a ")"
 double gsl_ldexp(const double x, const int e);
                                            ^
/opt/gnu/gsl-1.8/intel/include/gsl/gsl_sys.h(56): error: expected a ")"
 double gsl_frexp(const double x, int * e);

Does someone has any idea about it?
Thanks in advance,
Regards,

                  Eric.


Hmmm...  Are you compiling with ANSI C?

Rodney





reply via email to

[Prev in Thread] Current Thread [Next in Thread]