[ardour-users] collect2: ld returned 1 exit status
Patrick Hanevold
patrick at trendmover.com
Sat Sep 2 16:16:11 PDT 2006
Dragan Noveski <perodog <at> gmx.net> writes:
>
> hi to the list,
>
> running scons -j2 on 99.3 i get following error:
>
....
>
> `.gnu.linkonce.t._ZN13StringPrivate11char_to_intEc' referenced in
> section `.rodata' of gtk_ardour/audio_time_axis.o: defined in discarded
> section `.gnu.linkonce.t._ZN13StringPrivate11char_to_intEc' of
> gtk_ardour/audio_time_axis.o
>
....
>
> does anybody has an idea, what this error could be related to?
>
> regards,
> doc
>
There is a bug recently introduced in the gcc toolchain thats responcible, so
either compile with a older version, or change the optimizing flag from -O3
to -O1. Some report sucess with DEBUG=yes also (which completly switch of
optimizing), but -O1 is prefered for performance.
Ive seen even some other successfull twists to this story, but I dont know its
related or just voodoo magic.
Regards,
Patrick
More information about the Ardour-Users
mailing list