From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: "Pat Lasswell" Newsgroups: gmane.lisp.guile.user Subject: Build problems: 1.8 on intel Mac Date: Mon, 18 Sep 2006 08:24:30 -0700 Message-ID: NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0910129375==" X-Trace: sea.gmane.org 1158593157 24951 80.91.229.2 (18 Sep 2006 15:25:57 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 18 Sep 2006 15:25:57 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Mon Sep 18 17:25:55 2006 Return-path: Envelope-to: guile-user@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1GPKzX-0008Kn-KB for guile-user@m.gmane.org; Mon, 18 Sep 2006 17:25:03 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GPKzX-0001Qx-1x for guile-user@m.gmane.org; Mon, 18 Sep 2006 11:25:03 -0400 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1GPKz2-0000oR-VO for guile-user@gnu.org; Mon, 18 Sep 2006 11:24:32 -0400 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1GPKz1-0000kg-Aq for guile-user@gnu.org; Mon, 18 Sep 2006 11:24:32 -0400 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1GPKz1-0000kE-6u for guile-user@gnu.org; Mon, 18 Sep 2006 11:24:31 -0400 Original-Received: from [64.233.166.183] (helo=py-out-1112.google.com) by monty-python.gnu.org with esmtp (Exim 4.52) id 1GPL1s-0002Yt-T7 for guile-user@gnu.org; Mon, 18 Sep 2006 11:27:29 -0400 Original-Received: by py-out-1112.google.com with SMTP id d42so4235265pyd for ; Mon, 18 Sep 2006 08:24:30 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:mime-version:content-type; b=O5ZDVKFAWNemeMmpeDNuE1lmYYzZe3UJ7uK6PYDwfvhEQ6UEEcGfv4oZNwneiUaCrBUp6DTrVhhMTZ7VXIAPCZsZFnHJThLwuIzUXdKs55+eNEW2VnYb669+/rXpgMJtiU4FngaRtf7yUVhnbgAGglL9Ch+mi4nQwAdgMC/HNbE= Original-Received: by 10.35.91.10 with SMTP id t10mr12577937pyl; Mon, 18 Sep 2006 08:24:30 -0700 (PDT) Original-Received: by 10.35.57.14 with HTTP; Mon, 18 Sep 2006 08:24:30 -0700 (PDT) Original-To: guile-user@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.user:5521 Archived-At: --===============0910129375== Content-Type: multipart/alternative; boundary="----=_Part_84258_27423257.1158593070174" ------=_Part_84258_27423257.1158593070174 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline First, during configure, this appears configure: WARNING: libc.h: present but cannot be compiled configure: WARNING: libc.h: check for missing prerequisite headers? configure: WARNING: libc.h: see the Autoconf documentation configure: WARNING: libc.h: section "Present But Cannot Be Compiled" configure: WARNING: libc.h: proceeding with the preprocessor's result configure: WARNING: libc.h: in the future, the compiler will take precedence configure: WARNING: ## -------------------------------- ## configure: WARNING: ## Report this to the guile lists. ## configure: WARNING: ## -------------------------------- ## Then, I have to edit the emitted config.h to remove #define socklen_t int because configure wrongly concludes it is absent from the system headers. It is also the cause of the warning during configure. Then, the build ends during the link step with ld: warning multiple definitions of symbol _locale_charset /local/lib/libintl.dylib(localcharset.o) definition of _locale_charset /local/lib/libiconv.dylib(localcharset.o) definition of _locale_charset ld: common symbols not allowed with MH_DYLIB output format with the -multi_module option /local/lib/libgmp.a(mp_bpl.o) definition of common ___gmp_junk (size 16) /usr/bin/libtool: internal link edit command failed Thanks pat ------=_Part_84258_27423257.1158593070174 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline First, during configure, this appears

configure: WARNING: libc.h: present but cannot be compiled
configure: WARNING: libc.h:     check for missing prerequisite headers?
configure: WARNING: libc.h: see the Autoconf documentation
configure: WARNING: libc.h:     section "Present But Cannot Be Compiled"
configure: WARNING: libc.h: proceeding with the preprocessor's result
configure: WARNING: libc.h: in the future, the compiler will take precedence
configure: WARNING:     ## -------------------------------- ##
configure: WARNING:     ## Report this to the guile lists.  ##
configure: WARNING:     ## -------------------------------- ##

Then, I have to edit the emitted config.h to remove

#define socklen_t int

because configure wrongly concludes it is absent from the system headers.  It is also the cause of the warning during configure.

Then, the build ends during the link step with

ld: warning multiple definitions of symbol _locale_charset
/local/lib/libintl.dylib(localcharset.o) definition of _locale_charset
/local/lib/libiconv.dylib(localcharset.o) definition of _locale_charset
ld: common symbols not allowed with MH_DYLIB output format with the -multi_module option
/local/lib/libgmp.a(mp_bpl.o) definition of common ___gmp_junk (size 16)
/usr/bin/libtool: internal link edit command failed


Thanks
pat
------=_Part_84258_27423257.1158593070174-- --===============0910129375== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://lists.gnu.org/mailman/listinfo/guile-user --===============0910129375==--