xaizek / zograscope

Mainly a syntax-aware diff that also provides a number of additional tools.
GNU Affero General Public License v3.0
51 stars 2 forks source link

Build fails with linker error, due to bad positioning of LD_FLAGS #1

Closed matthias-ae closed 6 years ago

matthias-ae commented 6 years ago

Hi, on my machine make did not run through. I had to move $(LD_FLAGS) to the end of the line on line 119 in file Makefile, then it works. Cheers, Matthias

xaizek commented 6 years ago

Hi,

Thanks for pointing that out. Not sure why it works for me, but -l indeed should follow object files.