From: Stephan Goetter To: pgcc AT delorie DOT com Subject: pgcc + freeamp Date: Sun, 6 Jun 1999 18:52:56 +0200 X-Mailer: KMail [version 1.0.24] Content-Type: text/plain MIME-Version: 1.0 Message-Id: <99060618541300.13664@irzppp12> Content-Transfer-Encoding: 8bit Reply-To: pgcc AT delorie DOT com Hi, I tried to compile freeamp-1.2.3 (www.freeamp.org) with (pgcc-1.1.3) gcc version pgcc-2.91.66 19990314 (egcs-1.1.2 release) EXTRA_CFLAGS =-pipe -mcpu=pentium -mpentium -malign-functions=2 -malign-jumps=2 -malign-loops=2 -O3 -fomit-frame-pointer -finline-functions -fschedule-insns2 -fno-rtti -fno-exceptions -g and got this: Program received signal SIGSEGV, Segmentation fault. 0x400fdd92 in imdct_init () at l3init.c:250 250 for (p = 0; p < 4; p++) After compiling the freeamp-1.2.3/lmc/xingmp3/src/l3init.c with egcs-1.1.2, no segfault. But now there are some "Water Sounds" while decoding an mp3-file. No problem with pgcc/egcs,-O2 and recompiling the src-dir. IMHO there is some other bug in pgcc occuring this behavior, not sure. Bye, Stephan