automake-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Patch: FYI: PR 324


From: Tom Tromey
Subject: Patch: FYI: PR 324
Date: 05 Jul 2002 17:08:08 -0600

I'm checking this in.  This is a minor documentation patch that fixes
PR 324.

Tom

Index: ChangeLog
from  Tom Tromey  <address@hidden>

        * automake.texi (Java Support): Mention --main and _LDFLAGS.
        For PR automake/324.

Index: automake.texi
===================================================================
RCS file: /cvs/automake/automake/automake.texi,v
retrieving revision 1.282
diff -u -r1.282 automake.texi
--- automake.texi 26 Jun 2002 19:13:50 -0000 1.282
+++ automake.texi 5 Jul 2002 22:58:08 -0000
@@ -2880,6 +2880,10 @@
 @code{gcj} can be used to compile @file{.java}, @file{.class},
 @file{.zip}, or @file{.jar} files.
 
+When linking, @code{gcj} requires that the main class be specified
+using the @samp{--main=} option.  The easiest way to do this is to use
+the @code{_LDFLAGS} variable for the program.
+
 
 @node Support for Other Languages, ANSI, Java Support, Programs
 @comment  node-name,  next,  previous,  up



reply via email to

[Prev in Thread] Current Thread [Next in Thread]