This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


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

Re: Make file for Java2 Micro Edition


My ugly solution to this in an analogous case is to make a copy of gcc
named CL in the same path, and of course exclude any path where the real
CL might be found.  Just too difficult to make these commercial setups
choose a different compiler.  If the customer's  CC and CXX environment
variables worked, that would be the obvious place to correct the setup.
----- Original Message -----
From: "Andrew Markebo" <flognat@flognat.myip.org>
To: "Steve Anderson" <Steve_Anderson@paradise.net.nz>
Cc: <cygwin@sources.redhat.com>
Sent: Saturday, March 17, 2001 4:14 AM
Subject: Re: Make file for Java2 Micro Edition


> cl, sounds like microsofts c/c++ compiler? So either cl is hardcoded
> in the makefiles, or you are running with nmake?
>
> (There is probably a makefile in ../../tools/preverifier/build/win32)
> also
>
>         /Andy
>
> / Steve_Anderson@paradise.net.nz wrote:
> | I am trying to run the make file for J2ME (Java 2 Micro Edition).
When the make file runs I get the following error:
> |
> | Recursively making ../../tools/preverifier/build/win32 all...
make[1]: Entering directory
'/cygdrive/d/j2me//j2me_cldc/tools/preverifier/build/win32/'
cl -c -I../..src/ -DWIN32 -DJAVAVERIFY -DTRIMMED ../../src/check_class.c
make[1]: cl: command not found make[1]: *** [check_class.obj] Error 127
make[1]: leaving directory
'/cygdrive/d/j2me//j2me_cldc/tools/preverifier/build/win32/' make: ***
[all] Error 1
> |
> | What is the cl command?



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


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