You are here

dalphaball compilation error

1 post / 0 new
dalphaball compilation error
#1

Good Day

I have a problem when compiling dalphaball. What could the cause be?

I get a bunch of errors like this:

/usr/bin/ld: alf_tools_gmp.o:(.bss+0x12f0): multiple definition of `a42_mp'; sos_minor_gmp.o:(.bss+0x12f0): first defined here
/usr/bin/ld: alf_tools_gmp.o:(.bss+0x1300): multiple definition of `a41_mp'; sos_minor_gmp.o:(.bss+0x1300): first defined here
/usr/bin/ld: alf_tools_gmp.o:(.bss+0x1310): multiple definition of `a34_mp'; sos_minor_gmp.o:(.bss+0x1310): first defined here
/usr/bin/ld: alf_tools_gmp.o:(.bss+0x1320): multiple definition of `a33_mp'; sos_minor_gmp.o:(.bss+0x1320): first defined here
/usr/bin/ld: alf_tools_gmp.o:(.bss+0x1330): multiple definition of `a32_mp'; sos_minor_gmp.o:(.bss+0x1330): first defined here
/usr/bin/ld: alf_tools_gmp.o:(.bss+0x1340): multiple definition of `a31_mp'; sos_minor_gmp.o:(.bss+0x1340): first defined here
/usr/bin/ld: alf_tools_gmp.o:(.bss+0x1350): multiple definition of `a24_mp'; sos_minor_gmp.o:(.bss+0x1350): first defined here
/usr/bin/ld: alf_tools_gmp.o:(.bss+0x1360): multiple definition of `a23_mp'; sos_minor_gmp.o:(.bss+0x1360): first defined here
/usr/bin/ld: alf_tools_gmp.o:(.bss+0x1370): multiple definition of `a22_mp'; sos_minor_gmp.o:(.bss+0x1370): first defined here
/usr/bin/ld: alf_tools_gmp.o:(.bss+0x1380): multiple definition of `a21_mp'; sos_minor_gmp.o:(.bss+0x1380): first defined here
/usr/bin/ld: alf_tools_gmp.o:(.bss+0x1390): multiple definition of `a14_mp'; sos_minor_gmp.o:(.bss+0x1390): first defined here
/usr/bin/ld: alf_tools_gmp.o:(.bss+0x13a0): multiple definition of `a13_mp'; sos_minor_gmp.o:(.bss+0x13a0): first defined here
/usr/bin/ld: alf_tools_gmp.o:(.bss+0x13b0): multiple definition of `a12_mp'; sos_minor_gmp.o:(.bss+0x13b0): first defined here
/usr/bin/ld: alf_tools_gmp.o:(.bss+0x13c0): multiple definition of `a11_mp'; sos_minor_gmp.o:(.bss+0x13c0): first defined here
collect2: error: ld returned 1 exit status
make: *** [Makefile:77: DAlphaBall.gcc] Error 1

 

I went into the directory

cd /opt/rosetta.source.release-314/main/source/external/DAlpahBall

 

and then executed

sudo make

 

OS Version

cat /etc/lsb-release
DISTRIB_ID=Ubuntu
DISTRIB_RELEASE=22.04
DISTRIB_CODENAME=jammy
DISTRIB_DESCRIPTION="Ubuntu 22.04 LTS"

 

What am I missing ? I appreciate your assistance!

Silvio
 

Category: 
Post Situation: 
Tue, 2022-05-31 05:46
Silvio Brossi