Hi.

> or put libfl.a in a separate directory.
> ar -x libfl.a     to extract the objects from the archive
> gcc -shared *.o -o libfl.so   to build the shared lib.

Assuming you have built the static library with -fPIC, which should be the 
case...
-- 
http://linuxfromscratch.org/mailman/listinfo/hlfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to