unofficial mirror of bug-guile@gnu.org 
 help / color / mirror / Atom feed
From: Matt Wette <mwette@alumni.caltech.edu>
To: 18519@debbugs.gnu.org
Subject: bug#18519: incorrect path in guild when configure w/ --program-suffix used
Date: Sun, 21 Sep 2014 09:01:31 -0700	[thread overview]
Message-ID: <45127C2C-6F29-4092-A633-A17CF5DCA5A3@alumni.caltech.edu> (raw)

[-- Attachment #1: Type: text/plain, Size: 409 bytes --]

I built guile 2.0.11 with "configure --program-suffix=20".
guile was installed as .../bin/guile20
guild was installed as .../bin/guild20

The guild20 script references .../bin/guile when I was expecting .../bin/guile20 to be used:

#!/bin/sh
# -*- scheme -*-
prefix="/opt/local"
exec_prefix="${prefix}"
exec ${GUILE:-${exec_prefix}/bin/guile} $GUILE_FLAGS -e '(@@ (guild) main)' -s "$0" "$@"
!#


[-- Attachment #2: Type: text/html, Size: 939 bytes --]

             reply	other threads:[~2014-09-21 16:01 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-09-21 16:01 Matt Wette [this message]
2014-09-22  8:46 ` bug#18519: incorrect path in guild when configure w/ --program-suffix used Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/guile/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=45127C2C-6F29-4092-A633-A17CF5DCA5A3@alumni.caltech.edu \
    --to=mwette@alumni.caltech.edu \
    --cc=18519@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).