chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] Problem with chicken-install -p


From: Felix
Subject: Re: [Chicken-users] Problem with chicken-install -p
Date: Fri, 23 Apr 2010 14:13:25 +0200 (CEST)

From: Jeronimo Pellegrini <address@hidden>
Subject: Re: [Chicken-users] Problem with chicken-install -p
Date: Thu, 22 Apr 2010 13:21:43 -0300

> Hi,
> 
> On Thu, Apr 22, 2010 at 04:41:57PM +0200, Felix wrote:
>> Do "make confclean clean" and rebuild. This should work.
> 
> I did:
> 
> make confclean clean
> . scripts/build-boot-chicken.sh chicken linux
> bunzip chicken-boot-.gz2
> make PLATFORM=linux CHICKEN=./chicken-boot-
> 
> make uninstall
> make install
> 

You have to pass the make-configuration to every invocation:

make PLATFORM=linux CHICKEN=./chicken-boot-
make PLATFORM=linux CHICKEN=./chicken-boot- uninstall
make PLATFORM=linux CHICKEN=./chicken-boot- install


cheers,
felix






reply via email to

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