picolisp on openbsd amd64

2011-08-08 Thread Edwin Eyan Moragas
Hi list, tried compiling picolisp on an openbsd amd64 install and it seems out of wack. i tried diddling the gcc flags to no avail. as of now, i don't have any solution to this. to make things compile: - added '-fPIC' to CFLAGS in the Makefile. - changed all instances of -m32 to -m64 giving

Re: picolisp on openbsd amd64

2011-08-08 Thread Tomas Hlavaty
Hi Edwin, tried compiling picolisp on an openbsd amd64 install and it seems out - changed all instances of -m32 to -m64 the -m32 is there for a reason, you can't just replace it and expect it to work:-D I suppose you are trying to compile the C version, which is 32 bit only. Alex

Re: picolisp on openbsd amd64

2011-08-08 Thread Edwin Eyan Moragas
Hi Tomas On Tue, Aug 9, 2011 at 2:50 AM, Tomas Hlavaty t...@logand.com wrote: Hi Edwin, tried compiling picolisp on an openbsd amd64 install and it seems out - changed all instances of -m32 to -m64 the -m32 is there for a reason, you can't just replace it and expect it to work:-D i