On Monday 13 Feb 2012 at 12:46,
[email protected]e.org
wrote:
> On Fri, Feb 10, 2012 at 1:31 PM, Martin Ward
wrote:
> > With no optimisation, the resulting executable works under Windows XP.
> >
> > With -O or -O2 it crashes.
> >
> > The culprit appears to be the file eval.c: if I compile everything else
> > with -O2 and compile that file with no optimisation, it seems to work
OK.
>
> Does the software specify __declspec(dllexport) or
> __declspec(dllimport) anywhere?
A header file (scm.h) has the line:
# define SCM_DLL_EXPORT __declspec(dllexport)
# define SCM_EXPORT SCM_DLL_EXPORT
SCM_EXPORT is used in lots of declarations.
--
Martin
STRL Reader in Software Engineering and Royal Society Industry Fellow
martin-/WQNf7Fk/[email protected] http://www.cse.dmu.ac.uk/~mward/
Erdos number: 4
G.K.Chesterton web site: http://www.cse.dmu.ac.uk/~mward/gkc/
Mirrors: http://www.gkc.org.uk and http://www.gkc.org.uk/gkc
------------------------------------------------------------------------------
Try before you buy = See our experts in action!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-dev2
_______________________________________________
MinGW-users mailing list
[email protected]
This list observes the Etiquette found at
http://www.mingw.org/Mailing_Lists.
We ask that you be polite and do the same. Disregard for the list
etiquette may cause your account to be moderated.
_______________________________________________
You may change your MinGW Account Options or unsubscribe at:
https://lists.sourceforge.net/lists/listinfo/mingw-users
Also:
mailto:[email protected]e.org?subject=unsubscribe
|