[snip] > g++ -g -O2 -Wall -Wno-long-long -o .libs/child_watch main.o > -Wl,--export-dynamic ../../glib/glibmm/.libs/libglibmm-2.4.so > ../../gio/giomm/.libs/libgiomm-2.4.so /usr/lib/libgio-2.0.so > /work/glibmm-2.16.4/glib/glibmm/.libs/libglibmm-2.4.so > /usr/lib/libsigc-2.0.so /usr/lib/./libstdc++.so /usr/lib/libgobject-2.0.so > /usr/lib/libgmodule-2.0.so -ldl /usr/lib/libglib-2.0.so -Wl,--rpath > -Wl,/usr/lib/. > ../../gio/giomm/.libs/libgiomm-2.4.so: undefined reference to > `std::char_traits<unsigned char>::assign(unsigned char&, unsigned char > const&)' > collect2: ld returned 1 exit status > make[3]: *** [child_watch] Error 1 > make[3]: Leaving directory `/work/glibmm-2.16.4/examples/child_watch' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/work/glibmm-2.16.4/examples' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/work/glibmm-2.16.4' > make: *** [all] Error 2 > > > This is with gcc-3.3.4. > > glibmm-2.12.10 did compile fine against glib 2.12.13 > > I have compiled most of gnome 2.22, but now I'm stuck with glibmm :-( > > I searched the archives and woth google, but couldn't find > a solution yet.
What distro is this? I'm guessing that it's gentoo or LFS or such like, with a self-compiled g++, the purpose of which is generally to provide fun problems like this. -- [EMAIL PROTECTED] www.murrayc.com www.openismus.com _______________________________________________ gtkmm-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/gtkmm-list
