Bug#824715: wine32-tools: wineg++ does not link with stdc++

2016-05-20 Thread Jens Reyer
Pushed to master: commit faae7dac32d2816937ed5e8a24e5a6343320092c Author: Jens Reyer Date: Thu May 19 15:05:32 2016 +0200 Fix winegcc script to call wineg++/cpp based on its basename. Closes in stable: #824715 Thanks: Javier Serrano Polo

Bug#824715: wine32-tools: wineg++ does not link with stdc++

2016-05-19 Thread Jens Reyer
control: tags -1 + patch Right, a broken /usr/bin/wineg++ is probably not better than no /usr/bin/wineg++ at all. So let's fix that... Thanks for testing the tools, since I personally don't use them at all. The following as /usr/bin/winegcc should work: #!/bin/sh -e name=$(basename $0 |

Bug#824715: wine32-tools: wineg++ does not link with stdc++

2016-05-18 Thread Javier Serrano Polo
This is a problem with the new files under /usr/bin. The /usr/bin/winegcc script does not invoke /usr/lib/wine/wineg++ if it is called with /usr/bin/wineg++. smime.p7s Description: S/MIME cryptographic signature

Bug#824715: wine32-tools: wineg++ does not link with stdc++

2016-05-18 Thread Javier Serrano Polo
Package: wine32-tools Version: 1.8.2-1 Severity: minor Unlike g++, wineg++ does not implicitly link with stdc++; it did in version 1.8.1-2. Now one has to include the "-lstdc++" linking flag. Is this the intended behavior from upstream? smime.p7s Description: S/MIME cryptographic signature