Re: [linux-audio-dev] C++ guru needed (again)

From: Dave Phillips <dlphillips@email-addr-hidden>
Date: Mon Nov 27 2006 - 18:32:48 EET

Dirk Jagdmann wrote:

> those internal compiler errors are often triggered only when you
> optimize. As a workaround I would suggest you try compiling this
> particular source file with -O1 or without any -O options.
> If you don't want your complete program be compiled with optimization,
> which would occur if you disable it when calling ./configure you can
> compile this file manually by going into the frontends/ directory and
> pasting the command line with -O2. Then continue compiling with scons.

Hi Dirk,

I did as you suggested and built the module without problems. But when I
ran scons again it recompiled the object with the -O2 optimization (and
failed again, of course). So I changed the default in the SConstruct
file and built Csound5 without optimization. It compiled without trouble
and appears to be working okay. I'm still testing, but thank you for the
direction. :)

Best,

dp
Received on Tue Nov 28 00:15:08 2006

This archive was generated by hypermail 2.1.8 : Tue Nov 28 2006 - 00:15:08 EET