Java hello world link error

2003-12-20 Thread mauro zallocco
Folks, I installed gcc-java on Windows XP, and am attempting to compile: class Test { public static void main(String argv[]) { System.out.println("Hello World"); } } with the following command: g++ Test.java This produces a gazillion link errors, a sample follows: /cygdrive/c/DOCUME~1

RE: Java hello world link error

2003-12-21 Thread mauro zallocco
t: Sunday, December 21, 2003 10:39 AM > To: [EMAIL PROTECTED]; [EMAIL PROTECTED] > Subject: Re: Java hello world link error > > > At 08:04 PM 12/20/2003, mauro zallocco wrote: > > >Folks, > > > >I installed gcc-java on Windows XP, and am attempting to compile: >

Re: Java hello world link error

2003-12-21 Thread mauro zallocco
t. Is this expected ? Its trying to access 24.25.4.107 which my getHost tool tells me is rlghnc-dns-cac-02-dmfe1.nc.rr.com. Mauro mauro zallocco wrote: > $ gcj Test.java > /usr/lib/gcc-lib/i686-pc-cygwin/3.3.1/../../../../i686-pc-cygwin/bin/ld: > cannot > find -liconv > collect2:

Pasting bash commands in cygwin terminal does not execute it till the enter key is pressed

2022-09-05 Thread Mauro Zallocco
I upgraded my cygwin install recently on my windows 10 machine. CYGWIN_NT-10.0-19044 DESKTOP-CTVRG06 3.3.5-341.x86_64 2022-05-13 12:27 UTC x86_64 Cygwin When pasting the following commands into the cygwin terminal: echo 1 echo 2 echo 3 I get the text appearing on the cygwin terminal, highlighted,