j
k
j a
j l
Simon Marlow wrote:
Normally it's done like this: $ gcc -fPIC -c foo.c $ gcc -shared -o libfoo.so foo.o Hope this helps.
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
Back to the thread
Back to the list