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 11:41:13 -0700
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/21.4 (gnu/linux)

Alan Mead <address@hidden> writes:

> Ben Pfaff wrote:
>> Alan Mead <address@hidden> writes:
>>
>>
>>> I looked at the line that was failing ("gcc -o conftest -g -O2
>>> conftest.c -lgslcblas  -lm  >&5") and I cannot find a file called
>>> 'conftest.c' to try to replciate this behavior on the command line.
>>> Does configure copy it from somewhere?
>>>
>>
>> configure creates it.  It puts its contents in the config.log, in
>> the part that you quoted to me.  It's a do-nothing program whose
>> only purpose is to try to link against -lgslcblas to make sure
>> that the link works.
>>
>> You can use
>>     int main (void) { return 0; }
>> as an acceptable substitute for this purpose.
>>
>
> When I execute it by hand, I only get an error from the redirection:
>
> address@hidden pspp-0.4.0]$ gcc -o conftest -g -O2 conftest.c -lgslcblas
> -lm >&5

You should omit the redirection when you execute it by hand.
configure uses it to send any output to config.log, but you don't
have a descriptor set up that way.
-- 
Only wimps use tape backup: _real_ men just upload their important stuff
on ftp, and let the rest of the world mirror it ;)
        -- Linus Torvalds




reply via email to

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