unofficial mirror of guile-devel@gnu.org 
 help / color / mirror / Atom feed
From: Neil Jerram <neil@ossau.uklinux.net>
Cc: Guile Development <guile-devel@gnu.org>
Subject: Re: Configuring with GMP in /usr/local
Date: 26 Apr 2003 16:38:24 +0100	[thread overview]
Message-ID: <m3y91x6zgv.fsf@laruns.ossau.uklinux.net> (raw)
In-Reply-To: <CMM.0.92.0.1051370387.beebe@suncore.math.utah.edu>

>>>>> "Nelson" == Nelson H F Beebe <beebe@math.utah.edu> writes:

    >>> The problem is somehow getting ./configure
    >>> to tell gcc to look in /usr/local/{lib,include} before
    >>> /usr/{lib,include}.

    Nelson> Ahh... this is straightforward:

    Nelson> 	env \
    Nelson> 		CFLAGS=-I/usr/local/include \
    Nelson> 		LDFLAGS="-L/usr/local/lib -Wl,-rpath,/usr/local/lib" \
    Nelson> 		./configure && make all check install

    Nelson> For code that uses C++, you'll need to add

    Nelson> 		CXXFLAGS=-I/usr/local/include \

    Nelson> I've found rare packages that also need

    Nelson> 		CPPFLAGS=-I/usr/local/include \

    Nelson> Sometimes, packages don't use LDFLAGS properly, so the above recipe
    Nelson> fails.  At that point, I fix the Makefile.in, and report the problem
    Nelson> to the authors.

Thank you!  I have a working CVS Guile now.

        Neil



_______________________________________________
Guile-devel mailing list
Guile-devel@gnu.org
http://mail.gnu.org/mailman/listinfo/guile-devel


       reply	other threads:[~2003-04-26 15:38 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <CMM.0.92.0.1051370387.beebe@suncore.math.utah.edu>
2003-04-26 15:38 ` Neil Jerram [this message]
     [not found] <CMM.0.92.0.1051365630.beebe@suncore.math.utah.edu>
2003-04-26 14:11 ` Configuring with GMP in /usr/local Neil Jerram
2003-04-26 15:24   ` Thamer Al-Harbash
2003-04-26 11:07 Neil Jerram

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=m3y91x6zgv.fsf@laruns.ossau.uklinux.net \
    --to=neil@ossau.uklinux.net \
    --cc=guile-devel@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).