Is there not a pre-build package for Debian? Have you googled for this error and seen if anyone has a workaround?
Google is your friend. If you can't get a hit, you are probably doing something wrong. As for this one, the compiler you are using to do the build, and the configure script or Makefile must not work together. One solution might be to hack the configure or Makefile and add the -fPIC parameter.
Or, you can give up and try something different. Learn from Google.
Google is your friend. If you can't get a hit, you are probably doing something wrong. As for this one, the compiler you are using to do the build, and the configure script or Makefile must not work together. One solution might be to hack the configure or Makefile and add the -fPIC parameter.
Or, you can give up and try something different. Learn from Google.