Skip to content

create static lib, which will use a shared lib. Then another test program will use the static lib.

Notifications You must be signed in to change notification settings

newchenxf/static_lib_test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

static_lib_test

create static lib, which will use a shared lib(libpthread.so). Then another test program named "test_main" will call the static lib. this test is to proive: "if static lib (libXXX.a) use shared lib(libBB.so), then any program who use libXXX.a, still need to link libBB.so"

test PASS under linux environment.

About

create static lib, which will use a shared lib. Then another test program will use the static lib.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published