Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , 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 Subject: Problem of building Apache XalanC on cygwin Date: Fri, 27 Feb 2004 13:10:30 -0500 Lines: 24 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit 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/