On Wed, Feb 18, 2004 at 01:25:20PM -0800, Lon Canaday wrote: > Sorry, > Here are the details.
> -Wl,/home/lcanaday/build_tmp/libtool/libtool-1.5.2/tests/_inst/lib > main.o(.text+0xe): In function `main': > /usr/include/g++-3/iostream.h:106: undefined reference to `cout' > main.o(.text+0x13):/usr/include/g++-3/iostream.h:106: undefined > reference to `ostream::operator<<(char const *)' Looks like the sort of thing one gets when one forgets a using namespace std; or cout instead of std::cout.. (foo.cpp and main.cpp could use this - funny thing is, I'm pretty sure this didn't fail on my system last time I tried, even without the missing namespace bits - must try again..) Cheers, Patrick _______________________________________________ Libtool mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/libtool