This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug c++/22195] New: Missing Documentation
- From: "dave at joot dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 26 Jun 2005 18:19:36 -0000
- Subject: [Bug c++/22195] New: Missing Documentation
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
# gcc -v
Reading specs from /usr/lib/gcc-lib/i586-suse-linux/3.3.4/specs
Configured with: ../configure --enable-threads=posix --prefix=/usr
--with-local-prefix=/usr/local --infodir=/usr/share/info --mandir=/usr/share/man
--enable-languages=c,c++,f77,objc,java,ada --disable-checking --libdir=/usr/lib
--enable-libgcj --with-gxx-include-dir=/usr/include/g++ --with-slibdir=/lib
--with-system-zlib --enable-shared --enable-__cxa_atexit i586-suse-linux
Thread model: posix
gcc version 3.3.4 (pre 3.3.5 20040809)
# uname -a
Linux jaguar 2.6.11.4-20a-default #1 Wed Mar 23 21:52:37 UTC 2005 i686 athlon
i386 GNU/Linux
SUSE 9.3 Professional
Replicate using:
# cd gcc-4.0.1-20050616
# mkdir objdir
# cd objdir
# ../configure --prefix=/usr/local/gcc
# make
make[2]: Entering directory `/usr/local/src/gcc-4.0.1-20050616/objdir/gcc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/usr/local/src/gcc-4.0.1-20050616/objdir/gcc'
cp doc/gcc.1 doc/g++.1
cp: cannot stat `doc/gcc.1': No such file or directory
make[1]: *** [doc/g++.1] Error 1
make[1]: Leaving directory `/usr/local/src/gcc-4.0.1-20050616/objdir/gcc'
make: *** [all-gcc] Error 2
Temporary fix:
# touch gcc/doc/gcc.1
# make
--
Summary: Missing Documentation
Product: gcc
Version: 4.0.1
Status: UNCONFIRMED
Severity: normal
Priority: P2
Component: c++
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: dave at joot dot com
CC: gcc-bugs at gcc dot gnu dot org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22195