This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug libgcj/38685] New: classmap.db is zero bytes long in 64 bit directory
- From: "rob1weld at aol dot com" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 1 Jan 2009 02:11:46 -0000
- Subject: [Bug libgcj/38685] New: classmap.db is zero bytes long in 64 bit directory
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
The classmap.db file is zero bytes long (in 64 bit directory) when
building with this ./configure script:
../gcc-4.2.3/configure --with-as=/usr/gnu/bin/as --with-gnu-as \
--with-ld=/usr/ccs/bin/ld --without-gnu-ld --enable-multilib \
--enable-languages=ada,c,c++,fortran,java,objc,obj-c++
# ls -l /usr/gnu/lib/amd64/gcj-4.2.3 /usr/gnu/lib/gcj-4.2.3
/usr/gnu/lib/amd64/gcj-4.2.3:
total 37
-rw-r--r-- 1 root root 0 Dec 29 22:21 classmap.db
-rwxr-xr-x 1 root root 1409 Dec 29 22:21 libjvm.la
-rwxr-xr-x 1 root root 15536 Dec 29 22:21 libjvm.so
/usr/gnu/lib/gcj-4.2.3:
total 2851
-rw-r--r-- 1 root root 1441792 Dec 29 22:19 classmap.db
-rwxr-xr-x 1 root root 1251 Dec 29 22:19 libjvm.la
-rwxr-xr-x 1 root root 12348 Dec 29 22:19 libjvm.so
The same problem occurs with gcc 4.2.2 .
Rob
--
Summary: classmap.db is zero bytes long in 64 bit directory
Product: gcc
Version: 4.2.3
Status: UNCONFIRMED
Severity: major
Priority: P3
Component: libgcj
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: rob1weld at aol dot com
GCC build triplet: i386-pc-solaris2.11
GCC host triplet: i386-pc-solaris2.11
GCC target triplet: i386-pc-solaris2.11
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=38685