On Thu, Aug 12, 2010 at 2:31 PM, Alexander Burger <a...@software-lab.de> wrote:
> 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)
        OS = OpenBSD
        PICOLISP-FLAGS = -m32 -rdynamic -Wl,-E
        LIB-FLAGS = -lc -lm
        DYNAMIC-LIB-FLAGS = -Wl,-E -Wl,-shared
        STRIP = strip
else

>
> Cheers,
> - Alex
> --
> UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe
>
-- 
UNSUBSCRIBE: mailto:picol...@software-lab.de?subject=unsubscribe

Reply via email to