George HammerFull wrote:
>
> Good day everyone.
>
> My operation system is Linux Mint 18.3 and I have a problem during make
> Fricas 1.3.3. Here log from terminal:
>
> debugger invoked on a SIMPLE-ERROR in thread
> #<THREAD "main thread" RUNNING {9657061}>:
> Error opening shared object
> "/home/oniksofers/.local/share/Trash/files/fricas-1.3.3/target/x86_64-linux-gnu/lib/libspad.so":
>
> /home/oniksofers/.local/share/Trash/files/fricas-1.3.3/target/x86_64-linux-gnu/lib/libspad.so:
>
> wrong ELF class: ELFCLASS64.
>
> Any idea?
That is weird error: from the paths uses I see that FriCAS is being
compiled as 64-bit program, so it needs 64-bit shared library.
The error seems to say that the library _is_ 64-bit library,
so it is a mistery why your system thinks that there is anything
wrong. You could try:
file
/home/oniksofers/.local/share/Trash/files/fricas-1.3.3/target/x86_64-linux-gnu/lib/libspad.so
to confirm that libspad.so really is a shared library.
It is likely that something went wrong earlier, but you gave too
little info. Using 'script' you can capture the whole build
log. Also, output of configure is relevant.
--
Waldek Hebisch
--
You received this message because you are subscribed to the Google Groups
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/fricas-devel.
For more options, visit https://groups.google.com/d/optout.