Closed MagicalTux closed 1 year ago
While LDFLAGS is defined in Makefile.in the value isn't used when performing linking, causing link to fail if libs aren't located in standard locations.
Makefile.in
All those commands should add $(LDFLAGS) after or instead $(CFLAGS)
$(LDFLAGS)
$(CFLAGS)
Good point, thanks. This should be fixed by commit af4fd02308c677ea0c41331995e8eb48adda6318. Please Reopen if there was still an issue.
While LDFLAGS is defined in
Makefile.in
the value isn't used when performing linking, causing link to fail if libs aren't located in standard locations.All those commands should add
$(LDFLAGS)
after or instead$(CFLAGS)