From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6156 invoked by alias); 26 Jan 2012 15:41:20 -0000 Received: (qmail 6146 invoked by uid 22791); 26 Jan 2012 15:41:19 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from bar.sig21.net (HELO bar.sig21.net) (80.81.252.164) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 26 Jan 2012 15:41:06 +0000 Received: from p5099b351.dip0.t-ipconnect.de ([80.153.179.81] helo=zzz.local) by bar.sig21.net with esmtpsa (TLS1.0:RSA_ARCFOUR_SHA1:16) (Exim 4.69) (envelope-from ) id 1RqRRc-0002Wd-CO; Thu, 26 Jan 2012 16:41:03 +0100 Received: from js by zzz.local with local (Exim 4.77) (envelope-from ) id 1RqRRb-0006Dv-C9; Thu, 26 Jan 2012 16:40:59 +0100 Date: Thu, 26 Jan 2012 15:41:00 -0000 From: Johannes Stezenbach To: Chris Morgan Cc: crossgcc@sourceware.org Subject: Re: CLooG build error Message-ID: <20120126154058.GB2963@sig21.net> References: MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Spam-21-Score: -2.9 (--) X-Spam-21-Report: No, score=-2.9 required=8.0 tests=ALL_TRUSTED=-1,BAYES_00=-1.9 autolearn=ham X-IsSubscribed: yes Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org X-SW-Source: 2012-01/txt/msg00064.txt.bz2 Hi, On Wed, Jan 25, 2012 at 05:06:54PM -0500, Chris Morgan wrote: > [ALL  ]    /bin/bash ./libtool  --tag=CC   --mode=compile > x86_64-build_unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I. > -I/home/cmorgan/ct-ng-install/bin/.build/src/cloog-ppl-0.15.10 > -I./include/cloog -I./include > -I/home/cmorgan/ct-ng-install/bin/.build/src/cloog-ppl-0.15.10/include >  -I/home/cmorgan/ct-ng-install/bin/.build/arm-unknown-eabi/build/static/include > -I/home/cmorgan/ct-ng-install/bin/.build/arm-unknown-eabi/build/static/include >  -Wall -fomit-frame-pointer -pipe  -MT block.lo -MD -MP -MF > .deps/block.Tpo -c -o block.lo `test -f 'source/block.c' || echo > '/home/cmorgan/ct-ng-install/bin/.build/src/cloog-ppl-0.15.10/'`source/block.c ... > [ALL  ]    mv -f .deps/block.Tpo .deps/block.Plo > [ALL  ]    cannot stat `.deps/block.Tpo': No such file or directory Incidentally I ran into the same issue with hg rev 2840:188d58cfe7cf. I think it is a copy & paste bug, the real error is much earlier: [DEBUG] ==> Executing: './autogen.sh' [CFG ] libtool: unrecognized option `-c' [CFG ] libtool: Try `libtool --help' for more information. Can you try this: diff -r 188d58cfe7cf configure.ac --- a/configure.ac Mon Jan 16 23:45:16 2012 +0100 +++ b/configure.ac Thu Jan 26 16:38:57 2012 +0100 @@ -203,7 +203,7 @@ [Specify the full PATH to GNU libtoolize >= 1.5.26]), [ac_cv_path_LIBTOOLIZE=$withval])]) AC_CACHE_CHECK([for GNU libtoolize >= 1.5.26], [ac_cv_path_LIBTOOLIZE], - [AC_PATH_PROGS_FEATURE_CHECK([LIBTOOLIZE], [libtool], + [AC_PATH_PROGS_FEATURE_CHECK([LIBTOOLIZE], [libtoolize], [[LIBTOOLIZE_ver=$($ac_path_LIBTOOLIZE --version 2>&1 \ |$EGREP '\(GNU libtool.*\) (2[[:digit:]]*\.|1\.6[[:digit:]]*\.|1\.5\.[2-9][[:digit:]]+)') test -n "$LIBTOOLIZE_ver" && ac_cv_path_LIBTOOLIZE=$ac_path_LIBTOOLIZE ac_path_LIBTOOLIZE_found=:]], Johannes -- For unsubscribe information see http://sourceware.org/lists.html#faq