Re: Static linking on Windows



Bruce Sherwood schrieb:

g++ -shared

Try
g++ -static
instead. The Linker should choose the static versions of your libs, if found.

[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]