This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Compiling libraries
- From: Craig Phillips <caph at kerridge dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Fri, 17 Dec 2004 11:42:03 GMT
- Subject: Compiling libraries
- Organization: Kerridge
Hi,
What amendments should i make to the Makefile CFLAGS in order to get it to link
the objects into a library .so? I have modified a program so it can be loaded
dynamically as a library but am having trouble determining what to amend in the
Makefile.
Cheers
Craig