Re: picoLisp on FreeBSD 9.1 x64

2013-01-04 Thread Alexander Burger
Hi Mansur, I've got working pil x64 on BSD. All tests are passed, Great! Congratulations :) but with ext and ht: [test/src/ext.l:5] !? (ext:Snx PicoLisp is not Common Lisp) ext:Snx -- Undefined ... [test/src/ht.l:5] !? (ht:Prin 123äöüiÄÖÜß) ht:Prin -- Undefined I suspect that this is a

Re: picoLisp on FreeBSD 9.1 x64

2013-01-04 Thread Jorge Acereda
On Fri, Jan 4, 2013 at 12:56 PM, Alexander Burger a...@software-lab.de wrote: Hi Mansur, I've got working pil x64 on BSD. All tests are passed, Great! Congratulations :) but with ext and ht: [test/src/ext.l:5] !? (ext:Snx PicoLisp is not Common Lisp) ext:Snx -- Undefined ...

Re: picoLisp on FreeBSD 9.1 x64

2013-01-04 Thread Mansur Mamkin
--e1eimUmj-ZHXgwhzIGfT8Jy1h:1357366514 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: base64 SGkgYWxsLApJIHRyaWVkIGRpZmZlcmVudCBvcHRpb25zLCBhbHNvIHdpdGhvdXQgc3RyaXBwaW5n LCBidXQgd2l0aCBubyBzdWNjZXNzLgpQZXJoYXBzIHNvbWVvbmUgY2FuIGhlbHAgdG8gd3JpdGUg

Re: picoLisp on FreeBSD 9.1 x64

2013-01-04 Thread Mansur Mamkin
Hi all, I tried different options, also without stripping, but with no success. Perhaps someone can help to write small assembly program with shared library for test dlopen/dlsym calls? Best regards, Mansur Hi Mansur, I've got working pil x64 on BSD. All tests are passed, Great!