delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT cygwin DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT cygwin DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT cygwin DOT com> |
List-Help: | <mailto:cygwin-help AT cygwin DOT com>, <http://sources.redhat.com/ml/#faqs> |
Sender: | cygwin-owner AT cygwin DOT com |
Mail-Followup-To: | cygwin AT cygwin DOT com |
Delivered-To: | mailing list cygwin AT cygwin DOT com |
To: | cygwin AT cygwin DOT com |
From: | DS <dmitryh AT ca DOT ibm DOT com> |
Subject: | Problem of building Apache XalanC on cygwin |
Date: | Fri, 27 Feb 2004 13:10:30 -0500 |
Lines: | 24 |
Message-ID: | <c1o16s$8c4$1@sea.gmane.org> |
Mime-Version: | 1.0 |
X-Complaints-To: | usenet AT sea DOT gmane DOT org |
X-Gmane-NNTP-Posting-Host: | fw54.torolab.ibm.com |
User-Agent: | Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.6) Gecko/20040113 |
Hi all! I'm trying to build Apache XalanC . I use cygwin 1.5.7 , gcc 3.3.1 and make 3.8 In our makefiles ( we are multi-platform C++ application ) we use nest structure: $(TARGET): $(OBJECTS) $(MAKE_SHARED) $(LINK_PARAMETERS) $^ -o $@ (note , that link parameters are before "-o $@" section) if I change it to: $(TARGET): $(OBJECTS) $(MAKE_SHARED) $^ -o $@ $(LINK_PARAMETERS) it's working . Any ideas how can build with the first model ? XalanC is multi-paltform application and I can't chnage the makefiles so easyly. Thanks! Dmitry -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |