liangdaxian / make-it-so

Automatically exported from code.google.com/p/make-it-so
0 stars 0 forks source link

CPP_DLL/Shared-Object have issues with static library references that are not compiled with -fPIC #38

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
When compiling a dll/shared object project that references a static library, 
the current command line settings cause link errors due to there being no -fPIC 
option set for static library projects.

Original issue reported on code.google.com by reve...@gmail.com on 5 Feb 2014 at 6:59