This is the mail archive of the
java-discuss@sources.redhat.com
mailing list for the Java project.
Re: gcj build problems (again)
- To: Oskar Liljeblad <osk at hem dot passagen dot se>
- Subject: Re: gcj build problems (again)
- From: Tom Tromey <tromey at cygnus dot com>
- Date: 15 Nov 2000 11:03:25 -0700
- Cc: Bryce McKinlay <bryce at albatross dot co dot nz>, java-discuss at sourceware dot cygnus dot com
- References: <20001115095811.A17563@strix.eductussyd.se>
- Reply-To: tromey at cygnus dot com
Oskar> If I don't "make bootstrap" to build the compiler, how do I do it?
I always just do "configure; make; make install".
Then I configure and build libgcj.
I always make sure to build the compiler with my platform's default
compiler (/usr/bin/gcc).
Tom