Closed matthias-ae closed 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
make
$(LD_FLAGS)
Makefile
Hi,
Thanks for pointing that out. Not sure why it works for me, but -l indeed should follow object files.
-l
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 fileMakefile
, then it works. Cheers, Matthias