Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Authentication-Warning: eos.vss.fsi.com: ford owned process doing -bs Date: Mon, 15 Sep 2003 17:40:57 -0500 (CDT) From: Brian Ford X-X-Sender: ford AT eos To: cygwin AT cygwin DOT com Subject: Re: xdvi: SIGSEGV in XtInitialize (fwd) Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII 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/