Simon Marlow wrote: > Normally it's done like this: > > $ gcc -fPIC -c foo.c > $ gcc -shared -o libfoo.so foo.o > > Hope this helps. Right away! Big Thanks! Bernd