Re: problem with euc on Mac OS Snow Leopard with 4.0 beta 2
- Posted by jeremy (admin) Sep 02, 2009
- 1234 views
tiger0581 said...
Thanks. Using -makefile-full, then adding -m32 to the linker flags allowed me to compile a program.
If you do not wish to go the makefile route, you can simply run:
$ euc -lflags -m32 prog.ex
and that should work as well. However, I am going to fix this problem right now and release OS X binaries again.
Jeremy