Delivered-To: listarch-cygwin AT sourceware DOT cygnus DOT com Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com From: "Rick Rankin" To: "Cygwin" Subject: Updated rxvt patch Date: Tue, 16 Feb 1999 20:52:29 -0700 Message-ID: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_NextPart_000_0000_01BE59EE.44C37020" X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2212 (4.71.2419.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V5.00.0810.800 ------=_NextPart_000_0000_01BE59EE.44C37020 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit I've updated the patch for rxvt to work with rxvt-2.6.PRE2. This patch is much smaller because I didn't modify the makefiles at all. Instead, I used Pierre Humblet's install-cygwin-b20-sh install script to handle installing .exe files. Also, if you want to link rxvt as a windows app, you can set the LDFLAGS env. variable before calling configure. For example, the complete configure line I used was INSTALL=/usr/local/bin/install-cygwin-b20-sh LDFLAGS=-Wl,-subsystem,windows \ configure --x-includes=/usr/X11R6.4/include --x-libraries=/usr/X11R6.4/lib If you want Pierre's install script, you can get it from ftp://ftp.franken.de/pub/win32/develop/gnuwin32/cygwin32/porters/Humblet_Pie rre_A/install-cygwin-b20-sh Enjoy, Rick -- Rick Rankin rrankin AT primenet DOT com ------=_NextPart_000_0000_01BE59EE.44C37020 Content-Type: application/octet-stream; name="rxvt-2.6.PRE2.patch" Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="rxvt-2.6.PRE2.patch" #=0A= # Patch against rxvt-2.6.PRE2 to eliminate the need to resize the initial=0A= # window to get rxvt to recognize an initial size other than 25 lines.=0A= #=0A= # To use, run "patch -p1