Hi Joe,

> I had the same issue on another machine. I was able to get this working by
> changing the gcc args to -m32 in lib/native.l instead of -m64
> 
>   (apply call L 'gcc "-o" (tmp Nm)
>                "-fPIC" "-m32" "-shared" "-export-dynamic"

Good!


> I don't know enough about this to offer an opinion on whether -m64 is
> appropriate on a 32bit machine. It sounds like it's possible to cross

You are very right. I removed the "-m64" from "lib/native.l" and did
some tests. It is not needed, and probably better (system independent)
simply without the flag.

Thanks!
- Alex
-- 
UNSUBSCRIBE: mailto:picolisp@software-lab.de?subject=Unsubscribe

Reply via email to