Page 1 of 1

faac compiler error on PPC

Posted: 12 Sep 2007 18:16
by kwojniak
I am getting the Undefined symbols: __Unwind_Resume error on my PPC (10.4.10, GCC 4.0.1) when compiling faac. It is the exact same error described in this Trac ticket: http://trac.videolan.org/vlc/ticket/861

The ticket was marked as fixed, but what is the fix? Does anyone know? Thanks.

Re: faac compiler error on PPC

Posted: 12 Sep 2007 18:40
by kwojniak
Got it working with:

Code: Select all

env CFLAGS="-fexceptions" ./configure