What setting in Visual Studio C++ project, would be equivalent to *nix --enable-pic
switch, i.e. ./configure --enable-pic
What setting in Visual Studio C++ project, would be equivalent to *nix --enable-pic
switch, i.e. ./configure --enable-pic
There is none since it is not required.
http://en.wikipedia.org/wiki/Position-independent_code: "Microsoft Windows DLLs are not shared libraries in the Unix sense and do not use position independent code"