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: gsl-1.4 linking error on Solaris 9


Many thanks for Brain's email, and yes I did read INSTALL
before I started installation:) The problem was solved by
the following configuration script.

#!/bin/sh
LD_LIBRARY_PATH=/usr/local/lib:${LD_LIBRARY_PATH}
export LD_LIBRARY_PATH
./configure --prefix=/usr/local


Dr ZP Han
(UNIX Systems Administrator)
--
Contact details on  http://users.ox.ac.uk/~zph/


On Mon, 22 Dec 2003, Brian Gough wrote:

Zong-pei Han writes:
 > Dear Developers,
 >
 > Tried to install gsl-1.4 on a Solaris 9 machine but failed at the
 > final stage. Could any one provide a workaround?

You could try ./configure --disable-shared
See the INSTALL file for details

-- 
Brian Gough

Network Theory Ltd
15 Royal Park
Bristol BS8 3AL
United Kingdom

Tel: +44 (0)117 3179309
Fax: +44 (0)117 9048108
Web: http://www.network-theory.co.uk/



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