[Java-gnome-developer] gcj-compile
Brought to you by:
afcowie
From: Luca De R. <pie...@li...> - 2003-10-27 13:20:36
|
Hi, I've found that the configure script doesn't recognize correctly my installed gcj 3.2.2. The sed command that should extract the gcj version number, expects an output of this kind: 'gcj version "3.2.2"'. Instead my gcj (on Redhat 9) prints: gcj (GCC) 3.2.2 20030222 (Red Hat Linux 3.2.2-5) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. So the solution is to modify that sed command. Obviously it expects the first line of 'gcj --version' output to read: 'gcj (GCC) majorversion.minorversion.microversion anything_else' I dunno really what kind of output other versions of gcj might have, but this is surely needed for gcj shipped with Redhat 9. Hope this will be of use. Luca. -- Luca De Rugeriis <pie...@li...> |