From owner-freebsd-ports@FreeBSD.ORG Mon Dec 17 16:41:45 2012 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 54DCEEFF for ; Mon, 17 Dec 2012 16:41:45 +0000 (UTC) (envelope-from l.pizzamiglio@bally-wulff.de) Received: from mail.bally-wulff.de (mail.bally-wulff.de [212.144.118.8]) by mx1.freebsd.org (Postfix) with ESMTP id 087438FC0C for ; Mon, 17 Dec 2012 16:41:44 +0000 (UTC) Received: from bwex.bally-wulff.de (bwex.bally-wulff.de [192.168.204.106]) by mail.bally-wulff.de (Postfix) with ESMTP id 1015B4E082; Mon, 17 Dec 2012 17:33:05 +0100 (CET) Received: from pizzamig.bally.de ([192.168.205.30]) by bwex.bally-wulff.de with Microsoft SMTPSVC(6.0.3790.4675); Mon, 17 Dec 2012 17:33:10 +0100 Message-ID: <50CF4942.8010106@bally-wulff.de> Date: Mon, 17 Dec 2012 17:33:06 +0100 From: Luca Pizzamiglio User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/17.0 Thunderbird/17.0 MIME-Version: 1.0 To: Jakub Lach Subject: Re: devel/gdb does not compile with gcc47+ References: <1355694130257-5769812.post@n5.nabble.com> In-Reply-To: <1355694130257-5769812.post@n5.nabble.com> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 17 Dec 2012 16:33:10.0291 (UTC) FILETIME=[338E8E30:01CDDC74] Cc: freebsd-ports@freebsd.org, luca.pizzamiglio@gmail.com X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 17 Dec 2012 16:41:45 -0000 Hi Jakub, Are you using a customized make.conf? Could you send it, please? Best regards, Luca On 12/16/12 22:42, Jakub Lach wrote: > Thread model: posix > gcc version 4.7.3 20121208 (prerelease) (FreeBSD Ports Collection) > configure:4043: $? = 0 > configure:4032: gcc47 -V >&5 > gcc47: error: unrecognized command line option '-V' > gcc47: fatal error: no input files > compilation terminated. > configure:4043: $? = 1 > configure:4032: gcc47 -qversion >&5 > gcc47: error: unrecognized command line option '-qversion' > gcc47: fatal error: no input files > compilation terminated. > configure:4043: $? = 1 > configure:4063: checking for C compiler default output file name > configure:4085: gcc47 -O2 -pipe -march=native -DRL_NO_COMPAT > -fno-strict-aliasing -I/usr/local/include -L/us > /usr/local/lib/libreadline.so: undefined reference to `tputs' > /usr/local/lib/libreadline.so: undefined reference to `tgoto' > /usr/local/lib/libreadline.so: undefined reference to `tgetflag' > /usr/local/lib/libreadline.so: undefined reference to `UP' > /usr/local/lib/libreadline.so: undefined reference to `tgetent' > /usr/local/lib/libreadline.so: undefined reference to `tgetnum' > /usr/local/lib/libreadline.so: undefined reference to `PC' > /usr/local/lib/libreadline.so: undefined reference to `tgetstr' > /usr/local/lib/libreadline.so: undefined reference to `BC' > collect2: error: ld returned 1 exit status > configure:4089: $? = 1 > configure:4126: result: > configure: failed program was: > | /* confdefs.h */ > | #define PACKAGE_NAME "" > | #define PACKAGE_TARNAME "" > | #define PACKAGE_VERSION "" > | #define PACKAGE_STRING "" > | #define PACKAGE_BUGREPORT "" > | #define PACKAGE_URL "" > | /* end confdefs.h. */ > | > | int > | main () > | { > | > | ; > | return 0; > | } > configure:4132: error: in `/usr/obj/usr/ports/devel/gdb/work/gdb-7.5.1': > configure:4136: error: C compiler cannot create executables > See `config.log' for more details. > > > > > -- > View this message in context: http://freebsd.1045724.n5.nabble.com/devel-gdb-does-not-compile-with-gcc47-tp5769812.html > Sent from the freebsd-ports mailing list archive at Nabble.com. > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" >