Hi all, About 20 years ago I knew how to use this compiler,but I became a mac programmer then windows then mobile and now find myself back to unix again... I have this error: /usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib64/crt1.o: In function `_start And I've seen it all over the inet, but every case seems to be different. In my case I'm trying to build a 32bit shared object. I have -shared and -fPIC set even -m32 Can someone share with me how to tell gcc to use my lib32 directory instead of lib64 which it seems to default to? Thanks [-percy-]