pspp-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Building PSPP on Fedora


From: Ben Pfaff
Subject: Re: Building PSPP on Fedora
Date: Mon, 23 Apr 2007 09:21:09 -0700
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Alan Mead <address@hidden> writes:

> Ben Pfaff wrote:
>>> address@hidden pspp-0.4.0]$ ./configure
>>> ...
>>> checking for main in -lgslcblas... no
>>> configure: error: You must install libgslcblas
>>>
>>
>> That's odd.  Can you look through config.log and pass along the
>> lines starting from "checking for main in -lgslcblas" through
>> "result: no"?
>>
>
> Sure... So I guess ld not finding it is anticendent to configure
> failing... I know practically nothing about shared libraries... is
> there something I need to do to make gslblas visible?

Did you install libgslcblas in a system library directory, such
as /usr/lib?  If not, then it's likely that you'll have to set an
environment variable to point to it,
e.g. "LD_LIBRARY_PATH=/my/local/library/directory; export
LD_LIBRARY_PATH" if you're using bash, or "setenv LD_LIBRARY_PATH
/my/local/library/directory" under the C shell.
-- 
Ben Pfaff
address@hidden




reply via email to

[Prev in Thread] Current Thread [Next in Thread]