Speaking of Java, there's a 7.5-specific problem in the configure.in file. The setting of java_home_guess has been modified to use a sed regexp containing (jar|zip) which unfortunately doesn't work in the seds I've tried (OS X 10.2/10.3 and Solaris 7/8):
megalon:jonasw $ java -verbose fnord.fnord.fnord 2>&1 | sed -e 's:^[[^]/]*(/.*)/[^/]*.(jar|zip)[] ].*$:\1:' -e t -e d | sed -e 's:^.* from /:/:' -e 's:/[Cc]lasses$::' -e 's:/lib$::' -e 1q megalon:jonasw $ megalon:jonasw $ java -verbose fnord.fnord.fnord 2>&1 | sed -e 's:^[[^]/]*(/.*)/[^/]*.jar[] ].*$:\1:' -e t -e d | sed -e 's:^.* from /:/:' -e 's:/[Cc]lasses$::' -e 's:/lib$::' -e 1q /i/java/j2sdk1_3_1_02/jre
Any workaround?
/ Jonas Walldén
Previous text:
2003-12-11 14:13: Subject: Java failure
Grubba has already hooked up earl-grey in Xenofarm and here's the docs that explain the ABI so now it's just a small matter of programming. :-)
http://developer.apple.com/documentation/DeveloperTools/Conceptual/MachORunt...
/ Jonas Walldén