Wrong order of arguments in makefile, fails with ld --as-needed
Status: Alpha
Brought to you by:
gyofer
The included Makefile for unix has some problems:
/«PKGBUILDDIR»/grammyVM.c:1498: undefined reference to `log10'
To solve this I did:
a) Add -lm to LDLIBS
b) Added LDLIBS at the end of the command line
Makefile attached.