From owner-freebsd-questions@FreeBSD.ORG Tue Mar 31 17:19:37 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 7E97410656C4 for ; Tue, 31 Mar 2009 17:19:37 +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 447A38FC20 for ; Tue, 31 Mar 2009 17:19:37 +0000 (UTC) (envelope-from mel.flynn+fbsd.questions@mailing.thruhere.net) Received: from sarevok.dnr.servegame.org (gate.lan.rachie.is-a-geek.net [192.168.2.10]) by mailhub.rachie.is-a-geek.net (Postfix) with ESMTP id 213647E818; Tue, 31 Mar 2009 09:19:36 -0800 (AKDT) From: Mel Flynn To: freebsd-questions@freebsd.org Date: Tue, 31 Mar 2009 19:19:34 +0200 User-Agent: KMail/1.11.0 (FreeBSD/8.0-CURRENT; KDE/4.2.0; i386; ; ) References: <49D1B51C.6090404@gmail.com> <200903310826.54303.mel.flynn+fbsd.questions@mailing.thruhere.net> <49D24CC0.6020005@gmail.com> In-Reply-To: <49D24CC0.6020005@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-6" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200903311919.34789.mel.flynn+fbsd.questions@mailing.thruhere.net> Cc: manish jain Subject: Re: guile-1.8.6 build core dumps (autoconf issue ?) 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: Tue, 31 Mar 2009 17:19:38 -0000 On Tuesday 31 March 2009 19:02:56 manish jain wrote: > Mel Flynn wrote: > > On Tuesday 31 March 2009 08:15:56 manish jain wrote: > >> Hi, > >> > >> I portsnapped the lastest tarball a couple of days back. Doing a build > >> > >> in lang/guile (1.8.6) core dumps with the following message : > >>> Making all in libguile > >>> gmake[2]: Entering directory > >>> `/usr/ports/lang/guile/work/guile-1.8.6/libguile' cd .. && /bin/sh > >>> ./config.status libguile/Makefile depfiles > >>> config.status: creating libguile/Makefile > >>> config.status: executing depfiles commands > >>> gmake[2]: Leaving directory > >>> `/usr/ports/lang/guile/work/guile-1.8.6/libguile' gmake[2]: Entering > >>> directory `/usr/ports/lang/guile/work/guile-1.8.6/libguile' Generating > >>> libpath.h... > >>> sed < ./version.h.in > version.h.tmp \ > >>> -e s:@-GUILE_MAJOR_VERSION-@:1: \ > >>> -e s:@-GUILE_MINOR_VERSION-@:8: \ > >>> -e s:@-GUILE_MICRO_VERSION-@:6: > >>> mv version.h.tmp version.h > >>> if [ "no" = "yes" ]; then \ > >>> cc -DHAVE_CONFIG_H -I.. -I.. -I.. -c -o gen-scmconfig.o > >>> gen-scmconfig.c; \ else \ > >>> cc -DHAVE_CONFIG_H -I.. -I.. -I.. -I/usr/local/include -O2 > >>> -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -Werror -c -o > >>> gen-scmconfig.o gen-scmconfig.c; \ fi > >>> if [ "no" = "yes" ]; then \ > >>> cc -o gen-scmconfig gen-scmconfig.o; \ > >>> else \ > >>> /bin/sh ../libtool --tag=CC --mode=link cc -O2 > >>> -fno-strict-aliasing -pipe -Wall -Wmissing-prototypes -Werror > >>> -L/usr/local/lib -o > >>> gen-scmconfig gen-scmconfig.o -llthread -lgmp -lcrypt -lm -lltdl ; \ > >>> fi libtool: link: cc -O2 -fno-strict-aliasing -pipe -Wall > >>> -Wmissing-prototypes -Werror -o gen-scmconfig gen-scmconfig.o > >>> -L/usr/local/lib -llthread /usr/local/lib/libgmp.so -lcrypt -lm > > > > vs mine: > > libtool: link: /usr/local/libexec/ccache/world-cc -O2 > > -fno-strict-aliasing - pipe -Wall -Wmissing-prototypes -Werror -o > > gen-scmconfig gen-scmconfig.o - L/usr/local/lib /usr/local/lib/libgmp.so > > -lcrypt -lm /usr/local/lib/libltdl.so -Wl,-rpath -Wl,/usr/local/lib > > -Wl,-rpath -Wl,/usr/local/lib > > > > Where does -llthread come from? > > Hi Mel, > > I can't really answer the question. I just ran 'make install clean'. I > am attaching the log file, just in case you are able to spot something. I think config.log is more helpful, as it would show LDFLAGS and detected threading library. -- Mel