This is the mail archive of the
gsl-discuss@sources.redhat.com
mailing list for the GSL project.
Re: Problem compiling gsl-1.1.1 under MinGW port of GCC 3.1
- From: Brian Gough <bjg at network-theory dot co dot uk>
- To: "THEIS, Jochen, Group Risk" <Jochen dot Theis at rbos dot com>
- Cc: "'gsl-discuss at sources dot redhat dot com'" <gsl-discuss at sources dot redhat dot com>
- Date: Tue, 11 Jun 2002 22:47:20 +0100 (BST)
- Subject: Re: Problem compiling gsl-1.1.1 under MinGW port of GCC 3.1
- References: <F370715B4543D211B9E00008C7A4A288099308AF@lonxpr0212.fm.rbsgrp.net>
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