Hi Alex,

possible additions to the Makefile (INSTALL instructions sensitive) :

 # Clean up
 clean:
        rm -f *.o
+       rm -f ../lib/ht
+       rm -f ../lib/ext


On Thu, Aug 12, 2010 at 3:21 PM, Edwin Eyan Moragas <e...@yndy.org> wrote:
> On Thu, Aug 12, 2010 at 2:31 PM, Alexander Burger <a...@software-lab.de> w=
rote:
>> Hi Edwin,
>>
>>> thank your for the instructions. the bootstrap was successful. i have
>>
>> Great!
>>
>>
>>> moving forward, i'm playing with some flags to diagnose the problem.
>>> the obsd guys game some hints that i can work with.
>>
>> Thanks. I'd really be interested to know what goes wrong.
>
> i got the thing behaving correctly by tweaking the Makefile:
>
> ifeq ($(shell uname), OpenBSD)
> =A0 =A0 =A0 =A0OS =3D OpenBSD
> =A0 =A0 =A0 =A0PICOLISP-FLAGS =3D -m32 -rdynamic -Wl,-E
> =A0 =A0 =A0 =A0LIB-FLAGS =3D -lc -lm
> =A0 =A0 =A0 =A0DYNAMIC-LIB-FLAGS =3D -Wl,-E -Wl,-shared
> =A0 =A0 =A0 =A0STRIP =3D strip
> else
>
>>
>> Cheers,
>> - Alex
>> --
>> UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=3dunsubscribe
>>
>
-- 
UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Reply via email to