------- Comment #2 from davek at gcc dot gnu dot org 2010-03-25 14:37 ------- (In reply to comment #0)
> The manner is which Java is being checked _seems_ completely different. I'm > not > a Java expert, in fact I only know a little about it - shouldn't Java be > (identical) _independant_ of the platform ? This is kind-of a false inference; GCJ compiles java to native code, so most of the tests would be expected to build somewhat differently on different platforms, according to how libtool configures itself for the platform's features. However, it did lead you to spot a real problem. Running the tests these days, set_ld_library_path_env_vars is called correctly, so this has been fixed at some stage. Backporting it to 4.2 is left as an exercise, sorry! :-O -- davek at gcc dot gnu dot org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED Resolution| |FIXED http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31928