Hi,

the test
"can build with multiple tool chains"
in class
org.gradle.nativeplatform.toolchain.MultipleToolChainIntegrationTest
fails on 64bit Ubuntu with an error

/usr/bin/ld: Inkompatible /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/libstdc++.so 
wird übersprungen bei der Suche nach -lstdc++
/usr/bin/ld: Inkompatible /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/libstdc++.a 
wird übersprungen bei der Suche nach -lstdc++
/usr/bin/ld: cannot find -lstdc++
/usr/bin/ld: Inkompatible /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/libgcc_s.so 
wird übersprungen bei der Suche nach -lgcc_s
/usr/bin/ld: cannot find -lgcc_s
/usr/bin/ld: Inkompatible /usr/bin/../lib/gcc/x86_64-linux-gnu/4.8/libgcc.a 
wird übersprungen bei der Suche nach -lgcc
/usr/bin/ld: cannot find -lgcc
clang: error: linker command failed with exit code 1 (use -v to see invocation)

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':linkI386MainExecutable'.
> Linker failed; see the error output for details.

I installed a lot of packages to make all tests in platform-native and 
language-native pass, but this is the last one that fails. Here are the 
packages:
gcc-4.8-multilib
g++-4.8-multilib
gobjc-4.8
gobjc++-4.8
clang-3.5
gobjc-4.8-multilib
gobjc++-4.8-multilib
gnustep-devel

Did I miss to install something on my system or is it expected not to work? Is 
there a @Requires Annotation missing?

Best regards,
Harald


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to