Skip to content

fix linking in Makefile#5

Open
phd wants to merge 1 commit into
PeterCxy:masterfrom
phd:phd-fix-Makefile-linking-A-1
Open

fix linking in Makefile#5
phd wants to merge 1 commit into
PeterCxy:masterfrom
phd:phd-fix-Makefile-linking-A-1

Conversation

@phd

@phd phd commented Jan 16, 2020

Copy link
Copy Markdown

gcc parameter -l* must be placed after object files that refer to the libraries' symbols

Fixes #2
Fixes #15

@phd
phd force-pushed the phd-fix-Makefile-linking-A-1 branch from a937eb3 to 06c9506 Compare January 16, 2020 08:13
@tbarbette

Copy link
Copy Markdown

I needed this too

@RIvance RIvance left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

works fine on debian 11 with gnu make 4.3 gcc 10.2.1. without this fix will lead to some linking issues

@adcousin

adcousin commented Mar 8, 2022

Copy link
Copy Markdown

Can't thank you enough for this one.

@pgrawehr

Copy link
Copy Markdown

@phd Any reason this change is not merged to master?

@phd

phd commented Jun 12, 2022

Copy link
Copy Markdown
Author

@phd Any reason this change is not merged to master?

No reason other than this repository being abandoned.

@pgrawehr

Copy link
Copy Markdown

I see. I just found that it's still useful, though.

@WhiteBlackGoose

Copy link
Copy Markdown

Thanks for the fix! Works for me

@clauber115

Copy link
Copy Markdown

shame this isn't in main!

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.

Compile Errors on Raspberry pi 4 running latest Raspbian (Bullseye) can't compile on Debian sid with libevdev-dev 1.8.0

8 participants