This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Missing "line-map.*" in gcc cvs repository
- From: Zack Weinberg <zack at codesourcery dot com>
- To: Awbice at aol dot com
- Cc: gcc at gcc dot gnu dot org, aldyg at redhat dot com
- Date: Wed, 11 Aug 2004 10:07:49 -0700
- Subject: Re: Missing "line-map.*" in gcc cvs repository
- References: <03183190.0C5BE43A.0004786B@aol.com>
Awbice@aol.com writes:
>> While building the objects in the gcc subdirectory the compile
>> failed because "line-map.h" was missing. I imagine "line-map.c" is
>> needed also. Why aren't these files included with the cvs
>> distribution. Are there any other missing files?
...
> # copy needed ./gcc libraries to ./gnupowerpc directory
> cd ./gcc
> cp -a libf2c libffi libiberty libjava libobjc libstdc++-v3 ../gnupowerpc
> cp -a INSTALL boehm-gc contrib fastjar gcc maintainer-scripts zlib ../gnupowerpc
> cp -af include/* ../gnupowerpc/include
Copy everything over, not a finite list, and your problem will go
away.
zw