On Thu, 19 Dec 2002, G�tz Waschk wrote: > I had this problem with gstreamer-plugins, without an explicit > libtoolize call the C++ plugins wouldn't link to libstdc++.
Well, what we do in libtool is simply a workaround. You have to fix gstream-plugins there too. ;-) Basically, C++ code or programs have to be linked with g++. However, if it doesn't use anything from libstdc++ you can consider linking with gcc but with an extra -lsupc++. BTW, point granted for %configure2_5x additions, will do. Bye, Gwenole.
