thewade wrote:
Should I add -fPIC somewhere in the makefile? or in LIBS variable for make?
-fPIC should be specified at compile time, not at link time (i think) isn't the "-fPIC" flag specified in the Makefile (the "sub-makefiles", not the master-makefile in src/Gnu, which does only the linking)
mfg.a.dr IOhannes