[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: fpsetmask
From: |
Ben Pfaff |
Subject: |
Re: fpsetmask |
Date: |
Sun, 28 Jun 2009 20:20:38 -0700 |
User-agent: |
Gnus/5.11 (Gnus v5.11) Emacs/22.3 (gnu/linux) |
Jason Stover <address@hidden> writes:
> I'm compiling PSPP on a new laptop. It has no fpsetmask, and
> configure is failing because of that:
[...]
> But another system I have used doesn't have fpsetmask and it has
> no trouble. HAVE_FPSETMASK in undef'd in config.h.in.
Are you sure that fpsetmask is really the reason that configure
is failing? The only reference to fpsetmask in configure is in a
context where it should not cause configuration to fail.
Sometimes, when looking at config.log, it is easy to believe that
the first failure that you see is the problem, but looking beyond
it often reveals another problem.
--
Ben Pfaff
http://benpfaff.org
- fpsetmask, Jason Stover, 2009/06/27
- Re: fpsetmask,
Ben Pfaff <=