From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: steven mestdagh Newsgroups: gmane.lisp.guile.devel Subject: Re: undefined reference to `scm_init_guile' Date: Sun, 26 Mar 2006 11:20:51 +0200 Message-ID: <20060326092051.GA32070@esat.kuleuven.be> References: <87u0a7tfex.fsf@ossau.uklinux.net> <20060310064102.GA11885@esat.kuleuven.be> <87veumvtls.fsf@ossau.uklinux.net> <20060310222332.GA23867@esat.kuleuven.be> <87k6b1x6r7.fsf@ossau.uklinux.net> <20060310230103.GA12731@esat.kuleuven.be> <87r758rfei.fsf@ossau.uklinux.net> <87wteiqnzw.fsf@minimini.mvo.home> <871wwqqdkj.fsf@minimini.mvo.home> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1143419107 14472 80.91.229.2 (27 Mar 2006 00:25:07 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Mon, 27 Mar 2006 00:25:07 +0000 (UTC) Cc: Guile Development , Neil Jerram Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Mar 27 02:25:04 2006 Return-path: Envelope-to: guile-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by ciao.gmane.org with esmtp (Exim 4.43) id 1FNfXY-0005ub-R1 for guile-devel@m.gmane.org; Mon, 27 Mar 2006 02:25:01 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FNfXX-0004B8-JC for guile-devel@m.gmane.org; Sun, 26 Mar 2006 19:25:00 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FNRQi-0005TE-6S for guile-devel@gnu.org; Sun, 26 Mar 2006 04:21:00 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FNRQf-0005T2-Hl for guile-devel@gnu.org; Sun, 26 Mar 2006 04:20:59 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FNRQf-0005Sz-BY for guile-devel@gnu.org; Sun, 26 Mar 2006 04:20:57 -0500 Original-Received: from [134.58.240.42] (helo=rusty.kulnet.kuleuven.ac.be) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FNRRt-0001b7-I5 for guile-devel@gnu.org; Sun, 26 Mar 2006 04:22:13 -0500 Original-Received: from localhost (localhost [127.0.0.1]) by rusty.kulnet.kuleuven.ac.be (Postfix) with ESMTP id B15091D75E5; Sun, 26 Mar 2006 11:20:53 +0200 (CEST) Original-Received: from smtp02.kuleuven.be (lepidus.kulnet.kuleuven.ac.be [134.58.240.72]) by rusty.kulnet.kuleuven.ac.be (Postfix) with ESMTP id 7DFB61D75CC; Sun, 26 Mar 2006 11:20:52 +0200 (CEST) Original-Received: from smtp02.kuleuven.be (localhost.localdomain [127.0.0.1]) by smtp02.kuleuven.be (Postfix) with ESMTP id 518682CAAB3; Sun, 26 Mar 2006 11:20:52 +0200 (CEST) Original-Received: from nijl.esat.kuleuven.be (nijl.esat.kuleuven.be [134.58.56.153]) by smtp02.kuleuven.be (Postfix) with ESMTP id 416262CA9F8; Sun, 26 Mar 2006 11:20:52 +0200 (CEST) Original-Received: from ohm.esat.kuleuven.be (ohm.esat.kuleuven.be [134.58.63.167]) by nijl.esat.kuleuven.be (8.13.6/8.13.6) with ESMTP id k2Q9Kqni002309; Sun, 26 Mar 2006 11:20:52 +0200 Original-Received: from ohm.esat.kuleuven.be (smestdag@localhost.esat.kuleuven.be [127.0.0.1]) by ohm.esat.kuleuven.be (8.13.6/8.13.4) with ESMTP id k2Q9KpR8011862; Sun, 26 Mar 2006 11:20:52 +0200 (CEST) Original-Received: (from smestdag@localhost) by ohm.esat.kuleuven.be (8.13.6/8.13.3/Submit) id k2Q9KpN2024582; Sun, 26 Mar 2006 11:20:51 +0200 (CEST) Original-To: Marius Vollmer Content-Disposition: inline In-Reply-To: <871wwqqdkj.fsf@minimini.mvo.home> User-Agent: Mutt/1.5.11 X-Virus-Scanned: by KULeuven Antivirus Cluster X-Mailman-Approved-At: Sun, 26 Mar 2006 19:24:29 -0500 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Developers list for Guile, the GNU extensibility library" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.lisp.guile.devel:5807 Archived-At: Marius Vollmer [2006-03-26, 02:01:16]: > Marius Vollmer writes: > > > I will include the test program into configure.in and only use > > __libc_stack_end (or gc_os_dep) when it is really needed. > > Done. Steven, please test: either from the "branch_release_1-8" > branch in CVS or a nightly snapshot at > > ftp://ftp.dt.e-technik.uni-dortmund.de/pub/guile/snapshots i've tried the guile-core-1.8-20060325 snapshot normal build errors out here: ./guile-snarf -o filesys.x /usr/obj/ports/guile-1.8.0/guile-core-1.8-20060325/libguile/filesys.c -DHAVE_CONFIG_H -I.. -I/usr/obj/ports/guile-1.8.0/guile-core-1.8-20060325 -I/usr/local/include -O2 -pipe -Wformat -Wbounded -Wall -Wmissing-prototypes -Werror /usr/obj/ports/guile-1.8.0/guile-core-1.8-20060325/libguile/filesys.c:204:1: "dirfd" redefined In file included from /usr/obj/ports/guile-1.8.0/guile-core-1.8-20060325/libguile/filesys.c:115: /usr/include/dirent.h:74:1: this is the location of the previous definition then I removed -Werror, and it proceeds but fails with the following: cat alist.doc arbiters.doc async.doc backtrace.doc boolean.doc chars.doc continuations.doc debug.doc deprecation.doc deprecated.doc discouraged.doc dynl.doc dynwind.doc environments.doc eq.doc error.doc eval.doc evalext.doc extensions.doc feature.doc fluids.doc fports.doc futures.doc gc.doc goops.doc gsubr.doc gc-mark.doc gc-segment.doc gc-malloc.doc gc-card.doc guardians.doc hash.doc hashtab.doc hooks.doc i18n.doc init.doc ioext.doc keywords.doc lang.doc list.doc load.doc macros.doc mallocs.doc modules.doc numbers.doc objects.doc objprop.doc options.doc pairs.doc ports.doc print.doc procprop.doc procs.doc properties.doc random.doc rdelim.doc read.doc root.doc rw.doc scmsigs.doc script.doc simpos.doc smob.doc sort.doc srcprop.doc stackchk.doc stacks.doc stime.doc strings.doc srfi-4.doc srfi-13.doc srfi-14.doc strorder.doc strports.doc struct.doc symbols.doc threads.doc throw.doc values.doc variable.doc vectors.doc version.doc vports.doc weaks.doc ramap.doc unif.doc dynl.doc filesys.doc posix.doc net_db.doc socket.doc regex-posix.doc | GUILE="/usr/obj/ports/guile-1.8.0/build-i386/pre-inst-guile" /usr/obj/ports/guile-1.8.0/guile-core-1.8-20060325/scripts/snarf-check-and-output-texi --manual > guile.texi || { rm guile.texi; false; } ERROR: Unbound variable: make-mutex steven Disclaimer: http://www.kuleuven.be/cwis/email_disclaimer.htm _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel