This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Static linking with libwinpthread


Hi all!
I try to build program with static linked toolchain libraries. I pass

LDFLAGS="-Wl,-Bstatic -lwinpthread -Wl,-Bdynamic -static-libgcc
-static-libstdc++"

but program linked with shared libwinpthread-1.dll.
What I doing wrong?
Only way when I got static linked libwinpthreads is pass "-static" to
LDFLAGS. But it break build programs with plugin system.
I use mingw-w64 + GCC-4.7.2

Cheers,
Alex


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]