Re: problem with euc on Mac OS Snow Leopard with 4.0 beta 2
- Posted by jimcbrown (admin) Sep 01, 2009
- 1303 views
tiger0581 said...
I usually use the Euphoria to C translator to make my programs stand-alone executables. With Beta 2, it works until it gets to the linking step. Ld says that eu.a is not of required architecture. Then Ld doesn't link the program.
You should be able to build eu.a from the C source. Simply go into the source/ dir and type 'make library', then copy the generated eu.a into the same location as euc.