[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Chicken-users] chicken-install: prefix problem
From: |
fulvio ciriaco |
Subject: |
Re: [Chicken-users] chicken-install: prefix problem |
Date: |
Tue, 14 Apr 2009 22:28:18 +0200 (CEST) |
I installed from svn trunk and chicken-install works fine now.
It took some time to understand how to teach the build system where
system libraries are kept.
Perhaps README or Makefile.$(PLATFORM) should document
C_COMPILER_OPTIONS
LINKER_OPTIONS
Here, NetBSD, one needs
C_COMPILER_OPTIONS += -I/usr/pkg/lib
LINKER_OPTIONS += -L/usr/pkg/lib -Wl,-R/usr/pkg/lib
I like chicken scheme
thanks a lot
Fulvio
From: felix winkelmann <address@hidden>
Subject: Re: [Chicken-users] chicken-install: prefix problem
Date: Mon, 13 Apr 2009 12:49:05 +0200
> On Wed, Apr 8, 2009 at 6:06 PM, fulvio ciriaco <address@hidden> wrote:
>
>> chicken-install seems to honour CHICKEN_INSTALL_PREFIX only
>> during installation phase, i.e.
>> chicken-install wants to install in
>> $CHICKEN_INSTALL_PREFIX/$CHICKEN_REPOSITORY/
>> but compiles loading required extensions from $CHICKEN_REPOSITORY
>> this leads to the following incongruency:
>>
>
> Try the "-prefix" option for `chicken-install' in the svn trunk (rev.
> 14237). It was pretty broken,
> but should be a bit more useful now.
>
>
> cheers,
> felix