Re: compiling issue on link using the -plat option with TDM-GCC-64
- Posted by ghaberek (admin) Oct 24, 2019
- 1542 views
clkeriolet said...
Thanks a lot Greg for your answer, I am not used to linux, so what is the best linux like compiler for Euphoria ?
TDM-GCC is the best compiler to use for Euphoria on Windows. The problem is that you can't compile for Linux on Windows. (But you can typically compile for Windows on Linux.)
On Linux, you'd also use GCC, which is the native compiler. I recommend using Linux Mint. Just install the build-essential package to get GCC and everything else you need like make, etc.
-Greg