chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Include path when compiling an Egg.


From: David Ireland
Subject: Re: [Chicken-users] Include path when compiling an Egg.
Date: Sat, 14 Oct 2017 11:59:03 +1000

Thanks Peter. That solved my problem.


On Sat, Oct 14, 2017 at 8:11 AM, Peter Bex <address@hidden> wrote:
On Sat, Oct 14, 2017 at 12:08:16AM +0200, Christian Kellermann wrote:
> Yeah, sorry this is pretty inconsistent. There are a couple of eggs
> that will add /usr/local as a prefix for the linker and preprocessor.

As a rule, they shouldn't be doing that at all (unless as a side effect
of calling pkg-configure); one might have several versions of a library
installed, under different prefixes (a more recent or customized one
might be installed under my homedir, for example).  You don't want an
egg to go choosing the wrong one on its own accord.

Cheers,
Peter


reply via email to

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