From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22844 invoked by alias); 21 Jan 2002 12:13:56 -0000 Mailing-List: contact rhug-rhats-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: rhug-rhats-owner@sources.redhat.com Received: (qmail 22810 invoked from network); 21 Jan 2002 12:13:51 -0000 Received: from unknown (HELO tml-gw.tml.hut.fi) (130.233.44.1) by sources.redhat.com with SMTP; 21 Jan 2002 12:13:51 -0000 Received: (from smap@localhost) by tml-gw.tml.hut.fi (8.8.7/8.8.7) id OAA11351 for ; Mon, 21 Jan 2002 14:11:55 +0200 Received: from mail.tml.hut.fi(130.233.45.70) by tml-gw.tml.hut.fi via smap (V2.0) id xma011349; Mon, 21 Jan 02 14:11:50 +0200 Received: from morphine.tml.hut.fi (morphine.tml.hut.fi [130.233.45.7]) by mail.tml.hut.fi (8.11.0/8.11.0) with ESMTP id g0LCDe802248 for ; Mon, 21 Jan 2002 14:13:41 +0200 (EET) Received: from localhost (jsantala@localhost) by morphine.tml.hut.fi (8.9.3+Sun/8.9.3) with ESMTP id OAA06864 for ; Mon, 21 Jan 2002 14:13:40 +0200 (EET) X-Authentication-Warning: morphine.tml.hut.fi: jsantala owned process doing -bs Date: Mon, 21 Jan 2002 04:13:00 -0000 From: Jukka Santala To: rhug-rhats@sources.redhat.com Subject: libtool woes Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-SW-Source: 2002-01/txt/msg00001.txt.bz2 I was trying to cross-compile the rhug source-tree using the latest gcc HEAD build. Unfortunately, the build runs into trouble with the Java resource-files, to wit: libtool: link: cannot build libtool library `lib-org-mozilla.la' from non-libtool objects on this host: upstream/src/org/mozilla/javascript/resources/Messages.o upstream/src/org/mozilla/javascript/resources/Security.o The problem is that the .properties files have a hard-coded build-rule using a plain compile to .o instead of using the libtool. This naturally leaves me wondering what's the intended purpose/behaviour. Ps. some of the Makefile.am's even call "gcj" straight instead of $(GCJ)... -Jukka Santala