X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f From: "sgrb" Newsgroups: comp.os.msdos.djgpp References: <3cb3843c$0$4076$9b622d9e AT news DOT freenet DOT de> Subject: Re: Gcc and Java Lines: 47 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Message-ID: Date: Wed, 10 Apr 2002 19:10:46 GMT NNTP-Posting-Host: 212.171.168.23 X-Complaints-To: newsmaster AT tin DOT it X-Trace: news2.tin.it 1018465846 212.171.168.23 (Wed, 10 Apr 2002 21:10:46 MET DST) NNTP-Posting-Date: Wed, 10 Apr 2002 21:10:46 MET DST Organization: TIN To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com File: gcc.info, Node: G++ and GCC, Next: Standards, Prev: Top, Up: Top Compile C, C++, Objective C, Fortran, Java ****************************************** Several versions of the compiler (C, C++, Objective C, Fortran, Java) are integrated; this is why we use the name "GNU Compiler Collection". GCC can compile programs written in any of these languages. The Fortran and Java compilers are described in separate manuals. "GCC" is a common shorthand term for the GNU Compiler Collection. This is both the most general name for the compiler, and the name used when the emphasis is on compiling C programs (as the abbreviation formerly stood for "GNU C Compiler"). That is what is in "info Gcc". Thanks. "deckerben" ha scritto nel messaggio news:3cb3843c$0$4076$9b622d9e AT news DOT freenet DOT de... > > I read in "info Gcc" : Java can be compiled by Gcc > > and java compiler is described in a separate manual . > > Where is this manual ? I think that some java library > > will be necessary....... > > Thanks > > Are you refering to GCJ? It hasn't been ported to DJGPP - only works on UNIX > platforms (so far). > >