This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: gcj & libgcj
../libgcj-2.95.1/configure --prefix=/home/user/gcc
simple typo. But i know you can't assume anything with such a strange
problem as I am having. I have a dir structure of
/home/user/gcc/
/home/user/gcc/build/
/home/user/gcc/gcc-2.95.2/
/home/user/gcc/libgcj-2.95.1/
/home/user/gcc/build-libgcj/
as well as
/home/user/gcc/libgcj-snapshot-2000-08-16/
Andrew Haley wrote:
> mark kimsal (chugadie.geo@yahoo.com) wrote:
>
> : for the latest stable
> : from libgcj-build
> : ./libgcj-2.95.1/configure --prefix=/home/user/gcc
>
> I don't understand this configure line. It looks as though you're
> configuring with your source directory in a subdir of your build
> directory.
>
> Andrew.