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: 'make -C specfunc checks' fails on alpha linux with gcc3




On Thu, 21 Mar 2002, John Ketchum wrote:

> after you run ./configure, you need to edit the config.status file as follows:
>
> find the line (line 39 in my config.status file) that says:
>
> s%@CFLAGS@%-g -O2%g
>
> and change it to
>
> s%@CFLAGS@%-g%g
>
> then run the config.status file, and proceed as for a normal build

Whoa, that's way too complicated!  Just use

	CFLAGS=-g ./configure
or      env CFLAGS=-g ./configure

This is documented, albeit obliquely, in the file INSTALL
that comes with gsl.

-S



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