Re: [Mingw-w64-public] wcschr etc. problem

2014-05-01 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 29.04.2014 10:52, G M wrote: > Hi Everyone > > I can't build the popular build program ninja with clang++ and mingw. > > The reason is demonstrated by this simple program: > > // wcx.cpp > > #include using namespace std; #include int main() {

Re: [Mingw-w64-public] Linker plugin problem

2014-05-01 Thread LRN
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 01.05.2014 17:56, TOCK Chiu wrote: > > The linker plugin with LTO seems not working. When I link a static > library which only contains LTO-enabled slim objects, the flag > -fuse-linker-plugin doesn't work. The linker always tell me some symbols >

[Mingw-w64-public] Linker plugin problem

2014-05-01 Thread TOCK Chiu
Hi, The linker plugin with LTO seems not working. When I link a static library which only contains LTO-enabled slim objects, the flag -fuse-linker-plugin doesn't work. The linker always tell me some symbols are undefined. Is it a bug? What I use is: x86_64-4.9.0-release-win32-sjlj-rt_v3-rev1 Th