rmilani / nativeclient-sdk

Automatically exported from code.google.com/p/nativeclient-sdk
0 stars 0 forks source link

GlibC builds fail on Windows. #129

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.  Build the examples using ./scons --variant='glibc' on Windows.

You get this error:

StdErr for 
E:\b\build\slave\naclsdk-windows\build\src\scons-out\sdk_installer\examples\scon
s.bat -j 8 --architecture=x86 --variant=glibc:
geturl\opt_x86_32\geturl.o: In function `GetURLInstance::HandleMessage(pp::Var 
const&)':
geturl.cc:(.text+0x253): warning: warning: pthread_cancel is not implemented 
and will always fail
/libexec/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/../lib32/libst
dc++.so: file not recognized: File format not recognized
collect2: ld returned 1 exit status
geturl\opt_x86_64\geturl.o: In function `GetURLInstance::HandleMessage(pp::Var 
const&)':
geturl.cc:(.text+0x274): warning: warning: pthread_cancel is not implemented 
and will always fail
/libexec/../lib/gcc/x86_64-nacl/4.4.3/../../../../x86_64-nacl/lib/libstdc++.so: 
file not recognized: File format not recognized
collect2: ld returned 1 exit status
scons: *** [geturl\geturl_x86_64.nexe] Error 1

Original issue reported on code.google.com by dsprin...@chromium.org on 9 Sep 2011 at 1:39

GoogleCodeExporter commented 9 years ago
Cannot reproduce this with the latest SDK.

Original comment by dsprin...@chromium.org on 26 Sep 2011 at 6:03