Skip to content

fix compiling on lld #248

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

Merged
merged 1 commit into from
Dec 24, 2019
Merged

fix compiling on lld #248

merged 1 commit into from
Dec 24, 2019

Conversation

AngryPenguinPL
Copy link
Contributor

@AngryPenguinPL AngryPenguinPL commented Dec 22, 2019

LIBS += -L/usr/lib -lGraphicsMagick++
cause compiling issues on lld (but I see it too on gold) to fix it, use this:
LIBS += -lGraphicsMagick++

solution by @berolinux

more details in bug report: #249
and upstream: https://www.mail-archive.com/llvm-bugs@lists.llvm.org/msg35333.html

LIBS += -L/usr/lib -lGraphicsMagick++
cause compiling issues on ldd (but I see it too on gold) to fix it, use this:
LIBS += -lGraphicsMagick++

solution by @bero

more details in bug report
and upstream: https://www.mail-archive.com/llvm-bugs@lists.llvm.org/msg35333.html
@AngryPenguinPL AngryPenguinPL changed the title fix compiling on ldd fix compiling on lld Dec 22, 2019
@DylanC
Copy link
Contributor

DylanC commented Dec 23, 2019

@AngryPenguinPL - Thanks! I'll just compile on some different systems to see will this fix have any negative impact. LGTM so far!

@DylanC DylanC merged commit 0a39486 into PhotoFlare:master Dec 24, 2019
@AngryPenguinPL AngryPenguinPL deleted the patch-1 branch December 25, 2019 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants