On Mon, Dec 16, 2002 at 01:39:33PM +0100, Ivan Rodriguez Dorado wrote: > basic.o: In function `MiFrame::GetClassInfo(void) const': > basic.o(.MiFrame::gnu.linkonce.t.GetClassInfo(void) const+0x2): undefined > reference to `MiFrame::sm_classMiFrame' > /mnt/local/proyecto/wxwindows/wxGTK-2.2.9/lib/libwx_gtk-2.2.so.6.2.6: > undefined reference to `[EMAIL PROTECTED]' > collect2: ld returned 1 exit status
This means your wxWindows is compiled against a version of glibc that you don't have. Namely 2.2.3 or greater is needed, it looks like. Havoc _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
