--- gpart-0.1h/src/l64seek.c.orig 2005-02-11 20:29:24.000000000 -0500 +++ gpart-0.1h/src/l64seek.c 2005-02-11 20:29:46.000000000 -0500 @@ -26,7 +26,7 @@ } ostck[OSTACKLEN]; static int osptr = -1; -#if defined(__linux__) && defined(__i386__) +#if defined(__linux__) && defined(__i386__) && ! defined(__PIC__) _syscall5(int,_llseek,uint,fd,ulong,hi,ulong,lo,loff_t *,res,uint,wh) #endif