This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: xdvi: SIGSEGV in XtInitialize (fwd)


Jan Nieuwenhuizen writes:
> Thanks.  Summed-up a bit too well for me, I'm not sure that I fully
> understand.
>
Sorry to be so tearse.  Let me explain.

> The message suggests that Xt is no longer available, is that so?  Do
> you know what consequences that has for packages that used it?
>
No, you misunderstood.

The Xt library has not yet been compiled under Cygwin 1.5.x.  Until it is,
it is unsafe for use by apps compiled under 1.5.x.  This is a side effect
of the 64 bit implementation method choice.

Since the call to stat is redirected to stat64 at link time, pre 1.5.x
static libs (like Xt) get the redirection, but did not allocate a stat64_t
type.  Dll's are "pre linked", and so do not suffer this problem.

Does that help, or is it still to vauge?

-- 
Brian Ford
Senior Realtime Software Engineer
VITAL - Visual Simulation Systems
FlightSafety International
Phone: 314-551-8460
Fax:   314-551-8444

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]