From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17191 invoked by alias); 14 Dec 2001 14:53:14 -0000 Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org Received: (qmail 17160 invoked from network); 14 Dec 2001 14:53:09 -0000 Received: from unknown (HELO mailrelay1.inwind.it) (212.141.54.101) by sources.redhat.com with SMTP; 14 Dec 2001 14:53:09 -0000 Received: from quigonn.inwind.it (62.98.240.25) by mailrelay1.inwind.it (5.5.053) id 3C19D8400001E7FD; Fri, 14 Dec 2001 15:53:00 +0100 Message-Id: <5.1.0.14.0.20011214154517.02b58508@popmail.inwind.it> X-Sender: fwyzard@popmail.inwind.it X-Mailer: QUALCOMM Windows Eudora Version 5.1 Date: Fri, 14 Dec 2001 06:53:00 -0000 To: "Mauro Baquero" , "Gcc Help" From: Andrea 'Fyre Wyzard' Bocci Subject: Re: compile from ss 120301 In-Reply-To: <002a01c18317$eb426cd0$6401a8c0@mblaptop> References: <033101c17dd0$367436e0$6401a8c0@mblaptop> <20011209202045.A23227@disaster.jaj.com> <5.1.0.14.0.20011211052555.00acf448@popmail.inwind.it> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii"; format=flowed X-SW-Source: 2001-12/txt/msg00108.txt.bz2 I don't know what's exactly causing this error (sombody with more gcj experience might help here) : >Makefile:1778: target 'ja' doesn't match the target pattern >Makefile:1778: target 'j' doesn't match the target pattern >Makefile:1794: target 'ja' doesn't match the target pattern >Makefile:1794: target 'j' doesn't match the target pattern >make: Circular ja <- libgcj.jar dependency dropped. >libtool: compile: cannot determine name of library object from 'ja' Howver, if you're not interested i unsing the java compiler, and just want to use c and c++ you can try adding --enable-languages=c,c++ --disable-libgcj to your configure line. >The following packages are what I untarred from the 12-03-1 snapshot view: > >gcc-20011203.tgz >gcc-core-20011203.tgz >gcc-g++-20011203.tgz > >Should I have also downloaded all the other packages? If I recall >correctly, there were some other gzip files for java? gcc-core-xxx and gcc-g++-xxx are all you need to use c and c++. If you also want java, you need gcc-java-xxx. However, the gcc package (tar.gz or tar.bz2) contains the full gcc sources, so with that you can build all the gcc front-ends (languages). >Thanks to everyone for your help so far. HTH fwyzard