PDA

View Full Version : static and dynamic libraries linking



buddax2
27th December 2010, 16:43
Hi,

I need to add many libraries to my project. Some of them are static (.lib) and other dynamic (dylib).
I wrote:


LIBS+= -lTKIGES \
-lTKShHealing \
-lTKXSBase \
-lTKShapeSchema \
-lFWOSPlugin \
-lPTKernel \
-lTKBool \
-lTKCAF \
...
-gui \
-cells\
...


And my static libraries not connecting. How can I do that?

squidge
27th December 2010, 16:53
define "not connecting".

Do you get error message? Or program doesn't run? Or?

buddax2
27th December 2010, 16:55
sorry, program doesn't run