From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Roland Orre Newsgroups: gmane.lisp.guile.user Subject: Re: I get unknown immediate error in guile 1.7 Date: Fri, 09 Jan 2004 01:05:35 +0100 Organization: Royal Institute of Technology Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <1073606734.19764.11.camel@localhost> References: <1073603809.19764.4.camel@localhost> NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1073639245 11494 80.91.224.253 (9 Jan 2004 09:07:25 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 9 Jan 2004 09:07:25 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Fri Jan 09 10:07:20 2004 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1Aesbv-0007Wm-01 for ; Fri, 09 Jan 2004 10:07:19 +0100 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.24) id 1AetYN-0004T5-9q for guile-user@m.gmane.org; Fri, 09 Jan 2004 05:07:43 -0500 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.24) id 1AetXp-0004SH-Hq for guile-user@gnu.org; Fri, 09 Jan 2004 05:07:09 -0500 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.24) id 1AerXJ-0001zl-Lf for guile-user@gnu.org; Fri, 09 Jan 2004 02:59:00 -0500 Original-Received: from [130.237.222.202] (helo=smtp.nada.kth.se) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.24) id 1AelBQ-0000ua-GT for guile-user@gnu.org; Thu, 08 Jan 2004 20:11:28 -0500 Original-Received: from osts (h148n2fls33o875.telia.com [217.208.54.148]) (authenticated bits=0) by smtp.nada.kth.se (8.12.10/8.12.1) with ESMTP id i090A382026979 (version=TLSv1/SSLv3 cipher=RC4-MD5 bits=128 verify=NO); Fri, 9 Jan 2004 01:10:09 +0100 (MET) Original-To: guile-user@gnu.org In-Reply-To: <1073603809.19764.4.camel@localhost> X-Mailer: Ximian Evolution 1.4.5 X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: General Guile related discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-user-bounces+guile-user=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.user:2563 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:2563 Sorry all, the problem was my fault. I had given to many (and obviously some erroneous) parameters to configure. When I gave only a few necessary parameters it worked very well, all module .so files were created. Best regards Roland On Fri, 2004-01-09 at 00:16, Roland Orre wrote: > I found the problem. It seems as linking (at least for me) is not done > in the right way for modules, neither for 1.6 or 1.7. Explanation below. > ============================================================= > > #These are my configuration parameters: > > GUILEROOT=`pwd` > echo ${GUILEROOT} > > ./configure --with-threads --with-readline \ > --prefix=${GUILEROOT} \ > --build=i686 \ > --exec-prefix=${GUILEROOT} \ > --bindir=${GUILEROOT}/bin \ > --sbindir=${GUILEROOT}/bin \ > --sysconfdir=${GUILEROOT}/etc \ > --datadir=${GUILEROOT} \ > --sharedstatedir=${GUILEROOT}/com \ > --localstatedir=${GUILEROOT}/var \ > --includedir=${GUILEROOT}/include \ > --oldincludedir=/usr/include \ > --mandir=/usr/local/man \ > --infodir=/usr/local/info \ > --enable-maintainer-mode \ > --enable-ltdl-install _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user