Re: Error using euc
- Posted by rodolfo Oct 31, 2022
- 655 views
Thanks for the answer, irv.
I have executed the commands and now the error messages are others:
/usr/bin/ld: /usr/local/euphoria-4.1.0-Linux-x64/bin/eu.a(be_runtime.o): en la función `power': be_runtime.c:(.text+0x4061): referencia a `__powl_finite' sin definir\\ /usr/bin/ld: /usr/local/euphoria-4.1.0-Linux-x64/bin/eu.a(be_runtime.o): en la función `Dpower': be_runtime.c:(.text+0x40dc): referencia a `__powl_finite' sin definir\\ /usr/bin/ld: /usr/local/euphoria-4.1.0-Linux-x64/bin/eu.a(be_runtime.o): en la función `e_log': be_runtime.c:(.text+0x417f): referencia a `__log_finite' sin definir\\ /usr/bin/ld: /usr/local/euphoria-4.1.0-Linux-x64/bin/eu.a(be_runtime.o): en la función `De_log': be_runtime.c:(.text+0x41c1): referencia a `__log_finite' sin definir\\ collect2: error: ld returned 1 exit status\\ make: *** [prueba.mak:21: /home/rodoval/prueba] Error 1
Some messages are in Spanish, but I think they are understandable (en la función = in the function, referencia a = reference to, sin definir = undefined).
Thanks, Rodolfo.