compiling audacity-1.2.6 from source, got wxGTK-2.4.2-5.2.fc4.rf.i386.rpm (along with devel, gl, stc and xrc) from Dries.
at the very last compilation step, I get a whole bunch of undefined references:
- Code: Select all
g++ -o ../audacity ...[omitting lots of .o's and .a's]... -lwx_gtk-2.4
/usr/lib/libwx_gtk-2.4.so: undefined reference to `wxwxListStringNode::~wxwxListStringNode()'
/usr/lib/libwx_gtk-2.4.so: undefined reference to `wxwxMenuItemListNode::~wxwxMenuItemListNode()'
/usr/lib/libwx_gtk-2.4.so: undefined reference to `wxwxMenuItemListNode::~wxwxMenuItemListNode()'
/usr/lib/libwx_gtk-2.4.so: undefined reference to `vtable for wxFileProto'
/usr/lib/libwx_gtk-2.4.so: undefined reference to `wxwxListStringNode::~wxwxListStringNode()'
collect2: ld returned 1 exit status
make[1]: *** [../audacity] Error 1
make[1]: Leaving directory `/tmp/audacity-src-1.2.6/src'
make: *** [audacity] Error 2
my system is FC4 on a pentium III, and I'm compiling because I need to be able to mix mp3's
TIA,
Peter
