--- Makefile 2007-08-01 12:48:48.000000000 +0200 +++ Makefile 2007-08-01 12:54:13.000000000 +0200 @@ -43,13 +43,13 @@ # CC = /usr/lang/acc # CCFLAGS = -c -O -CC = gcc -ansi -pedantic -CCFLAGS = -c -O2 -DNeedFunctionPrototypes=1 +CC = gcc -ansi -pedantic -fPIC +CCFLAGS = -c -O2 -DNeedFunctionPrototypes=1 LD = $(CC) # LD = gcc -# LDFLAGS = +LDFLAGS = -fPIC # If your compiler needs additional flags/libraries, regardless of