From mboxrd@z Thu Jan 1 00:00:00 1970 Path: main.gmane.org!not-for-mail From: Mike Gran Newsgroups: gmane.lisp.guile.user Subject: Packaging a guile-enabled binary Date: Sun, 2 May 2004 13:21:52 -0700 (PDT) Sender: guile-user-bounces+guile-user=m.gmane.org@gnu.org Message-ID: <20040502202152.73706.qmail@web14304.mail.yahoo.com> Reply-To: spikegran@earthlink.net NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1083530020 8158 80.91.224.253 (2 May 2004 20:33:40 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Sun, 2 May 2004 20:33:40 +0000 (UTC) Original-X-From: guile-user-bounces+guile-user=m.gmane.org@gnu.org Sun May 02 22:33:32 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 1BKNeV-0004va-00 for ; Sun, 02 May 2004 22:33:32 +0200 Original-Received: from localhost ([127.0.0.1] helo=monty-python.gnu.org) by monty-python.gnu.org with esmtp (Exim 4.30) id 1BKNVW-00057Z-CA for guile-user@m.gmane.org; Sun, 02 May 2004 16:24:14 -0400 Original-Received: from list by monty-python.gnu.org with tmda-scanned (Exim 4.30) id 1BKNUa-0004W9-So for guile-user@gnu.org; Sun, 02 May 2004 16:23:16 -0400 Original-Received: from mail by monty-python.gnu.org with spam-scanned (Exim 4.30) id 1BKNTf-00036R-0e for guile-user@gnu.org; Sun, 02 May 2004 16:22:53 -0400 Original-Received: from [216.136.173.80] (helo=web14304.mail.yahoo.com) by monty-python.gnu.org with smtp (Exim 4.30) id 1BKNTG-0002Wu-Dl for guile-user@gnu.org; Sun, 02 May 2004 16:21:54 -0400 Original-Received: from [199.46.200.230] by web14304.mail.yahoo.com via HTTP; Sun, 02 May 2004 13:21:52 PDT Original-To: guile-user@gnu.org X-BeenThere: guile-user@gnu.org X-Mailman-Version: 2.1.4 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:3142 X-Report-Spam: http://spam.gmane.org/gmane.lisp.guile.user:3142 I'm putting together a little graphical program whose deliverable consists of a standard Linux binary (compiled C code) and a single Guile script. The binary is the main executable. The Guile script contains some configuration information, like a dot file, and some high-level functions that are called by the C code. The compiled binary requires the script to run successfully. Where's the best place for the Guile script? Best, in this case, means most foolproof for the the desktop user that is going to download the program as a pre-compiled package. Dot file? In the library? Is there a "right" way or a "standard"? -- Mike Gran __________________________________ Do you Yahoo!? Win a $20,000 Career Makeover at Yahoo! HotJobs http://hotjobs.sweepstakes.yahoo.com/careermakeover _______________________________________________ Guile-user mailing list Guile-user@gnu.org http://mail.gnu.org/mailman/listinfo/guile-user