[Bug 21909] Compiling error: undefined reference to `__wine_exception_handler'

wine-bugs at winehq.org wine-bugs at winehq.org
Tue Mar 2 09:29:27 CST 2010


http://bugs.winehq.org/show_bug.cgi?id=21909


Alexandre Julliard <julliard at winehq.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|                            |INVALID




--- Comment #4 from Alexandre Julliard <julliard at winehq.org>  2010-03-02 09:29:27 ---
That's a compiler bug, specifically
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=27758.

It happens because you are passing custom CFLAGS; if you use the default -g -O2
it won't trigger the bug.

-- 
Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email
Do not reply to this email, post in Bugzilla using the
above URL to reply.
------- You are receiving this mail because: -------
You are watching all bug changes.



More information about the wine-bugs mailing list