cplusplus
.com
TUTORIALS
REFERENCE
ARTICLES
FORUM
C++
Tutorials
Reference
Articles
Forum
Forum
Beginners
Windows Programming
UNIX/Linux Programming
General C++ Programming
Lounge
Jobs
Forum
UNIX/Linux Programming
How to selectively pick static/dynamic l
How to selectively pick static/dynamic link library
Aug 7, 2010 at 1:49am UTC
RobinQi1
(11)
Hi! All: Could someone please tell me how could I selectively link libary as static/dynamic.
e.g. if I have:
libxx.a
xx.so
libyy.a
yy.so
How do I instruct gcc to link in libxx.a and yy.so(without deleting files of course)?
Thanks in advance!
Aug 9, 2010 at 3:24pm UTC
moorecm
(1932)
man gcc
Topic archived. No new replies allowed.