From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26650 invoked by alias); 21 Oct 2003 18:30:56 -0000 Mailing-List: contact cygwin-xfree-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-xfree-owner@cygwin.com Mail-Followup-To: cygwin-xfree@cygwin.com Reply-To: cygwin-xfree@cygwin.com Received: (qmail 26636 invoked from network); 21 Oct 2003 18:30:55 -0000 Received: from unknown (HELO mout0.freenet.de) (194.97.50.131) by sources.redhat.com with SMTP; 21 Oct 2003 18:30:55 -0000 Received: from [194.97.55.147] (helo=mx4.freenet.de) by mout0.freenet.de with asmtp (Exim 4.24) id 1AC1HT-00060P-Fd for cygwin-xfree@cygwin.com; Tue, 21 Oct 2003 20:30:55 +0200 Received: from ba86f.b.pppool.de ([213.7.168.111] helo=BRAMSCHE1) by mx4.freenet.de with smtp (Exim 4.24 #1) id 1AC1HR-0001zv-9r for cygwin-xfree@cygwin.com; Tue, 21 Oct 2003 20:30:55 +0200 From: "Ralf Habacker" To: Subject: AW: cygwin.rules - Enabling shared libXt finally? Date: Tue, 21 Oct 2003 18:30:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 In-Reply-To: <3F953051.7080204@msu.edu> X-SW-Source: 2003-10/txt/msg00251.txt.bz2 List-Id: Harold > > Not sure I understand. What should be changed in the current version of > the Xt code? only note 1, chaning the label. The second note is only for completeness. > Attached are my curent xc/lib/Xt/[Initialize.c|IntrinsicP.h] files. > Please send a diff against these if anything should be changed. Note > that these are intentionally from the 4.3 branch. > --- Initialize-old.c 2003-10-21 20:21:18.000000000 +0200 +++ Initialize.c 2003-10-21 20:23:25.000000000 +0200 @@ -236,8 +236,8 @@ asm (".data\n\ .globl __XtInherit \n\ - __XtInherit: jmp *_$$y \n\ - _$$y: .long ___XtInherit \n\ + __XtInherit: jmp *__$XtInherit \n\ + __$XtInherit: .long ___XtInherit \n\ .text \n"); #define _XtInherit __XtInherit