Date: Mon, 29 Jun 2009 13:27:12 -0800 From: Mel Flynn <mel.flynn+fbsd.questions@mailing.thruhere.net> To: freebsd-questions@freebsd.org Subject: Re: libtool shared Message-ID: <200906291327.12434.mel.flynn%2Bfbsd.questions@mailing.thruhere.net> In-Reply-To: <6ae50c2d0906281518m422783f0lf57014459bc11b5f@mail.gmail.com> References: <6ae50c2d0906281009n24381ad3j59125e237739ca2c@mail.gmail.com> <200906281414.16019.mel.flynn%2Bfbsd.questions@mailing.thruhere.net> <6ae50c2d0906281518m422783f0lf57014459bc11b5f@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906291327.12434.mel.flynn%2Bfbsd.questions>