Re: edbi on 64 bit machines?
- Posted by egis Apr 26, 2012
- 4109 views
jimcbrown said...
egis said...
I already did chmod 777.
Finally, you could try this:
$ echo 'int main() { return 0; }' > temp.c $ gcc -m64 -o temp temp.c /usr/share/euphoria/edbi/drivers/mysql/edbi_mysql.so $ ./temp
egis said...
I tried this. temp was created and there were no errors. What should I expect if something was wrong or right?
Are there any flags that I should use with euc -dll for 64 bit machines?