bug-gsl
[Top][All Lists]
Advanced

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

[Bug-gsl] Bug in gensymm.c


From: Martin Drews
Subject: [Bug-gsl] Bug in gensymm.c
Date: Wed, 09 Apr 2008 10:41:24 +0200
User-agent: Thunderbird 1.5 (Windows/20051201)

Hi,

I am trying to build GSL 1.10 in a PGI (Portland) compiler environment without shared libraries, and I am getting the following error, which I believe is a code bug:

...
Making all in eigen
make[2]: Entering directory `/homedirs/home/mad/gsl/gsl-1.10/eigen'
/bin/sh ../libtool --tag=CC --mode=compile CC -DHAVE_CONFIG_H -I. -I.. -I.. -g -c -o gensymm.lo gensymm.c
CC -DHAVE_CONFIG_H -I. -I.. -I.. -g -c gensymm.c -o gensymm.o
/opt/xt-pe/2.0.41/bin/snos64/CC: INFO: linux target is being used
"gensymm.c", line 58: error: a value of type "void *" cannot be assigned to an
         entity of type "gsl_eigen_gensymm_workspace *"
   w = calloc (1, sizeof (gsl_eigen_gensymm_workspace));
     ^

1 error detected in the compilation of "gensymm.c".
make[2]: *** [gensymm.lo] Error 1
make[2]: Leaving directory `/homedirs/home/mad/gsl/gsl-1.10/eigen'
...

Kindest regards,
Martin Drews

--
-------------------------------------
Martin Drews, Ph.D.
Danish Climate Center
Danish Meteorological Institute
Lyngbyvej 100, DK-2100 Copenhagen E
Email: address@hidden
Telephone (direct): +45 39157498
-------------------------------------







reply via email to

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