Re: Problem of building Apache XalanC on cygwin

2004-02-27 Thread Brian Ford
It would have been extreamely helpful for you to have shown what that expanded to on the compile line as well as the errors reported for the non-working case, but I'll take a WAG anyway. On Fri, 27 Feb 2004, DS wrote: > Hi all! > I'm trying to build Apache XalanC . > I use cygwin 1.5.7 , gcc 3.3.

Problem of building Apache XalanC on cygwin

2004-02-27 Thread DS
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 $@" sectio