Re: edbi on 64 bit machines?
- Posted by egis Apr 24, 2012
- 4741 views
I installed the 64 bit euphoria. Upon comiling the edbi driver using euc -dll I get some errors.
The line gcc: /usr/share/euphoria/bin/eudbgso.a: No such file or directory indicates a problem. Can someone please make a suggestion as to what is wrong?
/usr/share/euphoria/edbi/drivers/mysql # euc -dll edbi_mysql.e Build directory: build-827921/ Translating code, pass: 1 2 3 4 generating Compiling with GCC Compiling 1% init-.c Compiling 6% edbi_mysql.c Compiling 9% main-.c Compiling 13% datetime.c Compiling 16% dll.c Compiling 19% error.c Compiling 22% machine.c Compiling 26% memconst.c Compiling 29% memory.c Compiling 32% types.c Compiling 36% get.c Compiling 39% io.c Compiling 42% text.c Compiling 45% convert.c Compiling 49% search.c Compiling 52% filesys.c Compiling 55% math.c Compiling 59% rand.c Compiling 62% sequence.c Compiling 65% sort.c Compiling 68% wildcard.c Compiling 72% pretty.c Compiling 75% serialize.c Compiling 78% scinot.c Compiling 81% map.c Compiling 85% eumem.c Compiling 88% primes.c Compiling 91% stats.c Compiling 95% info.c Compiling 98% url.c Linking 100% ../edbi_mysql.so gcc: /usr/share/euphoria/bin/eudbgso.a: No such file or directory Unable to link /usr/share/euphoria/edbi/drivers/mysql/edbi_mysql.so Status: 256 Command: gcc -o /usr/share/euphoria/edbi/drivers/mysql/edbi_mysql.so init-.o edbi_mysql.o main-.o datetime.o dll.o error.o machine.o memconst.o memory.o types.o get.o io.o text.o convert.o search.o filesys.o math.o rand.o sequence.o sort.o wildcard.o pretty.o serialize.o scinot.o map.o eumem.o primes.o stats.o info.o url.o /usr/share/euphoria/bin/eudbgso.a -m64 -shared -ldl -lm -lpthread
Thanks.

