Hi, This looks for me that the dummy-library mingwthrd wasn't installed. In our crt-build it is built, so I assume that is related to missing -m64 option on compile-time. Or you are trying to build 64-bit on a single-target'ed toolchain.
Could you please provide the output of 'E:/msys/home/niXman/mb-0.8/../mingw-x32/bin/gcc -v'? Regards, Kai 2012/3/7 niXman <[email protected]>: > 2012/3/6 JonY <[email protected]>: >> Its not obvious because you ignored my advice. Seriously, slow down a >> bit, take some time to actually digest your reading. > > I've built binutils/CRT/gcc-c(all-gcc)/winpthreads-32/winpthreads-64 > successfully > > winpthreads-32 is installed into the directory $PREFIX/$TARGET/32 > and winpthreads-64 is installed into the directory $PREFIX/$TARGET/64 > > When building gcc-c++(all) at linking libgcc_s_sjlj-1.dll - 64 bit I > get the following error: > >> E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping >> incompatible >> E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libmingwthrd.a >> when searching for -lmingwthrd >> E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping >> incompatible >> E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib\libmingwthrd.a >> when searching for -lmingwthrd >> E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping >> incompatible >> E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libmingwthrd.a >> when searching for -lmingwthrd >> E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping >> incompatible >> E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib\libmingwthrd.a >> when searching for -lmingwthrd >> E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping >> incompatible >> E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libmingwthrd.a >> when searching for -lmingwthrd >> E:\msys\home\niXman\mingw-x32\i686-w64-mingw32\bin\ld.exe: skipping >> incompatible >> E:/msys/home/niXman/mb-0.8/../mingw-x32/i686-w64-mingw32/lib/libmingwthrd.a >> when searching for -lmingwthrd > ... > ... > ... > Ideas? > > And one more question: how can I set the path for libpthread.a 32/64 bit ? > > Thanks. > > -- > Regards, > niXman > > ------------------------------------------------------------------------------ > Virtualization & Cloud Management Using Capacity Planning > Cloud computing makes use of virtualization - but cloud computing > also focuses on allowing computing to be delivered as a service. > http://www.accelacomm.com/jaw/sfnl/114/51521223/ > _______________________________________________ > Mingw-w64-public mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/mingw-w64-public -- | (\_/) This is Bunny. Copy and paste | (='.'=) Bunny into your signature to help | (")_(") him gain world domination ------------------------------------------------------------------------------ Virtualization & Cloud Management Using Capacity Planning Cloud computing makes use of virtualization - but cloud computing also focuses on allowing computing to be delivered as a service. http://www.accelacomm.com/jaw/sfnl/114/51521223/ _______________________________________________ Mingw-w64-public mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
