libtool
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how do I avoid dynamic libraries?


From: Daniel Herring
Subject: Re: how do I avoid dynamic libraries?
Date: Tue, 14 Feb 2012 20:20:54 -0500 (EST)
User-agent: Alpine 2.00 (LNX 1167 2008-08-23)

The only sure way I know to statically link a single library is to dispense with the common -lname and directly specify /path/to/libffcall.a (or the platform-specific equivalent) on the linker command line.

- Daniel



reply via email to

[Prev in Thread] Current Thread [Next in Thread]