This is the mail archive of the java-discuss@sourceware.cygnus.com 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]

Re: Help!


>>>>> "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

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