|
> Can anyone please explain what this symptom indicates: > > /usr/bin/ld: src/md5.o: relocation R_X86_64_32S against `a local symbol' can > not be used when making a shared object; recompile with -fPIC Exactly that: you need -fPIC but the md5 Makefile does not have that. My bad.