Problem: make bootstrap with libjava
Tom Tromey
tromey@redhat.com
Tue Feb 12 09:12:00 GMT 2002
>>>>> "Richard" == Richard Walter <Richard.Walter@hob.de> writes:
Richard> i have a rs6000 with AIX4.3.3 and i want to install gcc with libjava.
Richard> 'make bootstrap' runs into an error
Richard> 'source directory already configured; run make distclean there first'.
Richard> Configuration:
Richard> - /usr/as170/gcc-3.0.3/configure --enable-libgcj ( in directory
Richard> /usr/as170/gccinst )
As far as I know, libgcj doesn't build on AIX. There is a pending
issue involving the use of `$' in identifiers. There's a recent
thread on java@gcc.gnu.org about this.
Richard> configure: error: source directory already configured; run make
Richard> distclean there first
This means that you tried to configure in the source tree, then later
went back and tried to configure in another directory. This doesn't
work. The simplest fix is to delete what you have and download the
sources again.
Tom
More information about the Gcc
mailing list