From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Oleg Parashchenko Newsgroups: gmane.lisp.guile.devel Subject: scm_init_guile when null threads Date: Sat, 1 Apr 2006 09:24:04 +0400 Organization: xmlhack.ru Message-ID: <20060401092404.0176a77b.olpa@xmlhack.ru> NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Trace: sea.gmane.org 1143869418 30889 80.91.229.2 (1 Apr 2006 05:30:18 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sat, 1 Apr 2006 05:30:18 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Sat Apr 01 07:30:16 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 1FPYge-0002lK-Pq for guile-devel@m.gmane.org; Sat, 01 Apr 2006 07:30:13 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FPYge-0003lF-AS for guile-devel@m.gmane.org; Sat, 01 Apr 2006 00:30:12 -0500 Original-Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1FPYga-0003lA-JL for guile-devel@gnu.org; Sat, 01 Apr 2006 00:30:08 -0500 Original-Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1FPYgY-0003ky-A6 for guile-devel@gnu.org; Sat, 01 Apr 2006 00:30:07 -0500 Original-Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1FPYgY-0003kv-4J for guile-devel@gnu.org; Sat, 01 Apr 2006 00:30:06 -0500 Original-Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1FPYj6-0006Sg-3s for guile-devel@gnu.org; Sat, 01 Apr 2006 00:32:44 -0500 Original-Received: from root by ciao.gmane.org with local (Exim 4.43) id 1FPYgU-0002k8-AU for guile-devel@gnu.org; Sat, 01 Apr 2006 07:30:02 +0200 Original-Received: from pd95436d8.dip.t-dialin.net ([217.84.54.216]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 01 Apr 2006 07:30:02 +0200 Original-Received: from olpa by pd95436d8.dip.t-dialin.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 01 Apr 2006 07:30:02 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-To: guile-devel@gnu.org Original-Lines: 17 Original-X-Complaints-To: usenet@sea.gmane.org X-Gmane-NNTP-Posting-Host: pd95436d8.dip.t-dialin.net X-Newsreader: Sylpheed version 1.0.4 (GTK+ 1.2.10; i586-alt-linux-gnu) 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:5833 Archived-At: 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. Thank you. -- Oleg Parashchenko olpa@ http://xmlhack.ru/ XML news in Russian http://uucode.com/blog/ Generative Programming, XML, TeX, Scheme _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://lists.gnu.org/mailman/listinfo/guile-devel