On Wed, 26 Nov 2008, Elliott Hird wrote: > On 26 Nov 2008, at 16:26, Jamie Dallaire wrote: > >> So, I was wrong in my assumption, then, that you could compile a program >> written in essentially any language into some sort of executable file that >> could be run anywhere? > > llvm, java, etc... > > Pick yer poison.
Not sure all languages are portable on executable level. My preferred would be ANSI-standard C, portable on source-level to any machine with gcc. If there's some gcc-compatible tools to make actual executables, say, that transfer between linux and windows, I've not researched them- any (free) ideas? With executable transfer I've even had problems between gcc compiles on two windows machines due to cygwin library version issues--- I always just compile from source on each machine. -Goethe