From owner-freebsd-questions@FreeBSD.ORG Mon Jun 29 21:27:14 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5E25F1065687 for ; Mon, 29 Jun 2009 21:27:14 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from mailhub.rachie.is-a-geek.net (rachie.is-a-geek.net [66.230.99.27]) by mx1.freebsd.org (Postfix) with ESMTP id 299CF8FC1B for ; Mon, 29 Jun 2009 21:27:13 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from smoochies.rachie.is-a-geek.net (mailhub.rachie.is-a-geek.net [192.168.2.11]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 540B17E837 for ; Mon, 29 Jun 2009 13:27:13 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Mon, 29 Jun 2009 13:27:12 -0800 User-Agent: KMail/1.11.4 (FreeBSD/8.0-CURRENT; KDE/4.2.4; i386; ; ) References: <6ae50c2d0906281009n24381ad3j59125e237739ca2c@mail.gmail.com> <200906281414.16019.mel.flynn+fbsd.questions@mailing.thruhere.net> <6ae50c2d0906281518m422783f0lf57014459bc11b5f@mail.gmail.com> In-Reply-To: <6ae50c2d0906281518m422783f0lf57014459bc11b5f@mail.gmail.com> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200906291327.12434.mel.flynn+fbsd.questions@mailing.thruhere.net> Subject: Re: libtool shared X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 29 Jun 2009 21:27:14 -0000 On Sunday 28 June 2009 14:18:54 alexus wrote: > ltconfig:432: gcc -E conftest.c > ltconfig:547: checking if gcc PIC flag -fPIC works > ltconfig:548: gcc -c -fPIC -DPIC conftest.c 1>&5 > ltconfig:591: checking if gcc static flag -static works > ltconfig:592: gcc -o conftest -static conftest.c 1>&5 > ltconfig:624: checking for ld used by GCC > GNU ld version 2.15 [FreeBSD] 2004-05-23 > ltconfig:971: checking if global_symbol_pipe works > ltconfig:972: gcc -c conftest.c 1>&5 > ltconfig:975: eval "/usr/bin/nm -B conftest.o | sed -n -e 's/^.* > [ABCDGISTUW] \([_A-Za-z][_A-Za-z0-9]*\)$/\1 \1/p' > conftest.nm" > ltconfig:1033: gcc -o conftest -fno-builtin conftest.c conftestm.o 1>&5 It stops here? It should give a reason and configure should continue eventually. Or did you CTRL-C the process and output didn't end up in the file yet? Let the entire configure run through, then inspect config.log where configure eventually says it's unable to build shared libraries. -- Mel