This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
C++ include files ``gone''?
- To: <gcc at gcc dot gnu dot org>
- Subject: C++ include files ``gone''?
- From: Gerald Pfeifer <pfeifer at dbai dot tuwien dot ac dot at>
- Date: Mon, 13 Nov 2000 16:31:19 +0100 (CET)
Trying to compile the following snippet on i386-unknown-freebsd4.1
#include <iostream>
#include <string>
#include <set>
#include <functional>
int main() { }
I get the following errors for current CVS sources:
% g++ x.cc
x.cc:1:20: iostream: No such file or directory
x.cc:2:18: string: No such file or directory
x.cc:3:15: set: No such file or directory
x.cc:4:22: functional: No such file or directory
And in fact the include directory is empty:
% ls -la $prefix/include/
%
Something seems badly broken here, but I wonder why I'm the only one
seeing this.
% gccvs -v
Reading specs from $prefix/lib/gcc-lib/i386-unknown-freebsd4.1/2.97/specs
Configured with: /sw/test/gcc/gcc/configure --enable-languages=c,c++,java
--prefix=$prefix
gcc version 2.97 20001113 (experimental)
Gerald
--
Gerald "Jerry" pfeifer@dbai.tuwien.ac.at http://www.dbai.tuwien.ac.at/~pfeifer/