[Bug java/19368] GCJ doesn't build working hello world on OS X

2005-01-18 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-19 01:43 --- This was fixed on somewhere between the 10th and 11th. By one of the patches listed in: http://gcc.gnu.org/ml/gcc-regression/2005-01/txt00012.txt The current time for Hello World is: Hello! 0.760u 0.110s

[Bug java/19368] GCJ doesn't build working hello world on OS X

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 13:02 --- Does it hang, or just really slow to start up. For me it takes 14seconds to run this pogram (yes that slow, the problem is related to the dynamic loader on Mac OS X 10.3, it is fixed I hear on 10.4) on a

[Bug java/19368] GCJ doesn't build working hello world on OS X

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 13:03 --- (In reply to comment #1) One more note this was a 5 day old compiler but that should not matter. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19368

[Bug java/19368] GCJ doesn't build working hello world on OS X

2005-01-11 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-01-11 14:11 --- Todays gcc builds and runs this hello fine :) The difference I have here is the linking stage of libstdc++ and libgcj which I do with -dynamiclib -single_module. Without these modifications in ltcf-** we

[Bug java/19368] GCJ doesn't build working hello world on OS X

2005-01-11 Thread bothner at gcc dot gnu dot org
--- Additional Comments From bothner at gcc dot gnu dot org 2005-01-11 18:02 --- Indeed, it just takes forever: About 40+ seconds on my 1Gz G4 PowerBook. Linking with -Wl,-bind_at_load doesn't make much difference. I thought it worked before (I don't consider 40 seconds start-up time

[Bug java/19368] GCJ doesn't build working hello world on OS X

2005-01-11 Thread pinskia at gcc dot gnu dot org
--- Additional Comments From pinskia at gcc dot gnu dot org 2005-01-11 19:00 --- (In reply to comment #4) Indeed, it just takes forever: About 40+ seconds on my 1Gz G4 PowerBook. Linking with -Wl,-bind_at_load doesn't make much difference. You have to link libgcj with -single_module

[Bug java/19368] GCJ doesn't build working hello world on OS X

2005-01-11 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-01-11 19:15 --- Created an attachment (id=7929) -- (http://gcc.gnu.org/bugzilla/attachment.cgi?id=7929action=view) link libgcj with -single_module -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=19368

[Bug java/19368] GCJ doesn't build working hello world on OS X

2005-01-11 Thread andreast at gcc dot gnu dot org
--- Additional Comments From andreast at gcc dot gnu dot org 2005-01-11 19:17 --- I simply meant I did not test the previous ones. My cable connection dropped. I attached my hackerish ltcf** diff. You may try and see if it gives you a speed up. --