Message-ID: <001301c25e75$35990300$689130d5@oemcomputer> From: "john watkins" To: Subject: GSL installation problems Date: Tue, 17 Sep 2002 19:07:46 +0100 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_000F_01C25E7D.822FF860" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Reply-To: djgpp AT delorie DOT com 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
I should be grateful for help with = installing GSL.=20 The attatched file shows my results so far.
 
John Watkins
------=_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--