Skip to content

fix compiling on lld#248

Merged
DylanC merged 1 commit into
PhotoFlare:masterfrom
AngryPenguinPL:patch-1
Dec 24, 2019
Merged

fix compiling on lld#248
DylanC merged 1 commit into
PhotoFlare:masterfrom
AngryPenguinPL:patch-1

Conversation

@AngryPenguinPL

@AngryPenguinPL AngryPenguinPL commented Dec 22, 2019

Copy link
Copy Markdown
Contributor

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

DylanC commented Dec 23, 2019

Copy link
Copy Markdown
Contributor

@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