Gentoo Archives: gentoo-dev

From: "Robin H. Johnson" <robbat2@g.o>
To: Joseph Booker <joe@××××××××××.net>, Gentoo Developers <gentoo-dev@l.g.o>
Subject: Re: [gentoo-dev] compiling java vs. binary
Date: Thu, 18 Mar 2004 01:42:58
Message-Id: 20040318014217.GA22821@curie-int.orbis-terrarum.net
In Reply to: [gentoo-dev] compiling java vs. binary by Joseph Booker
1 On Wed, Mar 17, 2004 at 07:27:41PM -0600, Joseph Booker wrote:
2 > Im wondering if java programs in portage really require to be compiled, I
3 > dont no of any that i use (mainly just the jdk and jedit) that has USE
4 > flags or anything like that that changes the files compiled, so whats the
5 > point of having them compiled when the binary versions would be just the
6 > same on any arch?
7 In theory the output SHOULD be the same, but in practice this is not
8 always true, esp. when you tell javac to compile with optimizations or
9 debugging. Also, you have to contend with the non-standard javac options
10 (try javac -X with various different javac, esp. across multiple
11 platforms).
12
13 --
14 Robin Hugh Johnson
15 E-Mail : robbat2@××××××××××××××.net
16 Home Page : http://www.orbis-terrarum.net/?l=people.robbat2
17 ICQ# : 30269588 or 41961639
18 GnuPG FP : 11AC BA4F 4778 E3F6 E4ED F38E B27B 944E 3488 4E85

Replies

Subject Author
Re: [gentoo-dev] compiling java vs. binary Bruno Dufour <bruno.dufour@×××××××××××.ca>