This is the mail archive of the java@gcc.gnu.org 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: gcj flags


>>>>> "Per" == Per Bothner <per@bothner.com> writes:

Per> I guess we need to decide what to do about applications that have
Per> a C/C++ main, and use the (future) invocation interface to start
Per> up Java.  Should they use the gcj or the g++ command?

gcj will probably be easiest for the user.
We add random options to the command line via libgcj.spec, which gcj
reads but g++ does not.  In particular we hide the various runtime
libraries from the user.

Tom


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