Results 1 to 1 of 1
I'm trying to like static and dynamic libraries to an executable. I'm using gcc version 3.3.1. The problem is the only way I can seem to get my static library ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-17-2006 #1Just Joined!
- Join Date
- Oct 2005
- Posts
- 5
Linking Static and Dynamic Libraries to an Executable
I'm trying to like static and dynamic libraries to an executable. I'm using gcc version 3.3.1. The problem is the only way I can seem to get my static library to link is use -static before the library but that makes everything else static and all my other libraries are dynamic. When I use -Bstatic and then
-Bdynamic that has no affect. If I use just -Bstatic that has no affect either. Does anybody know how to link both static and dynamic libraries? Thank you for any help you can provide.


Reply With Quote
