Re: Euphoria problem: clicking on Linux programs
- Posted by Robert Craig <rds at RapidEuphoria.com> Aug 15, 2005
- 457 views
Kenneth Rhodes wrote: > freecell.exw will not compile to an executable under my system. I get this > error message: > ... > init_0.c > linking > gcc: /usr/lib/libncurses.a: No such file or directory > you can now execute: ./freecell > > However, no freecell file was created. > > Maybe Rob or Matt Lewis have some answers. Translated code needs to link with the ncurses library, which should be on your system somewhere, or available from somewhere. It sounds like you can't translate/compile *any* program. Is that right? The message "you can now execute..." comes out even if there has been an error. Regards, Rob Craig Rapid Deployment Software http://www.RapidEuphoria.com