libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: tagdemo-make.test fails


From: Patrick Welche
Subject: Re: tagdemo-make.test fails
Date: Thu, 19 Feb 2004 18:11:31 +0000
User-agent: Mutt/1.5.5.1i

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




reply via email to

[Prev in Thread] Current Thread [Next in Thread]