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. _______________________________________________ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile
