From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21798 invoked by alias); 3 Oct 2003 16:07:52 -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 21791 invoked from network); 3 Oct 2003 16:07:51 -0000 Received: from unknown (HELO occp1.ocservers.net) (216.73.121.2) by sources.redhat.com with SMTP; 3 Oct 2003 16:07:51 -0000 Received: from cpanel by occp1.ocservers.net with local (Exim 4.24) id 1A5ST4-0008A8-PV for rhug-rhats@sources.redhat.com; Fri, 03 Oct 2003 09:07:46 -0700 Received: from 207-171-180-101.amazon.com (207-171-180-101.amazon.com [207.171.180.101]) by www.stratej.com (IMP) with HTTP for ; Fri, 3 Oct 2003 09:07:46 -0700 Message-ID: <1065197266.3f7d9ed2b9ae3@www.stratej.com> Date: Fri, 03 Oct 2003 16:07:00 -0000 From: osml@stratej.com To: rhug-rhats@sources.redhat.com Subject: rhug under cygwin MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit User-Agent: Internet Messaging Program (IMP) 3.2.1 X-Originating-IP: 207.171.180.101 X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - occp1.ocservers.net X-AntiAbuse: Original Domain - sources.redhat.com X-AntiAbuse: Originator/Caller UID/GID - [32001 502] / [47 12] X-AntiAbuse: Sender Address Domain - stratej.com X-SW-Source: 2003-10/txt/msg00003.txt.bz2 I've been playing around with building rhug under cygwin. More specifically, I'm trying to build pgsql-jdbc. It makes it through most of the build and then fails in the libtool linking phase with the following error message: libtool: link: cannot build libtool library `lib-org-postgresql.la' from non-libtool objects on this host: errors.o errors_de.o errors_it.o errors_zh_TW.o errors_fr.o errors_nl.o make[1]: *** [lib-org-postgresql.la] Error 1 make[1]: Leaving directory `/workplace/rhug/pgsql-jdbc' make: *** [all] Error 2 The errors*.o files look like they are --resource files generated with gcj. Is there a compatibility problem between libtool and these objects? Has anybody been able to build rhug under cygwin? Am I missing a step? Thanks in advance, Jason