This is the mail archive of the java-discuss@sourceware.cygnus.com mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Starting with gcj - having problems


Bryce McKinlay wrote:
> This should be a FAQ!
> 
> mkdir build
> cd build
> ../configure --enable-threads=posix --enable-java-gc=boehm [...]

I read once somewhere that the build directory should not be a
subdirectory of the source tree.  I've always used:

mkdir ../libgcj-build
cd ../libgcj-build
../libgcj/configure

-- 
Jeff Sturm
jsturm@sigma6.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]