Bas Zalmstra

Results 248 comments of Bas Zalmstra
trafficstars

Im on Ubuntu Xenial

Mm, with the new version I still have this issue. I've got a docker image that reproduces this issue. Maybe it's something I'm doing wrong with the configuration. ``` FROM...

Mm Ill do that.. But what about the gcc_s?

For completeness, here is the output when I add `-wc-use-mingw-linker`: ``` w64-clang++ HelloWorld.cpp Hello/Speaker.cpp -IHello -ohello_world.exe -wc-use-mingw-linker -v Using built-in specs. COLLECT_GCC=/usr/bin/x86_64-w64-mingw32.static-g++ COLLECT_LTO_WRAPPER=/usr/src/mxe/usr/libexec/gcc/x86_64-w64-mingw32.static/5.3.0/lto-wrapper Target: x86_64-w64-mingw32.static Configured with: /usr/src/mxe/tmp-gcc-x86_64-w64-mingw32.static/gcc-5.3.0/configure --target=x86_64-w64-mingw32.static --build=x86_64-unknown-linux-gnu...

I also tried to use clang 3.6 but ran into the exact same issue. It really feels like I'm configuring something incorrectly but I can't seem to spot it... Trying...

It works like a charm under Ubuntu trusty. What has changed?

It was wrong in my previous statement. It has nothing to do with the distribution. As expected from your previous post it works fine with clang 3.5. I did some...

So what do you recommend? I can probably go without MXE for now but what would be the right course of action to get this stuff working? What is actually...