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


Zong-pei Han writes:
 > 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

I'm glad that it works but it's not clear to me why these settings are
needed.... during the build process there should not be any need to
load shared libraries from /usr/local/lib.  How did you come up with
the solution?

-- 
Brian Gough


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