bug-guix
[Top][All Lists]
Advanced

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

Re: Guix without pkg-config


From: Ludovic Courtès
Subject: Re: Guix without pkg-config
Date: Wed, 30 Jan 2013 22:22:12 +0100
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux)

Andreas Enge <address@hidden> skribis:

> But setting GUILE_CFLAGS and GUILE_LIBS does not change anything, and 
> looking at the configure file, I do not have the impression that the 
> presence of these environment variables is checked. I suppose that all this 
> code is expanded from
>    PKG_CHECK_MODULES([GUILE], [guile-2.0])
> in configure.ac. Could this be considered a bug in this macro? How about 
> working around this issue by first checking for the variables inside 
> configure.ac, and only calling PKG_CHECK_MODULES if they are undefined?
>
> Does anyone see another easy solution?

The following should work:

  $ ./configure PKG_CONFIG=true GUILE_CFLAGS="" GUILE_LIBS=""

HTH,
Ludo’.



reply via email to

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