This is the mail archive of the
java-prs@sourceware.cygnus.com
mailing list for the Java project.
Re: libgcj/88: can't install at all
- To: tromey at cygnus dot com
- Subject: Re: libgcj/88: can't install at all
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 5 Nov 1999 05:50:00 -0000
- Cc: java-prs at sourceware dot cygnus dot com,
- Reply-To: Tom Tromey <tromey at cygnus dot com>
The following reply was made to PR libgcj/88; it has been noted by GNATS.
From: Tom Tromey <tromey@cygnus.com>
To: phuang@cs.cmu.edu
Cc: java-gnats@sourceware.cygnus.com
Subject: Re: libgcj/88: can't install at all
Date: Thu, 4 Nov 1999 21:43:57 -0800 (PST)
Instead of building in a parent directory, try building in a parallel
directory:
mkdir build
cd build
../libgcj-2.95.1/configure
If that doesn't work, make sure you have read permission for
configure.in and its containing directory.
Please let me know how it goes. If it works I'll close the PR.
Tom