[expert] Re: g++ docs

2001-12-10 Thread D. R. Evans
Hmmm... this seems to be a widely reported problem with the gcc 3.x pre- processor. They are only warnings so it shouldn't really matter, except that, as I mentioned, they might obscure some more important and unexpected warning. There doesn't seem to be any way to turn off this warning :-(

[expert] Re: g++

2000-08-24 Thread Peter M Aarestad
jarmo wrote: > > Hello Peter > > Strugled with same matter earlier...found that I had to install > libstdc++-devel rpm and in that rpm there is g++ which > install to /usr/include and voila' there you are. > > jarmo Yep - that did it! Thanks. -peter -- peter aarestad :-) [EMAIL PROTECTED] ht

Re: [expert] Re: g++ libraries

2000-04-15 Thread Alen Salamun
John Aldrich wrote: > > [alien@hal9000 alien]$ rpm -qf /usr/include/g++-2/iostream.h > > egcs-c++-1.1.2-24mdk > > > > [alien@hal9000 alien]$ rpm -qf /usr/include/g++-3/iostream.h > > libstdc++-devel-2.95.2-3mdk > > > > > I sit corrected. It appears that one is installed by > "libstdc++" and the ot

Re: [expert] Re: g++ libraries

2000-04-14 Thread John Aldrich
On Fri, 14 Apr 2000, you wrote: > John Aldrich wrote: > > I'm *guessing* that what you did was rpm -i instead of rpm > > -U. This would APPEAR to be a newer version of g++. > > John > Hi! > > I am not shure: > > [alien@hal9000 alien]$ rpm -qf /usr/include/g++-2/iostream.h > egcs-c++-1.1.

Re: [expert] Re: g++ libraries

2000-04-14 Thread Alen Salamun
John Aldrich wrote: > I'm *guessing* that what you did was rpm -i instead of rpm > -U. This would APPEAR to be a newer version of g++. > John Hi! I am not shure: [alien@hal9000 alien]$ rpm -qf /usr/include/g++-2/iostream.h egcs-c++-1.1.2-24mdk [alien@hal9000 alien]$ rpm -qf /usr/include

Re: [expert] Re: g++ libraries

2000-04-14 Thread John Aldrich
On Thu, 13 Apr 2000, you wrote: > > Thank you, now it works, but why must I have /usr/include/g++-2 and > /usr/include/g++-3 ??? > And in both there is iostream.h ??? > I'm *guessing* that what you did was rpm -i instead of rpm -U. This would APPEAR to be a newer version of g++. John

[expert] Re: g++ libraries

2000-04-13 Thread Alen Salamun
Tom Berkley wrote: > > Alen > > You need to install the -devel- library rpms if you are going to compile > and run your own programs. I have surmised that the non devel libraries > are only runtime libraries for precompiled binaries. The specific lib > rpm you need for iostream.h is > > libstdc