Re: 64bit miniPicoLisp

2020-04-10 Thread C K Kashyap
Got it. Thanks Alex. Regards, Kashyap On Thu, Apr 9, 2020 at 10:14 PM Alexander Burger wrote: > On Thu, Apr 09, 2020 at 09:46:05PM -0700, C K Kashyap wrote: > > gcc. Things work fine when I use gcc 7.5 or above on Linux. However, > when I > > use gcc 6.3, I find that some of the symbols are not

Re: 64bit miniPicoLisp

2020-04-09 Thread Alexander Burger
On Thu, Apr 09, 2020 at 09:46:05PM -0700, C K Kashyap wrote: > gcc. Things work fine when I use gcc 7.5 or above on Linux. However, when I > use gcc 6.3, I find that some of the symbols are not found. I have not dug Not sure, this looks like an issue with linker options for exported symbols. ☺/ A

64bit miniPicoLisp

2020-04-09 Thread C K Kashyap
Hi Alex, I am running into a weird situation when I build miniPicoLisp with 64 bit gcc. Things work fine when I use gcc 7.5 or above on Linux. However, when I use gcc 6.3, I find that some of the symbols are not found. I have not dug into this much but I was wondering if there is any advice on the