Mail Archives: djgpp/2002/09/17/14:08:45
This is a multi-part message in MIME format.
------=_NextPart_000_000F_01C25E7D.822FF860
Content-Type: multipart/alternative;
boundary="----=_NextPart_001_0010_01C25E7D.822FF860"
------=_NextPart_001_0010_01C25E7D.822FF860
Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
I should be grateful for help with installing GSL. The attatched file =
shows my results so far.
John Watkins
------=_NextPart_001_0010_01C25E7D.822FF860
Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=3DContent-Type content=3D"text/html; =
charset=3Diso-8859-1">
<META content=3D"MSHTML 5.50.4522.1800" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>I should be grateful for help with =
installing GSL.=20
The attatched file shows my results so far.</FONT></DIV>
<DIV><FONT face=3DArial size=3D2></FONT> </DIV>
<DIV><FONT face=3DArial size=3D2>John Watkins</FONT></DIV></BODY></HTML>
------=_NextPart_001_0010_01C25E7D.822FF860--
------=_NextPart_000_000F_01C25E7D.822FF860
Content-Type: text/plain;
name="rep.txt"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment;
filename="rep.txt"
Installing GSL on djgpp.
I should be most grateful if you could help me with the installation of =
GSL.
I have Windows 98 and under djgpp I have
sh.exe ver 2.03
make.exe ver 3.79
ar.exe ver 2.9.5
and use gcc to compile C and C++ programs.
I downloaded GSL 1.2 and performed the following
set SHELL=3Dc:/djgpp/bin/sh.exe
sh configure --prefix=3Dc:/djgpp
make
make install
Partial succes has been achieved
i) the GSL *.h files are installed in c:/djgpp/include/gsl
ii) libgslcblas.a file is installed in c:/djgpp/lib
iii) info files are ready for info gsl,*.pdf,*.ps,*.dvi
The installation of libgsl.a appears to be incomplete, see a).
This file only contains version.o
An error occurred when the line
c:/djgpp/sh.exe ./libtool --mode =3D
link gcc -g -O2 -o -gsl-randist.exe -gsl-randist.o libgsl.la =
cbls/lbgslcblas.la
was attempted causing gsl-randist.exe Error 1
and undefined references to gsl_ran_*
where * referes to the various statements in gsl-randist.c
Have you any suggestions to correct the above?
John Watkins
P.S.
a) I think the fault is that mentioned in 3) of the file 'install', in
which the strip program overwrites the archive entries.
The recommendation is to compile without '-g' instead of using strip.
How do I effect such changes?
------=_NextPart_000_000F_01C25E7D.822FF860--
- Raw text -