Re: [fonc] Compiling COLA on x86_64

2013-10-21 Thread Simon Forman
On 10/20/2013 at 9:38 AM, Ian Piumarta i...@vpri.org wrote: Simon, Sorry for the slightly late fixes. Please svn update your idst sources and then make clean in the top-level directory. On 32-bit Linux make sure you have the packages libreadline-dev and execstack installed. Then type make in

Re: [fonc] Compiling COLA on x86_64

2013-10-20 Thread Ian Piumarta
Simon, Sorry for the slightly late fixes. Please svn update your idst sources and then make clean in the top-level directory. On 32-bit Linux make sure you have the packages libreadline-dev and execstack installed. Then type make in the top-level directory. This will build the st80 libraries

Re: [fonc] Compiling COLA on x86_64

2013-10-20 Thread Karl
On Sunday, October 20, 2013 09:37:54 AM Ian Piumarta wrote: On 64-bit Linux make sure you have the packages lib32readline6-dev (or similar) and execstack installed. Then type make TARGET=x86_32-pc-linux in the top-level directory. This will build the st80 libraries for id, the idst compiler

Re: [fonc] Compiling COLA on x86_64

2013-10-18 Thread Simon Forman
On 10/12/2013 at 2:12 PM, Ian Piumarta i...@vpri.org wrote: Simon, Sorry for the late intervention. The error is from a missing math library (-lm in the link command) which contains the sin() function. I will set up a 64-bit Ubuntu VirtualBox and fix whatever is broken. If I haven't done

Re: [fonc] Compiling COLA on x86_64

2013-10-12 Thread Simon Forman
On 10/10/2013 at 6:22 PM, John Carlson yottz...@gmail.com wrote: Or just copy the i386 file to name it's expecting. On Oct 10, 2013 8:18 PM, John Carlson yottz...@gmail.com wrote: Symlink might help I tried a symlink but that didn't get any further. It asked me to please implement iflush()

Re: [fonc] Compiling COLA on x86_64

2013-10-12 Thread Ian Piumarta
Simon, Sorry for the late intervention. The error is from a missing math library (-lm in the link command) which contains the sin() function. I will set up a 64-bit Ubuntu VirtualBox and fix whatever is broken. If I haven't done this by midweek then please do feel free to remind me. It will

[fonc] Compiling COLA on x86_64

2013-10-10 Thread Simon Forman
I checked out COLA from http://piumarta.com/svn2/idst/trunk and tried compiling but I encountered an error. cp -p CodeGenerator-x86_64.st CodeGenerator-local.st cp: cannot stat `CodeGenerator-x86_64.st': No such file or directory There are CodeGenerator-*.st files for arm, i386, and ppc.

Re: [fonc] Compiling COLA on x86_64

2013-10-10 Thread John Carlson
Symlink might help On Oct 10, 2013 8:15 PM, Simon Forman sfor...@hushmail.com wrote: I checked out COLA from http://piumarta.com/svn2/idst/trunk and tried compiling but I encountered an error. cp -p CodeGenerator-x86_64.st CodeGenerator-local.st cp: cannot stat `CodeGenerator-x86_64.st': No

Re: [fonc] Compiling COLA on x86_64

2013-10-10 Thread John Carlson
Or just copy the i386 file to name it's expecting. On Oct 10, 2013 8:18 PM, John Carlson yottz...@gmail.com wrote: Symlink might help On Oct 10, 2013 8:15 PM, Simon Forman sfor...@hushmail.com wrote: I checked out COLA from http://piumarta.com/svn2/idst/trunk and tried compiling but I