This is the mail archive of the
libstdc++@sourceware.cygnus.com
mailing list for the libstdc++ project.
install problem on irix
- To: libstdc++@sourceware.cygnus.com
- Subject: install problem on irix
- From: Stephane Conversy <Stephane.Conversy@lri.fr>
- Date: Mon, 28 Jun 1999 15:39:15 +0200
first, mknumeric_limits begins with:
#!/bin/bash
does it really require bash to work ? isn't sh sufficient ? because
bash is not installed every where the same...
second, with egcs-19990623, and the latest cvs (as of 19990628)
when compiling this:
(sgi3) ~/tmp/libstdc++ > more toto.cc
#include <iostream>
int main (int argc, char** argv)
{
std::cout << "yo" << endl;
return 0;
}
I got:
(sgi3) ~/tmp/libstdc++ > g++ -I/usr/freeware/include/g++-v3
-L/usr/freeware/lib toto.cc
In file included from
/usr/freeware/include/g++-v3/bits/std_ostream.h:37,
from
/usr/freeware/include/g++-v3/bits/std_iostream.h:38,
from /usr/freeware/include/g++-v3/iostream:2,
from toto.cc:1:
/usr/freeware/include/g++-v3/bits/std_ios.h:40: libio.h: No such file or
directory
In file included from
/usr/freeware/include/g++-v3/bits/char_traits.h:39,
from /usr/freeware/include/g++-v3/bits/std_ios.h:45,
from
/usr/freeware/include/g++-v3/bits/std_ostream.h:37,
from
/usr/freeware/include/g++-v3/bits/std_iostream.h:38,
from /usr/freeware/include/g++-v3/iostream:2,
from toto.cc:1:
/usr/freeware/include/g++-v3/bits/fpos.h:42: libio.h: No such file or
directory
system: irix-6.3
stef
--
Stéphane Conversy
http://www-ihm.lri.fr/~conversy/
mailto:conversy@lri.fr