Search found 1 match
- Wed Aug 18, 2021 1:17 pm
- Forum: Tips and tricks
- Topic: Build error Mingw64 on Windows.
- Replies: 4
- Views: 18842
Re: Build error Mingw64 on Windows.
https://stackoverflow.com/questions/15606850/why-gcc-linker-does-not-see-my-destructor This is also useless when building shared libraries , since there's no way of knowing in advance which symbols will be used. The compiler is invoked with -fPIC, which should be ok, since the objects are simply be...