Hi Alex, as I have 64 bit Linux on my laptop, I found that to build picolisp (having 32 bit gcc support, libraries etc.), I had to add the -m32 switch to the linking commands, i.e.
PICOLISP-FLAGS = -m32 ... DYNAMIC-LIB-FLAGS = -m32 ... and all the tools like lat1 etc.: gcc -m32 -o $(bin)/lat1$(exe) lat1.o The way it is now, linking fails as it tries to link the 32 bit object files with 64 bit libraries instead of 32 bit libraries. Cheers, Tomas -- UNSUBSCRIBE: mailto:[EMAIL PROTECTED]
