Re: edbi on 64 bit machines?
- Posted by mattlewis (admin) May 07, 2012
- 4053 views
egis said...
Ok I seemed to have successfully installed euphoria 64 from source (eui works). I modfied edbi/drivers/mysql/eu.cfg to reflect the euphoria paths. When I try to run euc -so edbi_mysql.e it says
User supplied library does not exist:
/usr/local/share/euphoria/bin/euso.a
ls /usr/local/share/euphoria/bin
bugreport.ex buildcpdb.ex ecp.dat ed.ex eucoverage.ex euloc.exHow to I get euso.a or did my euphoria build have problems?
If you used "make install", then the libraries should have gone to /usr/local/lib:
$ ls /usr/local/lib/eu* /usr/local/lib/eu.a /usr/local/lib/eudbg.a /usr/local/lib/euso.a /usr/local/lib/eusodbg.a...and your translator should be using those by default, unless you've specified something different in eu.cfg or on the command line.
Matt

