This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [gui][PATCH] include extra libraries in libgcj.spec.in
- From: "Andreas Tobler" <toa at pop dot agri dot ch>
- To: "Michael Koch" <konqueror at gmx dot de>,java-patches at gcc dot gnu dot org
- Cc: "Ranjit Mathew" <rmathew at gmail dot com>
- Date: Fri, 14 May 2004 08:42:59 +0200
- Subject: Re: [gui][PATCH] include extra libraries in libgcj.spec.in
>-- Original Message --
>From: Michael Koch <konqueror@gmx.de>
>To: java-patches@gcc.gnu.org
>Subject: Re: [gui][PATCH] include extra libraries in libgcj.spec.in
>Date: Fri, 14 May 2004 08:03:38 +0200
>Cc: Ranjit Mathew <rmathew@gmail.com>
>
>
>-----BEGIN PGP SIGNED MESSAGE-----
>Hash: SHA1
>
>Am Freitag, 14. Mai 2004 06:42 schrieb Ranjit Mathew:
>> Thomas Fitzsimmons wrote:
>> [...]
>>
>> > -*lib: -lgcj -lm @LIBICONV@ @GCSPEC@ @THREADSPEC@ @ZLIBSPEC@
>> > @SYSTEMSPEC@ %(libgcc) %(liborig) +*lib: -l-java-awt
>> > -l-java-applet -l-java-beans -l-javax-accessibility
>> > -l-javax-swing -lgcj -lm @LIBICONV@ @GCSPEC@ @THREADSPEC@
>> > @ZLIBSPEC@ @SYSTEMSPEC@ %(libgcc) %(liborig)
>>
>> Shouldn't this be conditional on whether AWT is
>> enabled?
>>
>> For example, we seem to support "--enable-java-awt=no"
>> in the libjava configury, though I don't know if anyone
>> builds it like that or if it is still valid.
>
>As this is only for "java-gui-branch" I think nobody cares about this.
But, if the gui part gets merged back to main we will care.
It will bring less headache if we do it right now.
:)
Andreas