This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Buiding classpath on CYGWIN with gcj!!


I got a problem when building on CYGWIN.
Please let me know how to solve... -_-

I guess it is related with 'case sensitivity' problem.


-------------------------------------------------------------------------
$ ./configure --prefix=/cygdrive/d/classpath --disable-gtk-peer
....

$ make
Making all in lib
make[1]: Entering directory `/cygdrive/d/classpath-0.04/lib'
top_builddir=.. /bin/sh ./gen-classlist.sh standard
top_builddir=.. /bin/sh ./gen-classlist.sh standard
/usr/bin/gcj -bootclasspath '' -classpath ..:../vm/current:.: -C -d . @classes
../java/awt/color.java:63: Class `java.awt.Color' already defined in ../java/awt
/Color.java:63.
   public class Color implements Paint, Serializable
                ^
../java/awt/color.java:291: confused by earlier errors, bailing out
make[1]: *** [compile-classes] Error 1
make[1]: Leaving directory `/cygdrive/d/classpath-0.04/lib'
make: *** [all-recursive] Error 1

-------------------------------------------------------------------------


My environment is CYGWIN_NT5.1 / WindowsXP.

"gcj" is used as a Java compiler. (version 3.2)

Give some adivices plz..
Thanks.
             


----------------------------------------------
 Á¤ ¿î ±³ 

 S/W Platform Group, Digital Media R&D Center,
 Samsung Electronics

 Email : cloud.chung@samsung.com
 Office : 031-200-3297
 Cellular : 019-412-0245
----------------------------------------------


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]