bug-guile
[Top][All Lists]
Advanced

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

Re: guile 1.6.3 documentation installation problem, Solaris 8, gcc 3.2.1


From: Andrew Koenig
Subject: Re: guile 1.6.3 documentation installation problem, Solaris 8, gcc 3.2.1 {PS}
Date: Wed, 5 Feb 2003 10:02:23 -0500 (EST)

Marius> Just doing

Marius>   $ make clean
Marius>   $ make CFLAGS=-g

Marius> should be enough.  You can override the nonessential compiler flags by
Marius> setting CFLAGS on the make command line.

Indeed.  I did keep the -W flags on the principle of changing as little
as possible.  What I found was that -O0 works and -O1 fails, which should
make it somewhat easier to find the faulty optimization.

Marius> I will install GCC 3 on our Sparc box and see whether I can
Marius> reproduce the problem.  I will have to get up to speed again
Marius> about what our problems were exactly on IA-32 re GCC 3 and
Marius> I'll try to find similar fixes for Sparc.  That could take a
Marius> while, tho.

Please let me know.

I was going to suggest a binary-search approach to finding the
problem, but of course that might not work if the optimization problem
shows up in more than one translation unit.  But what should work is
to compile everything with -O0, then recompiling source files one at a
time with -O1 until the failure reappears.




reply via email to

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