From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Han-Wen Nienhuys Newsgroups: gmane.lisp.guile.devel Subject: .h inclusion? Date: Mon, 14 Jul 2003 15:11:48 +0200 Sender: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Message-ID: <16146.44052.364853.647708@localhost.localdomain> Reply-To: hanwen@cs.uu.nl NNTP-Posting-Host: main.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: main.gmane.org 1058188712 24196 80.91.224.249 (14 Jul 2003 13:18:32 GMT) X-Complaints-To: usenet@main.gmane.org NNTP-Posting-Date: Mon, 14 Jul 2003 13:18:32 +0000 (UTC) Original-X-From: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Mon Jul 14 15:18:30 2003 Return-path: Original-Received: from monty-python.gnu.org ([199.232.76.173]) by main.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 19c3CV-0006Bw-00 for ; Mon, 14 Jul 2003 15:17:07 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.20) id 19c3BK-0004dV-0I for guile-devel@m.gmane.org; Mon, 14 Jul 2003 09:15:54 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.20) id 19c3A0-0003oA-H2 for guile-devel@gnu.org; Mon, 14 Jul 2003 09:14:32 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.20) id 19c394-0002yT-T5 for guile-devel@gnu.org; Mon, 14 Jul 2003 09:13:34 -0400 Original-Received: from smtpzilla3.xs4all.nl ([194.109.127.139]) by monty-python.gnu.org with esmtp (Exim 4.20) id 19c37L-0001zX-SO for guile-devel@gnu.org; Mon, 14 Jul 2003 09:11:47 -0400 Original-Received: from localhost.localdomain.xs4all.nl (byrd.xs4all.nl [213.84.26.127]) by smtpzilla3.xs4all.nl (8.12.9/8.12.9) with ESMTP id h6EDBklP023586 for ; Mon, 14 Jul 2003 15:11:46 +0200 (CEST) Original-To: guile-devel@gnu.org X-Mailer: VM 7.14 under Emacs 21.2.1 X-BeenThere: guile-devel@gnu.org X-Mailman-Version: 2.1.2 Precedence: list List-Id: Developers list for Guile, the GNU extensibility library List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guile-devel-bounces+guile-devel=m.gmane.org@gnu.org Xref: main.gmane.org gmane.lisp.guile.devel:2622 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.devel:2622 the manual (1.6.4) doesn't list the proper way to link to guile in the C-API section. It does in the whirlwind tour: The header file `' provides declarations for all of Guile's functions and constants. You should `#include' it at the head of any C source file that uses identifiers described in this manual. Once you've compiled your source files, you need to link them against the Guile object code library, `libguile'. Can this info also be present in the reference? (not submitting a patch yet, because I'm unaware of the "design" of the manual.) -- Han-Wen Nienhuys | hanwen@cs.uu.nl | http://www.xs4all.nl/~hanwen _______________________________________________ Guile-devel mailing list Guile-devel@gnu.org http://mail.gnu.org/mailman/listinfo/guile-devel