On 2002.09.28 Cl�udio Roger wrote: >hi >this my BIG problem !!! >i have been developing severall programs using the development packages >of MDK 8.2 >This aplications use: >gtkmm1.2 >gtk+extramm1.9.7 >and glade > > > >Now i installed MDK 9.0 and ofcourse gcc3.x don't work so i add the >gcc2.x packages to the system and try to compile > >and all go well until the link part where i get this msg: > > >/usr/include/gtk--/proxy.h(.text+0x1c99): undefined reference to >`SigC::SlotDependent::Dep virtual table'
All C++ libraries in 9.0 are built with g++-3.2, so you should be building your source with g++-3.2. What is you problem with new g++ ? /juan -- J.A. Magallon <[EMAIL PROTECTED]> \ Software is like sex: werewolf.able.es \ It's better when it's free Mandrake Linux release 9.0 (Cooker) for i586 Linux 2.4.20-pre8-jam1 (gcc 3.2 (Mandrake Linux 9.0 3.2-1mdk))
