This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
gcc-3.0 error: stdio.h: No such file or directory
- To: gcc-help at gcc dot gnu dot org
- Subject: gcc-3.0 error: stdio.h: No such file or directory
- From: Richi Plana <richip at calgary dot linux dot ca>
- Date: Sat, 25 Aug 2001 00:57:11 -0600
- Organization: Calgary Linux Users' Group
Hi,
While compiling anjuta-0.1.7, I get the ff. error from the ff. command:
c++ -DHAVE_CONFIG_H -I. -I. -I.. -I.. -I/usr/include -I/usr/include
-DNEED_GNOMESUPPORT_H -I/usr/lib/gnome-libs/include
-I/usr/include/glib-1.2 -I/usr/lib/glib/include -I/usr/include/gtk-1.2
-I/usr/X11R6/include -DCCVIEW_DEBUG -I/opt/gcc-3.0/include/g++-v3/ext
-I/usr/include/gtk-1.2 -I/usr/include/glib-1.2 -I/usr/lib/glib/include
-I/usr/X11R6/include -O2 -march=athlon -mcpu=athlon -c ccview_main.cc
In file included from /opt/gcc-3.0/include/g++-v3/cstdio:31,
from
/opt/gcc-3.0/include/g++-v3/i686-pc-linux-gnu/bits/c++io.h:35,
from /opt/gcc-3.0/include/g++-v3/bits/fpos.h:39,
from /opt/gcc-3.0/include/g++-v3/bits/std_iosfwd.h:41,
from /opt/gcc-3.0/include/g++-v3/bits/std_ios.h:39,
from /opt/gcc-3.0/include/g++-v3/bits/std_ostream.h:39,
from /opt/gcc-3.0/include/g++-v3/bits/std_iostream.h:40,
from /opt/gcc-3.0/include/g++-v3/backward/iostream.h:32,
from ccview_main.cc:22:
/opt/gcc-3.0/include/g++-v3/bits/std_cstdio.h:41:24: stdio.h: No such
file or directory
(a lot of undeclared names follow which I assume is from stdio.h)
I hope someone can tell me how to correct this.
Yours truly,
Richi Plana