octave-maintainers
[Top][All Lists]
Advanced

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

Re: Building for Microsoft Windows using MSYS


From: Tatsuro MATSUOKA
Subject: Re: Building for Microsoft Windows using MSYS
Date: Tue, 16 Feb 2010 08:09:31 +0900 (JST)

Hello

>undefined reference to `_imp___ZNSt9exceptionD2Ev'
>Magick++/lib/.libs/Exception.o:Exception.cpp:(.text+0x93): undefined 

I have also met this problem.

http://old.nabble.com/undefined-reference-to-%60_imp___ZTVSt9bad_alloc-and-_imp___ZNSt9bad_allocD1Ev-to27337166.html

Thank you for your information to

>https://sourceforge.net/tracker/?func=detail&aid=2836185&group_id=2435&atid=102435
>Does the suggested solution in the bug tracker help you here?

I have a look into the above.

Is 'A workaround is to remove the decorations from those system headers.'
the suggested solution?

How can I stop decoration with __attribute__((dllimport)) only to

exception
bad_exception
bad_alloc
bad_cast
bad_typeid

by --D_GLIBCXX_DLL ?

Is something like

#ifdef _GLIBCXX_DLL
#undef _GLIBCXX_DLL 
throw std::exception();
#redef _GLIBCXX_DLL
#endif

modification of the source code required?

Regards

Tatsuro

--- Benjamin Lindner <address@hidden> wrote:
> > Do you have any suggestions as to how to fix this?
> 
> This looks very much like the bug in mingw32 gcc reported in SF#2836185 
> at 
> https://sourceforge.net/tracker/?func=detail&aid=2836185&group_id=2435&atid=102435
> Does the suggested solution in the bug tracker help you here?
> 
> benjamin
> 


--------------------------------------
VANCOUVER 2010 Olympic News [Yahoo! Sports/sportsnavi]
http://pr.mail.yahoo.co.jp/olympic/


reply via email to

[Prev in Thread] Current Thread [Next in Thread]