This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: Need Feedback: Technical Questions Regarding GCC/GCJ 3.3 Build under MSYS/MingW
- From: Tom Tromey <tromey at redhat dot com>
- To: gnustuff at thisiscool dot com
- Cc: GCJ Java <java at gcc dot gnu dot org>
- Date: 10 Mar 2003 16:03:21 -0700
- Subject: Re: Need Feedback: Technical Questions Regarding GCC/GCJ 3.3 Build under MSYS/MingW
- References: <TNMQK96DVQECA8UQPVQC071HBUT2U.3e6ac170@p733>
- Reply-to: tromey at redhat dot com
>>>>> "Mohan" == Mohan Embar <gnustuff at thisiscool dot com> writes:
Mohan> However, the latter half of the libgcj build has the calls to gcj
Mohan> wrapped by libtool. What would be the best approach to
Mohan> disentangle these?
Bryce's plan, as I remember it, was to build package-by-package.
That, he thought, would be a reasonable tradeoff between "once only"
compile time and development rebuild time. This seems worth trying to
me.
Mohan> What are your thoughts on accommodating
Mohan> command-line-length-challenged build environments in this
Mohan> way (using file lists)? And if you're not averse to this,
Mohan> what is the best way to check for the existence of
Mohan> such an ar-variant?
Don't we already do this?
Tom