euc problems
- Posted by NewUser Dec 25, 2009
- 1001 views
On both Mac OS X and Ubuntu 9.10, I'm having problems getting euc to work. It runs okay and generates .c files, but the gcc step on both platforms fails. One thing that I've found is that if I manually set the include and libraries options and run gcc by hand, I can get the application to compile and link. When I just use euc, it cannot find the include files or the link-time libraries. I have set both the EUDIR and EUINC environment variables. What else needs to be set so that euc will do the C generation, compile and link steps?