From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17685 invoked by alias); 4 Dec 2001 06:30:23 -0000 Mailing-List: contact gcc-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-owner@gcc.gnu.org Received: (qmail 17489 invoked from network); 4 Dec 2001 06:30:15 -0000 Received: from unknown (HELO pop.agri.ch) (212.28.128.30) by sources.redhat.com with SMTP; 4 Dec 2001 06:30:15 -0000 Received: from pop.agri.ch (195.65.218.118) by pop.agri.ch (5.1.056) (authenticated as toa@pop.agri.ch) id 3C0619F30002284D; Tue, 4 Dec 2001 07:30:13 +0100 Message-ID: <3C0C6E36.628A60AB@pop.agri.ch> Date: Mon, 03 Dec 2001 22:30:00 -0000 From: Andreas Tobler Organization: zero X-Mailer: Mozilla 4.79C-CCK-MCD {C-UDP; EBM-APPLE} (Macintosh; U; PPC) X-Accept-Language: en,pdf MIME-Version: 1.0 To: GCC , java@gcc.gnu.org Subject: libjava build failure on solaris2.6 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-SW-Source: 2001-12/txt/msg00104.txt.bz2 Hi, does anybody encounter the same problem? I fail to build libjava on solaris 2.6 and I think it is not a java problem. The Makefile got hosed. I can see malformed filenames in the Makefile and I don't know where they come from. I already asked Bryce McKinlay and he has no clue as well. I use make 3.79.1 and the src and build dir are on different partitions. Src nfs, build local. Any ideas? Thanks Andreas P.S, i'm not subcribed to java@gcc.gnu.org ------- make[2]: Entering directory `/var/tmp/a_tobler/objdir/sparc-sun-solaris2.6/libja va' Makefile:1777: target `ja' doesn't match the target pattern Makefile:1777: target `j' doesn't match the target pattern Makefile:1793: target `ja' doesn't match the target pattern Makefile:1793: target `j' doesn't match the target pattern make[2]: Circular ja <- libgcj.jar dependency dropped. /bin/sh ./libtool --tag=GCJ --mode=compile /var/tmp/a_tobler/objdir/gcc/gcj -B/v ar/tmp/a_tobler/objdir/sparc-sun-solaris2.6/libjava/ -B/var/tmp/a_tobler/objdir/ gcc/ --encoding=UTF-8 -fassume-compiled -fclasspath=/var/tmp/a_tobler/objdir/spa rc-sun-solaris2.6/libjava -L/var/tmp/a_tobler/objdir/sparc-sun-solaris2.6/libjav a -g -O2 -MD -MT ja -MF ja -c -o ja libtool: compile: cannot determine name of library object from `ja' make[2]: *** [ja] Error 1 make[2]: Leaving directory `/var/tmp/a_tobler/objdir/sparc-sun-solaris2.6/libjav a' make[1]: *** [all-target-libjava] Error 2 make[1]: Leaving directory `/var/tmp/a_tobler/objdir' make: *** [bootstrap] Error 2