From owner-freebsd-questions@FreeBSD.ORG Thu Apr 2 08:37:24 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 C799A106564A for ; Thu, 2 Apr 2009 08:37:24 +0000 (UTC) (envelope-from invalid.pointer@gmail.com) Received: from wf-out-1314.google.com (wf-out-1314.google.com [209.85.200.172]) by mx1.freebsd.org (Postfix) with ESMTP id 92E458FC12 for ; Thu, 2 Apr 2009 08:37:24 +0000 (UTC) (envelope-from invalid.pointer@gmail.com) Received: by wf-out-1314.google.com with SMTP id 24so469972wfg.7 for ; Thu, 02 Apr 2009 01:37:24 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:cc:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=JpIma0AH2hFL4j3WNhEGGtJhhdhKIzwKZGJvvUovQII=; b=lGszP74xJI+O0nGH+WPhL8fdkICwOsmadSetB8KDUbNAWib47aK0uYUaW6m5IGtg3Z T5Pm2HMLohov9Mn4hxLP6Ackc3N+azhBFn+bNbAP/6SNCkHahgfdhnUX32IL4P2ryvMM 70sCoGVVqX3xMYK7ibQQsleqWaYJ0c+PXDkDk= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; b=H79rFGLLMTO6wEW4c9AAfR/R722ErLxXr7woGQaWmdIoBDOz0XzVyvHu1+/PPWBkcR l/3cAFwvBgZtz8L3cQZhKAsdfozFfhZHrsKx1EjWPwbnb91Zbs5uU539v3r0N0MZncGw MnPOu5s0Xmnc+PZBd0vuW4leaglhQJ7miP9yQ= Received: by 10.142.144.9 with SMTP id r9mr3419155wfd.294.1238661444277; Thu, 02 Apr 2009 01:37:24 -0700 (PDT) Received: from unxfbsdi.local.lan ([117.196.224.240]) by mx.google.com with ESMTPS id 32sm1548738wfa.19.2009.04.02.01.37.18 (version=SSLv3 cipher=RC4-MD5); Thu, 02 Apr 2009 01:37:22 -0700 (PDT) Message-ID: <49D479A0.9020808@gmail.com> Date: Thu, 02 Apr 2009 14:08:56 +0530 From: Manish Jain User-Agent: Thunderbird 2.0.0.19 (X11/20090315) MIME-Version: 1.0 To: Mel Flynn References: <49D1B51C.6090404@gmail.com> <200903311959.18747.mel.flynn+fbsd.questions@mailing.thruhere.net> <200904020639.07556.mel.flynn+fbsd.questions@mailing.thruhere.net> In-Reply-To: <200904020639.07556.mel.flynn+fbsd.questions@mailing.thruhere.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org 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: Thu, 02 Apr 2009 08:37:25 -0000 Mel Flynn wrote: > On Thursday 02 April 2009 03:01:53 manish jain wrote: >> Hi Mel, >> >> Sorry, I was away for work. >> >> Here is what I think you want : >> >> /usr/ports/lang/guile # make -C /usr/ports/lang/guile -V CONFIGURE_ENV >> -V CONFIGURE_ARGS >> CPPFLAGS="-I/usr/local/include" LDFLAGS="-L/usr/local/lib" >> SHELL=/bin/sh CONFIG_SHELL=/bin/sh MAKE=gmake >> AUTOCONF=/usr/local/bin/autoconf-2.62 >> AUTOHEADER=/usr/local/bin/autoheader-2.62 >> AUTOIFNAMES=/usr/local/bin/ifnames-2.62 >> AUTOM4TE=/usr/local/bin/autom4te-2.62 >> AUTORECONF=/usr/local/bin/autoreconf-2.62 >> AUTOSCAN=/usr/local/bin/autoscan-2.62 >> AUTOUPDATE=/usr/local/bin/autoupdate-2.62 AUTOCONF_VERSION=262 >> lt_cv_sys_max_cmd_len=262144 >> --prefix=/usr/local ${_LATE_CONFIGURE_ARGS} > > Hmmm...last straw: > find /usr/local -name '*.la' -exec grep -- '-llthread' {} + > > To explain: something guile needs is built with linux-threads yet this is not > correctly handled and the resulting binaries are flawed, most likely because > another library that guile needs uses FreeBSD native threads. > > On FreeBSD threaded linking is done with -pthread linker flag which pulls in > the correct threading library (on 7.0 and above libthr, on 6.x and earlier > libpthread). Hi Mel, There is no output. > /root # find /usr/local -name '*.la' -exec grep -- '-llthread' {} + > /root # > -- Thank you and Regards Manish Jain invalid.pointer@gmail.com +91-99830-62246