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: compiling GSL 1.3 under DJGPP problem


On Thursday 13 February 2003 05:14, Bob Bailey wrote:
> I'm trying to compile GSL 1.3 under DJGPP, gcc 3.2.1 under DOS/bash on
> Windows 98SE (Pentium 3).  I ran ./configure; ran OK.  Then I ran make. 
> Result is:
>
> make.exe[2]: Entering directory `d:/gsl/gsl-1.3/test'
> /dev/env/DJDIR/bin/bash.exe ../libtool --mode=compile gcc
> -DHAVE_CONFIG_H -I. -I . -I..     -g -O2 -c results.c
> gcc -DHAVE_CONFIG_H -I. -I. -I.. -g -O2 -c results.c -o results.o
> In file included from results.c:28:
> d:/djgpp/lib/gcc-lib/djgpp/3.21/include/stdarg.h:110: conflicting types for
> `va_list'
> d:/djgpp/include/stdio.h:35: previous declaration of `va_list'
> make.exe[2]: *** [results.lo] Error 1
> make.exe[2]: Leaving directory `d:/gsl/gsl-1.3/test'
> make.exe[1]: *** [all-recursive] Error 1
> make.exe[1]: Leaving directory `d:/gsl/gsl-1.3'
> make.exe: *** [all-recursive-am] Error 2
> bash-2.04$

Please verify whether You have installed latest update of djdev203.zip (In my 
local DJGPP distribution mirror timestamp of latest updata is 11 August 
2002). Seems that You have older one and gcc-3.X. 

>
> Seems like a problem with DJGPP rather than GSL.  Or, is it with gcc?
> Anybody got a fix?

If I'm right, then download update of djdev203.zip.

Andris


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