guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: easy script for telling which guile versions we are using?


From: Lars J. Aas
Subject: Re: easy script for telling which guile versions we are using?
Date: Wed, 15 Aug 2001 19:17:41 +0200
User-agent: Mutt/1.2.5i

On Wed, Aug 15, 2001 at 10:02:56AM -0700, Thien-Thi Nguyen wrote:
:    BTW, it has always irritated me that LIBS and LDFLAGS are mixed for
:    guile-config.  Any particular reason?
: 
: do you find it necessary to manually separate the values?  probably they
: were comingled originally for convenience.

Well, when I set up configure.in scripts, I like to keep things neat and
lean :)  I use LDFLAGS for -L<dir> and LIBS for -l<lib>.  I don't use
guile-config at the moment for the couple of projects that link with Guile.
Anyways, I recently read that you shouldn't even modify LIBS in configure
(a rule everybody breaks), so I'm looking into what is the proper 
thing to do at the moment.  It is probably to do AC_SUBST(GUILE_LIBS) in
configure.in and prog_LDFLAGS = $(GUILE_LIBS) in Makefile.am.  Anyways,
I better stop yakking before I'm off the topic completely :)

  Lars J
-- 
This is your life and it's ending one minute at a time.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]