Closed athas closed 5 years ago
I cannot reproduce this, and it seems strange as -fPIC
should be added to ADDRUNCFLAGS
per default in src/Makefile.inc
unless you changed something.
Can you perhaps provide the Makefile.inc
you are using?
It seems to work now. Maybe I was using an elderly tarball or something.
make
fails with the following:Things seem to work if I just jam
CFLAGS=-fPIC
intoMakefile.inc
. I don't know if there is a better way to handle this.