From: Dan Felman[SMTP:dan@a4435odf.esr.hp.com] Sent: 16 October 1995 04:50 To: Julian Smart Subject: RE: Hellp with wxEntry undefined > > Dan, > > I'm glad you've got a bit further; I'll certainly be interested to know > what/where the floating point exception turns out to be. You might > want to try compiling the 'minimal' sample just to check that > *something* works (the hello demo does graphics which might be the > source of a floating point problem). > > Regards, > > Julian > > Well, hello is finally running on my machine. It seems that perhaps, inline of certain constructors causes them not to be called. I used the following 2 flags (not sure wether only 1 may be sufficient) to recompile all the libraries and the hello code: # HP: +d prevents expansion of inline functions # HP: -z allow runtime detection of null-pointers OPTIONS=-D_HPUX_SOURCE +a1 -Aa +d -z this is in the make.env file. +d and -z seemed to have done the trick. Regards, Dan ---- Dan Felman ; Technical Consultant ; Hewlett Packard ; 3141 Fairview Park Dr. email: dan@a4430ux.esr.hp.com ; 703.204.2537 ; Falls Church, VA 22042