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

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.
-- 
Peter Seebach on managing engineers:
"It's like herding cats, only most of the engineers are already
 sick of laser pointers."




reply via email to

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