Re: mingw g++ problem in f14

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, 2010-10-30 at 19:25 -0700, David L wrote:
> I tried cross compiling a c++ app with mingw in f14 and run it in wine
> and it kept crashing at startup.  I stripped the app down to the small
> example below and it still crashes with the output after the example.
> The same test app works in fedora 12 and Ubuntu 10.10.  I haven't tried
> running it under fedora 13 or in Windows instead of wine.  If I
> make bar() non virtual it doesn't crash, but it's not really an option
> for the original application.  Any ideas?
> 
> Thanks,
> 
>          Dave
> 
> class Foo {
>   virtual void bar();
>   virtual ~Foo() {;}
> };
> 
> void Foo::bar()
> {
> }
> 
> int main()
> {
>   return 0;
> }
> 

Seems to work just fine under F13's i686-pc-mingw-c++.

- Gilboa

-- 
test mailing list
test@xxxxxxxxxxxxxxxxxxxxxxx
To unsubscribe: 
https://admin.fedoraproject.org/mailman/listinfo/test


[Index of Archives]     [Fedora Desktop]     [Fedora SELinux]     [Photo Sharing]     [Yosemite Forum]     [KDE Users]

  Powered by Linux