Mail Archives: djgpp/2002/09/06/13:58:22
Hello.
john watkins wrote:
>
> I have downloaded GSL1.2 and presume that having performed the various
> 'make' operations the library will be installed in my master djgpp
> directory.
> Could you please tell me what modifications I need to make, if necessary, in
> the
> configure
> makefile
> install
> files to ensure this.
> My system is Windows98 and I have under djgpp the 'make' program together
> with a number of UNIX-like facilities such as sh.exe
How about this sequence to configure, build and install GSL:
sh configure
make
make check
make install
I am assuming GSL has an install sequence like most GNU programs / libraries.
'make check' should run a bunch of tests. If 'make check' fails, you may
reconsider installing GSL.
Regards,
--
Richard Dawe [ http://www.phekda.freeserve.co.uk/richdawe/ ]
- Raw text -