Re: Codec Keeper - plugins *.so are in incompatible format
Alexandre Parent <[email protected]> Mon, 14 Mar 2005 10:44:43 +0100
| Newsgroups | gmane.comp.multimedia.avifile.general |
|---|---|
| Message-ID | <[email protected]> |
Claudiu Costin wrote: > Dear Alexandre, > > > I'm a SuSE 9.x user too: SuSE 9.2. I experience the same frustration. Working hard >this day, I figured that the gcc optimizations made by SuSE (I think) drop out >the 'extern "C" const' symbols. You need to use -O1 optimization: > >export CXXFLAGS="-O1" >export CFLAGS="-O1" >./configure --with-qt-dir=/opt/qt/3.4 --with-sdl-prefix=/usr/local --with-win32-path=/usr/local/lib/win32 > > >For Avifile developers. Please insert a note in INSTALL documentation to make SuSE >= 9.1 users >aware about gcc/g++ bad behaviour. > > It works ! :-D The symbol reappeard in the so files. Thanks a lot Claudiu. Kind regards. -- Alexandre