delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-subscribe AT sourceware DOT cygnus DOT com> |
List-Archive: | <http://sourceware.cygnus.com/ml/cygwin/> |
List-Post: | <mailto:cygwin AT sourceware DOT cygnus DOT com> |
List-Help: | <mailto:cygwin-help AT sourceware DOT cygnus DOT com>, <http://sourceware.cygnus.com/ml/#faqs> |
Sender: | cygwin-owner AT sourceware DOT cygnus DOT com |
Delivered-To: | mailing list cygwin AT sourceware DOT cygnus DOT com |
From: | "Kevin Wright" <kwright AT aspectdv DOT com> |
To: | "Markus Hoenicka" <Markus DOT Hoenicka AT uth DOT tmc DOT edu>, |
"Mike MacDonald" <mmacdonald AT tsi DOT gte DOT com> | |
Cc: | <cygwin AT sourceware DOT cygnus DOT com> |
Subject: | RE: TeX for Cygwin |
Date: | Thu, 18 May 2000 11:26:51 -0600 |
Message-ID: | <000d01bfc0ee$41194db0$5e1661c7@holstein-mobile.ASPECTDV.COM> |
MIME-Version: | 1.0 |
X-Priority: | 3 (Normal) |
X-MSMail-Priority: | Normal |
X-Mailer: | Microsoft Outlook 8.5, Build 4.71.2173.0 |
X-MimeOLE: | Produced By Microsoft MimeOLE V4.72.3612.1700 |
Importance: | Normal |
In-Reply-To: | <14628.9461.13000.601118@gargle.gargle.HOWL> |
Markus Hoenicka writes: > > MiKTeX (www.miktex.de) is not based on cygwin, but runs in > cygwin/bash just fine. > Markus > > Mike MacDonald writes: > > Has anyone gotten a TeX distribution to work under Cygwin? > > I have gotten TeX to work for cygwin but it took a while so I might not be able to remember everything I had to do. It was one of those late night hacking sessions... Here's some of what I *do* remember: I tried installing teTex and had the same error as you did. (unable to find texconfig). I decided to install texk-7.2 (texk-7.2b.tar.gz on the tug website) instead but had some problems with __cdecl: ../kpathsea/c-proto.h:24: warning: `__cdecl' redefined which I fixed by changing the code to: #if !defined(__CYGWIN__) #define DllImport #define __cdecl #elif (defined(_DLL) && !defined(_IMPORT)) || !defined(_DLL) #define DllImport #else #define DllImport __declspec(dllimport) #endif I installed the texklib-7.2.tar.gz in /usr/local/share and setup a few environment variables: TEXMFCNF=/usr/local/share/texmf/web2c/texmf.cnf TEXMFMAIN=/usr/local/share/texmf After getting texk-7.2 built and installed I was able to use dvips, xdvi, etc. When I get a chance, I'll run a diff on the code that I patched and send it to the mailling list. (I remember playing with the kpathsea/c-fopen.h file) I'm currently revisting installing teTex but am installing it in /usr/local/teTeX in an attempt to avoid conflicts. This may not be a good idea to have both versions so I'm treading lightly. My main purpose in all of this is to be able to convert docs to PostScript to be able to read them with Ghostview or better yet GV as well as printing them out. Hope this helps. --Kevin Wright -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |