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]

Re: gsl matrix


Juan Jose Gomez Cadenas writes:
 > cd ../i386_linux22/; g++ -c -I"/home/jj/Packages/PMatrix/v1"
 > -I"../../../GSL/v1/src" -I"usr/local/include" -I"../../../NAGC/v6/src"
 > -I"/home/jj/Packages/NAGC/v6" -I"/home/jj/Software/NAGC/6.0/include"
 > -Df2cFortran -D__cplusplus -DHAVE_INLINE -fPIC -shared -D_GNU_SOURCE
 > -Dlinux -DLINUX -Dunix -pipe -ansi -Wall -W  -D_GNU_SOURCE -o
 > MatrixMachine.o                   ../src/MatrixMachine.cpp
 > /usr/local/include/gsl/gsl_vector_long_double.h:58: warning: non-static
 > const member `const
 > gsl_vector_long_double {anonymous union}::vector' in class without a
 > constructorIn file included from

I found that the error doesn't occur with g++-3.0, but does with g++ < 3.0.

I don't know if that means that the message was removed deliberately,
or if it is just missing from g++ 3.0 and will be put back in later.

Anyway I just thought I would mention it.


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