This is the mail archive of the
java-discuss@sourceware.cygnus.com
mailing list for the Java project.
Re: Help!
- To: Manosiz Bhattacharyya <mano@cse.ucsc.edu>
- Subject: Re: Help!
- From: Tom Tromey <tromey@cygnus.com>
- Date: 21 May 1999 18:19:02 -0600
- Cc: Andrew Haley <aph@pasanda.cygnus.co.uk>, java-discuss@sourceware.cygnus.com
- References: <Pine.GSO.4.05.9905201113320.4523-100000@inaja.cse.ucsc.edu>
- Reply-To: tromey@cygnus.com
>>>>> "Manosiz" == Manosiz Bhattacharyya <mano@cse.ucsc.edu> writes:
Manosiz> I have also added LIBDIR to my LD_LIBRARY_PATH. I compile with the
Manosiz> following line
Manosiz> gcj --main=HelloWorld -o HelloWorld -lsocket -L$LIBDIR HelloWorld.java
FYI you should need neither the -L nor the -lsocket.
The current gcj/libgcj should handle this automatically.
Tom
- Follow-Ups:
- Re: Help!
- From: Manosiz Bhattacharyya <mano@cse.ucsc.edu>
- References:
- Re: Help!
- From: Manosiz Bhattacharyya <mano@cse.ucsc.edu>