X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org X-YMail-OSG: flEnp2QVM1ksaGfOAsBKd40PtF4VUAKWucEE60dPJvCVTyAfqjx7kBtZ3weFy_MvJaZlLtTlejXzAybNA5ajAvUjoFHbMTkFdQxqboukiyXKZ_DThXZI9uoDP4lso8_y54yQGeHQupLx_nnJbdGg56Gu Date: Fri, 19 Sep 2008 23:55:59 +0200 (CEST) From: Marco Atzeri Subject: [1.7.0-29] never ending make To: cygwin AT cygwin DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Message-ID: <324494.29310.qm@web25003.mail.ukl.yahoo.com> X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: 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 Dear all, after compiling glpk-4.31-1 in cygwin-1.5 http://matzeri.altervista.org/cygwin-gcc4/glpk/index.html I tried the same in cygwin-1.7 and I found a curious issue. Make is jumping between 2 directory in a never ending story. I suspect something on how links are handled as I need to use lndirs in cygport src_compile() { cd ${B} lndirs cygconf CC=gcc-4 CPP=cpp-4 LDFLAGS=-no-undefined --with-zlib cygmake } A standard compilation in the source dir $ ./configure CC=gcc-4 CPP=cpp-4 LDFLAGS=-no-undefined --with-zlib $ make work perfectly. Any idea ? Marco log extract below ----------------------------------------- config.status: executing depfiles commands make all-recursive make[1]: Entering directory `/pub/cygports/glpk/glpk-4.31-1/build' Making all in include make[2]: Entering directory `/pub/cygports/glpk/glpk-4.31-1/src/glpk-4.31/include' cd .. && make am--refresh make[3]: Entering directory `/pub/cygports/glpk/glpk-4.31-1/build' make[3]: Leaving directory `/pub/cygports/glpk/glpk-4.31-1/build' cd .. && /bin/sh ./config.status include/Makefile config.status: creating include/Makefile make[2]: Leaving directory `/pub/cygports/glpk/glpk-4.31-1/src/glpk-4.31/include' make[2]: Entering directory `/pub/cygports/glpk/glpk-4.31-1/src/glpk-4.31/include' cd .. && make am--refresh make[3]: Entering directory `/pub/cygports/glpk/glpk-4.31-1/build' make[3]: Leaving directory `/pub/cygports/glpk/glpk-4.31-1/build' cd .. && /bin/sh ./config.status include/Makefile config.status: creating include/Makefile make[2]: Leaving directory `/pub/cygports/glpk/glpk-4.31-1/src/glpk-4.31/include' make[2]: Entering directory `/pub/cygports/glpk/glpk-4.31-1/src/glpk-4.31/include' cd .. && make am--refresh __________________________________________________ Do You Yahoo!? Poco spazio e tanto spam? Yahoo! Mail ti protegge dallo spam e ti da tanto spazio gratuito per i tuoi file e i messaggi http://mail.yahoo.it -- 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/