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: Problem compiling gsl-1.1.1 under MinGW port of GCC 3.1


THEIS, Jochen, Group Risk writes:

 > I just tried to compile the GSL version 1.1.1 with the MinGW port of GCC 3.1
 > (the MinGW release 20020516-1). I integrated the compiler in the Cygwin
 > environment (by setting the PATH variable appropriately) and ran
 > 	./configure
 > followed by
 > 	make
 > This worked fine with the cygwin port of GCC-2.95.3, but with the newer
 > compiler it gives the following error message:
 > 
 > prec.c:23:29: gsl/gsl_machine.h: No such file or directory


You could try 

  make CFLAGS="-v" 

to get verbose output from gcc (e.g. include paths).

regards
Brian Gough


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