karlheyes / icecast-kh

KH branch of icecast
GNU General Public License v2.0
298 stars 106 forks source link

GCC10 build issue #307

Closed zygmund2000 closed 4 years ago

zygmund2000 commented 4 years ago

Hi,

I have Arch Linux with new GCC 10 and I have some errors during compilation:

CCLD icecast /usr/bin/ld: client.o:(.bss+0x24): multiple definition ofworker_count'; slave.o:(.bss+0x60): first defined here collect2: error: ld returned 1 exit status make[3]: *** [Makefile:564: icecast] Error 1`

I know the new gcc 10 brings some changes because it's not my first problem with it but now I don't know how to solve it myself.

karlheyes commented 4 years ago

I don't have gcc 10 installed yet, but the error should now be resolved in master.

karl

zygmund2000 commented 4 years ago

Yes, it solved this issue.

thx