unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
* configure vs. build with different switches leads to breaks
@ 2008-11-08  8:03 Jay
  2008-11-19 21:44 ` Ludovic Courtès
  0 siblings, 1 reply; 2+ messages in thread
From: Jay @ 2008-11-08  8:03 UTC (permalink / raw)
  To: bug-guile


Guile failed to build for me, I forget what system, either Irix or OpenBSD, for
the following reason.

It goes and looks for some functions, like isnan or isnanf I think,
with autoconf:

compiles this program:

#include 
int main()
{
  do something with isnan
}

it compiles ok.

Later on it builds some similar code of its own, but this time with -Werror and
either -Wall or -Wmissing-prototypes. The function in question is not prototyped
in math.h, nor whatever else is #included.

I worked around by removing -Werror from the Makefile.

This seems like a general class of bug -- configure one way, build another.
(That sounds like a user error, but isn't, it is what is done automatically.)

Later on the build core dumps.
I haven't figured out why.

 - Jay



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: configure vs. build with different switches leads to breaks
  2008-11-08  8:03 configure vs. build with different switches leads to breaks Jay
@ 2008-11-19 21:44 ` Ludovic Courtès
  0 siblings, 0 replies; 2+ messages in thread
From: Ludovic Courtès @ 2008-11-19 21:44 UTC (permalink / raw)
  To: bug-guile; +Cc: Jay

Hello Jay,

Sorry for the delay.

Jay <jay.krell@cornell.edu> writes:

> Guile failed to build for me, I forget what system, either Irix or OpenBSD, for
> the following reason.

Do you remember which OS it was?  It would be nice if you could post the
exact error messages, or at least give us the OS name and version so we
can try reproducing it.

Thanks,
Ludo'.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2008-11-19 21:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-08  8:03 configure vs. build with different switches leads to breaks Jay
2008-11-19 21:44 ` Ludovic Courtès

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).