This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: problem compiling gcc-3.1.1


On Thu, Aug 08, 2002 at 12:58:02AM +0200, regis HERRMANN wrote:
> fail. But the thing is that I don't need the Java compiler -neither the 
> library. So I tried passing options to the configure script (these were 
> "--without-gcj", "--without-libjava", I also tried "--disable-gcj" and 
> "--disable-libjava"), but none worked since libjava is still compiled (and 
> fails).

--enable-languages=foo,bar,baz...

Just leave out "java" from the list.


> So my question is : do you know of any way to disable any part of the GCC so 
> it won't be built at all? Cause these are not documented (I didn't find any 
> onfo anywhere, that is...) you know.

http://gcc.gnu.org/install/

-- 
I would therefore like to posit that computing's central challenge, viz. "How
not to make a mess of it," has /not/ been met.
                                                  - Edsger Djkstra, 1930-2002


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