-
Notifications
You must be signed in to change notification settings - Fork 121
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update to GCC 10 changes #119
Comments
TomaszGasior
added a commit
to TomaszGasior/mushrooms-rpms
that referenced
this issue
Apr 11, 2020
The same error occurs when building from Debian 11:
For those wondering how to build it on Debian 11, install:
Althought I recommand this instead of make install: |
See my PR : just add -fcommon to CFLAGS in the Makefile. |
Thanks a lot! |
sourcejedi
added a commit
to sourcejedi/jpeg-archive
that referenced
this issue
Aug 1, 2022
Fixes danielgtaylor#119 > /usr/bin/ld: src/util.o:(.data+0x0): multiple definition of `VERSION'; > /tmp/ccSwNFWH.o:(.bss+0x28): first defined here > /usr/bin/ld: src/util.o:(.bss+0x0): multiple definition of `progname'; > /tmp/ccSwNFWH.o:(.bss+0x20): first defined here > collect2: error: ld returned 1 exit status
sourcejedi
added a commit
to sourcejedi/jpeg-archive
that referenced
this issue
Aug 1, 2022
Fixes danielgtaylor#119 > /usr/bin/ld: src/util.o:(.data+0x0): multiple definition of `VERSION'; > /tmp/ccSwNFWH.o:(.bss+0x28): first defined here > /usr/bin/ld: src/util.o:(.bss+0x0): multiple definition of `progname'; > /tmp/ccSwNFWH.o:(.bss+0x20): first defined here > collect2: error: ld returned 1 exit status
shimoju
pushed a commit
to shimoju/jpeg-archive
that referenced
this issue
Apr 20, 2023
Fixes danielgtaylor#119 > /usr/bin/ld: src/util.o:(.data+0x0): multiple definition of `VERSION'; > /tmp/ccSwNFWH.o:(.bss+0x28): first defined here > /usr/bin/ld: src/util.o:(.bss+0x0): multiple definition of `progname'; > /tmp/ccSwNFWH.o:(.bss+0x20): first defined here > collect2: error: ld returned 1 exit status
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I am packaging jpeg-archive for Fedora in my COPR repository. In Fedora 32 GCC will be updated to 10 version where there is some change in default configuration, please see here: https://lists.fedoraproject.org/archives/list/[email protected]/thread/RYVPP45PMWPXYBBDKXO3CI7YGL7CDQG6/
I am not C programmer, I can't tell details. Currently I am not able to build jpeg-archive for Fedora 32 and Fedora Rawhide. This is error message:
The text was updated successfully, but these errors were encountered: