From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Neil Jerram Newsgroups: gmane.lisp.guile.devel Subject: Re: scm_init_guile when null threads Date: Sat, 01 Apr 2006 10:01:10 +0100 Message-ID: <871wwhwtyh.fsf@ossau.uklinux.net> References: <20060401092404.0176a77b.olpa@xmlhack.ru> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1143882092 27647 80.91.229.2 (1 Apr 2006 09:01:32 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 1 Apr 2006 09:01:32 +0000 (UTC) Cc: guile-devel@gnu.org Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Apr 01 11:01:29 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 1FPbz3-0004A2-3S for guile-devel@m.gmane.org; Sat, 01 Apr 2006 11:01:25 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FPbz2-0000Va-Kn for guile-devel@m.gmane.org; Sat, 01 Apr 2006 04:01:24 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FPbz0-0000VV-8n for guile-devel@gnu.org; Sat, 01 Apr 2006 04:01:22 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FPbyx-0000VI-O7 for guile-devel@gnu.org; Sat, 01 Apr 2006 04:01:21 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FPbyx-0000VE-Ic for guile-devel@gnu.org; Sat, 01 Apr 2006 04:01:19 -0500 Original-Received: from [80.84.72.33] (helo=mail3.uklinux.net) by monty-python.gnu.org with esmtp (Exim 4.52) id 1FPc1X-0001Gw-F0 for guile-devel@gnu.org; Sat, 01 Apr 2006 04:03:59 -0500 Original-Received: from laruns (host86-142-181-172.range86-142.btcentralplus.com [86.142.181.172]) by mail3.uklinux.net (Postfix) with ESMTP id BB6F6409FB3; Sat, 1 Apr 2006 09:01:17 +0000 (UTC) Original-Received: from laruns (laruns [127.0.0.1]) by laruns (Postfix) with ESMTP id 3124DAA3C6; Sat, 1 Apr 2006 10:01:10 +0100 (BST) Original-To: Oleg Parashchenko In-Reply-To: <20060401092404.0176a77b.olpa@xmlhack.ru> (Oleg Parashchenko's message of "Sat, 1 Apr 2006 09:24:04 +0400") User-Agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.4 (gnu/linux) 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:5834 Archived-At: Oleg Parashchenko writes: > Hello, > > I'm trying to compile a program which uses libguile 1.8.0 under Windows > under MinGW. The program is a plugin which uses scm_init_guile to > initialize Guilde when loaded. Unfortunately, the program doesn't compile > due to undefined reference to scm_init_guile. Looking in the archives, I > found the same issue for FreeBSD. As I understand, the function > scm_init_guile indeed isn't available with null threads. > > Are there any workarounds? Quick and dirty temporary fixes are ok. Could you easily rework the program to use scm_boot_guile or scm_with_guile instead? Neil _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel