ssh to windows (cygwin) host --- shell not a tty?

2002-03-13 Thread David Starks-Browning
On 12 Mar 02, [EMAIL PROTECTED] writes: I can SSH to my cygwin on XP host no problem. I tried to run 'emacs -nw', and got: emacs: standard input is not a tty Um... is this something I can fix? No(*). Use 'xemacs -nw' instead. You can build xemacs from source or download a

Problem receiving multicast packets

2002-03-13 Thread Ph. Marek
Hello everybody! After some more work I finally #ifdef'd every setsockopt which wouldn't work with UNIX-compliant headers in cygwin out, and so the program compiles. setsockopt( IP_ADD_MEMBERSHIP ) for some multicast addresses works (doesn't give an error) - but my application won't receive a

IO Redirection

2002-03-13 Thread Robert Mark Bram
Howdy all! I have a question about IO redirection. file redirect standard output to file 2 file redirect error output to file file redirect error and standard output to file file append standard output to file How do I append error output? How

Re: IO Redirection

2002-03-13 Thread Bjoern Kahl AG Resy
Hallo! OT, but ... On Wed, 13 Mar 2002, Robert Mark Bram wrote: Howdy all! I have a question about IO redirection. file redirect standard output to file 2 file redirect error output to file file redirect error and standard output to file

Re: IO Redirection

2002-03-13 Thread Robert Mark Bram
Thanks for the reply! How do I append error output? How do I append error and standard output? Just as you have written? appends, write to a new file, independend of the file or source selected. That is, file appends both. Why is that not obvious ? This is why: Robert Mark

Re: IO Redirection

2002-03-13 Thread Don Sharp
Robert Mark Bram wrote: Thanks for the reply! How do I append error output? How do I append error and standard output? Just as you have written? appends, write to a new file, independend of the file or source selected. That is, file appends both. Why is that not

gcc compile options

2002-03-13 Thread Calum Grant
I recently ran into a problem with the binary distribution of gcc (2.95-3). We are using C++ in a multithreaded environment, and it took us a long while to work out that the compiler had not been configured with the --enable-threads option. Without this option, our code crashes, since we use a

Keyboard Problems After installation

2002-03-13 Thread Gaethofs, Danny
Dear all, I managed to install CYGWIN very easily on my laptop. However I am confronted with key strokes not been accepted or at least not displaying. The following keys I can not get them working: ~ ` ' especially the tilde and the quotes are important. Can somebody tell me where the keys can

Disspla Library

2002-03-13 Thread Paul Dilip K NPRI
Does anyone has the Disspla graphics library which can be linked to Fortran or C++ program executable? Thanks, Dilip K. Paul Naval Undersea Warfare Center Code 8121, Bldg. 1273 Newport, RI 02841 Tel: (401) 832-1412 mailto:[EMAIL PROTECTED] -- Unsubscribe info:

poll() bugs and patch

2002-03-13 Thread Boris Schaeling
There are several bugs in poll(): - poll() must return 0 if no descriptor is ready and the timer expires. It works correctly if all descriptors are non-negative. Otherwise poll() returns the count of negative descriptors which is wrong. - The implementation of poll() must call cygwin_select()

Re: chmod on WIn 2K

2002-03-13 Thread Corinna Vinschen
On Wed, Mar 13, 2002 at 11:35:21PM +1100, Robert Mark Bram wrote: Howdy all! I am using Cygwin on a Windows 2000 machine. It is the case that chmod should work like this because I am on a Windows machine? Only on NTFS and if CYGWIN=ntsec. See

Re: poll() bugs and patch

2002-03-13 Thread Corinna Vinschen
On Wed, Mar 13, 2002 at 02:30:35PM +0100, Boris Schaeling wrote: There are several bugs in poll(): - poll() must return 0 if no descriptor is ready and the timer expires. It works correctly if all descriptors are non-negative. Otherwise poll() returns the count of negative descriptors which

Re: mkshortcut debugging problem

2002-03-13 Thread Joshua Daniel Franklin
Let me know if you can't get the attachment, or need anything else. http://cygwin.com/ml/cygwin/2002-03/msg00470.html --- Charles Wilson [EMAIL PROTECTED] wrote: Joshua Daniel Franklin wrote: Thanks much, I'll take a look. Sure is easy to read...looks almost like Python. Any

RE: gcc bug, cygwin specific cygwin-1.3.10-1 gcc-2.95.3-5

2002-03-13 Thread Robinow, David
From: Alex Song [mailto:[EMAIL PROTECTED]] is end being a global variable specific to the C language (which i doubt) ? to gcc ? to cygwin ? to windows ? or is it ALWAYS the case ? It's not always the case. I was able to compile/run the test program on Solaris, with three different compilers,

AW: poll() bugs and patch

2002-03-13 Thread Boris Schaeling
-Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Corinna Vinschen Gesendet: Mittwoch, 13. März 2002 15:06 An: [EMAIL PROTECTED] Betreff: Re: poll() bugs and patch [...] Thanks for the patch but that's not quite the way to contribute a

Re: poll() bugs and patch

2002-03-13 Thread Corinna Vinschen
On Wed, Mar 13, 2002 at 04:28:24PM +0100, Boris Schaeling wrote: -Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Corinna Vinschen Gesendet: Mittwoch, 13. März 2002 15:06 An: [EMAIL PROTECTED] Betreff: Re: poll() bugs and patch

dll call and fork

2002-03-13 Thread Stephane Corbe
Hello, If I fork my programm, the child died when it call a function in a DLL. (Cygwin 1.3.10-1 on NT4) void dll_call(int i) { printf(in dll_call %d\n, i); } ... printf(begin); switch (pid=fork()) { case 0 : printf(child is alive\n);

Re: Continue command to new line

2002-03-13 Thread Randall R Schulz
Robert, The retort: This is an extremely elementary shell usage question and is in no way Cygwin specific. As such, it's not really appropriate on the Cygwin mailing list (nor the Gmane News mirror you're using). I recommend you get a beginners book for Unix / POSIX / Linux systems (Cygwin

Getting cron working properly

2002-03-13 Thread Jeff Utz
How do I get cron working properly. I have installed the service with the command: cygrunsrv -I cron -p /usr/sbin/cron -a -D And I have edited the /var/cron/tabs/USERNAME using the crontabs -e option. But my processes are not started at all. Any ideas? Thanks. Jeff -- Unsubscribe info:

Re: IO Redirection

2002-03-13 Thread Christopher Faylor
On Wed, Mar 13, 2002 at 09:30:27PM +1100, Robert Mark Bram wrote: Howdy all! I have a question about IO redirection. file redirect standard output to file 2 file redirect error output to file file redirect error and standard output to file file

Re: chmod on WIn 2K

2002-03-13 Thread Christopher Faylor
On Wed, Mar 13, 2002 at 02:57:12PM +0100, Corinna Vinschen wrote: On Wed, Mar 13, 2002 at 11:35:21PM +1100, Robert Mark Bram wrote: Howdy all! I am using Cygwin on a Windows 2000 machine. It is the case that chmod should work like this because I am on a Windows machine? Only on NTFS and if

Re: poll() bugs and patch

2002-03-13 Thread Christopher Faylor
On Wed, Mar 13, 2002 at 04:36:41PM +0100, Corinna Vinschen wrote: Uhm, I'm still not sure about this. Perhaps Chris can enlighten us. You're not the first one asking... Actually, I'm inclined to just let this one in. There isn't a lot of new code, it's mainly just rearranged. FWIW, faxing is

Re: IO Redirection

2002-03-13 Thread Randall R Schulz
Robert, [ Yes, Bjoern, this is OT for the Cygwin list as it's all about shell usage and not at all Cygwin specific. ] You're using BASH, Robert. Except for the simple and redirection, it's syntax is different from that of TCSH. Bjoern's answer was for TCSH. I'm a BASH user, so I'll answer

Re: Getting cron working properly

2002-03-13 Thread Larry Hall (RFK Partners, Inc)
At 11:25 AM 3/13/2002, Jeff Utz wrote: How do I get cron working properly. I have installed the service with the command: cygrunsrv -I cron -p /usr/sbin/cron -a -D And I have edited the /var/cron/tabs/USERNAME using the crontabs -e option. But my processes are not started at all. Any ideas?

RE: RPM Binary

2002-03-13 Thread Peter Ring
From http://cygwin.com/lists.html: cygwin: a high volume list for discussion of just about all things Cygwin-related. If you have questions about how to use Cygwin, or if you have cygwin-specific (see above) questions about the UNIX tools (bash, gcc, make, etc.) that come with Cygwin, this is

Looking for a mail server

2002-03-13 Thread Andrew DeFaria
I'm looking for a mail server a la sendmail. I've looked a little but apparently sendmail has not been ported to Cygwin. Are there any other mail servers that run under Cygwin? Specifically I'm looking for a sendmail like mail server that not only allows me to send mail but also receive it. I

Re: poll() bugs and patch

2002-03-13 Thread Corinna Vinschen
On Wed, Mar 13, 2002 at 11:39:24AM -0500, Chris Faylor wrote: On Wed, Mar 13, 2002 at 04:36:41PM +0100, Corinna Vinschen wrote: Uhm, I'm still not sure about this. Perhaps Chris can enlighten us. You're not the first one asking... Actually, I'm inclined to just let this one in. There

RE: RPM Binary

2002-03-13 Thread Larry Hall (RFK Partners, Inc)
At 12:09 PM 3/13/2002, Peter Ring wrote: From http://cygwin.com/lists.html: cygwin: a high volume list for discussion of just about all things Cygwin-related. If you have questions about how to use Cygwin, or if you have cygwin-specific (see above) questions about the UNIX tools (bash, gcc,

Re: RPM Binary

2002-03-13 Thread Christopher Faylor
On Wed, Mar 13, 2002 at 06:09:56PM +0100, Peter Ring wrote: From http://cygwin.com/lists.html: cygwin: a high volume list for discussion of just about all things Cygwin-related. If you have questions about how to use Cygwin, or if you have cygwin-specific (see above) questions about the UNIX

Re: Disspla Library

2002-03-13 Thread Gerrit P. Haase
Paul, Mittwoch, 13. März 2002 18:48:05, du schriebst: Does anyone has the Disspla graphics library which can be linked to Fortran or C++ program executable? DISSPLA - Graphics library. No Longer Available Support: With the retiring of the NERSC C90, DISSPLA is no longer available - use NCAR

Re: Disspla Library

2002-03-13 Thread Gerrit P. Haase
Paul, Mittwoch, 13. März 2002 18:53:13, du schriebst: And as stated here: http://ngwww.ucar.edu/ng4.2/download.html You can now run NCAR Graphics on MS Windows if you have Cygwin/XFree86 installed. We would like to have people test it before we offer it as one of our standard binaries. If you

[ANNOUNCEMENT] Updated: autoconf-2.52c-1

2002-03-13 Thread Charles Wilson
The autoconf package has been updated from version 2.52a-1 to version 2.52c-1. Recall that this package is not the REAL autoconf. It's a set of wrapper scripts that call the REAL autoconf from autoconf-stable or autoconf-devel, depending on the needs of your target. See this message

[ANNOUNCEMENT] Updated: automake-1.6a-1

2002-03-13 Thread Charles Wilson
The automake package has been updated from version 1.5b-1 to version 1.6a-1. Recall that this package is not the REAL automake. It's a set of wrapper scripts that call the REAL automake from automake-stable or automake-devel, depending on the needs of your target. See this message

[ANNOUNCEMENT] Updated: libtool-20020202a-1

2002-03-13 Thread Charles Wilson
The libtool package has been updated from version 20010531a-1 to version 20020202a-1. Recall that this package is not the REAL autoconf. It's a set of wrapper scripts that call the REAL libtool from libtool-stable or libtool-devel, depending on the needs of your target. See this message

is anyone able to successfully use make/grep from within xemacs/cygwin?

2002-03-13 Thread Taylor, Patrick
Ever since upgrading from cygwin 1.3.2 (quite a few months ago), I have had a lot of difficulty with running subprocesses for make and grep from within xemacs. At first they would fail only sometimes, but since upgrading to more recent versions of cygwin, they fail almost every time. When I

Re: is anyone able to successfully use make/grep from within xemacs/c ygwin?

2002-03-13 Thread Andy Piper
That's why I stay on 1.3.2 :) Are you running a pre-built binary? I build the binaries under 1.3.2 - I don't know whether that would make a difference. andy At 12:18 PM 3/13/02 -0800, Taylor, Patrick wrote: Ever since upgrading from cygwin 1.3.2 (quite a few months ago), I have had a lot of

rshd

2002-03-13 Thread Corvin Bazgan
Hello, 1)Is there rshd for cygwin? 2)Does inetutils for cygwin have rshd? 3)Did anyone compile inetutils-1.3.2 on cygwin? If so, with what required packages? (I get a resolv.h missing error.) Thanks, C. -- Unsubscribe info:

Re: rshd

2002-03-13 Thread Larry Hall (RFK Partners, Inc)
At 03:50 PM 3/13/2002, Corvin Bazgan wrote: Hello, 1)Is there rshd for cygwin? 2)Does inetutils for cygwin have rshd? 3)Did anyone compile inetutils-1.3.2 on cygwin? If so, with what required packages? (I get a resolv.h missing error.) Look here for your answers:

AW: poll() bugs and patch

2002-03-13 Thread Boris Schaeling
-Ursprüngliche Nachricht- Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]Im Auftrag von Corinna Vinschen Gesendet: Mittwoch, 13. März 2002 18:14 An: [EMAIL PROTECTED] Betreff: Re: poll() bugs and patch [...] Actually, I'm inclined to just let this one in. There isn't a lot

Re: mmap of large amount returns invalid pointer

2002-03-13 Thread Stephen Weeks
If you look into the strace you'll see that MapViewOfFileEx() returns a valid memory area. And no, it does *not* return an error code. MapViewOfFileEx() is reliable enough to not return a memory area and an error code. The failing function is a following VirtualProtect() which job is to

RE: is anyone able to successfully use make/grep from within xemacs/c ygwin?

2002-03-13 Thread Robinow, David
From: Taylor, Patrick [mailto:[EMAIL PROTECTED]] Sent: Wednesday, March 13, 2002 3:19 PM Ever since upgrading from cygwin 1.3.2 (quite a few months ago), I have had a lot of difficulty with running subprocesses for make and grep from within xemacs. At first they would fail only sometimes,

Re: Looking for a mail server

2002-03-13 Thread Andrew DeFaria
Adrian Phillips wrote: Andrew == Andrew DeFaria [EMAIL PROTECTED] writes: Andrew I'm looking for a mail server a la sendmail. I've looked a Andrew little but apparently sendmail has not been ported to Andrew Cygwin. Are there any other mail servers that run under Andrew

Re: is anyone able to successfully use make/grep from within xemacs/c ygwin?

2002-03-13 Thread David M. Karr
Patrick == Patrick Taylor Taylor writes: Patrick Ever since upgrading from cygwin 1.3.2 (quite a few months ago), Patrick I have had a lot of difficulty with running subprocesses for Patrick make and grep from within xemacs. At first they would fail Patrick only sometimes, but

1.3.10 ssh X forwarding fails: Write failed: invalid argument

2002-03-13 Thread Daryl Spartz
ssh with X forwarding worked for me, on some version like 1.3.2, but after upgrade I get failure below. X server is Hummingbird Exceed 6.1 ... debug1: channel request 0: x11-req Write failed: Invalid argument debug1: Calling cleanup 0x412f44(0x0) ... $ cat .ssh/config ForwardX11 yes

Incorrect expression evaluation?

2002-03-13 Thread Andrew DeFaria
Perhaps this is more of a bash problem than a Cygwin problem however Cygwin's bash is not acting like bash on Solaris. In Cygwin's bash: $ x=-l -d $ ls $x ls: invalid option -- Try `ls --help' for more information. Now on Solaris (also running bash): $ x=-l -d $ ls $x drwxr-xr-x 4 adefaria

RE: gcc bug, cygwin specific cygwin-1.3.10-1 gcc-2.95.3-5

2002-03-13 Thread Heribert Dahms
Hi, FWIW, on HP-UX 10.20, man end says it's XPG2. I wanted to check the Single Unix Specification, but my browser currently has some trouble. You may try yourself clicking D - F on: http://www.unix-systems.org/apis.html Bye, Heribert ([EMAIL PROTECTED]) -Original Message- From: Alex

Re: Incorrect expression evaluation?

2002-03-13 Thread Chris January
Perhaps this is more of a bash problem than a Cygwin problem however Cygwin's bash is not acting like bash on Solaris. In Cygwin's bash: $ x=-l -d $ ls $x ls: invalid option -- Try `ls --help' for more information. Works fine under Cygwn with me here. Chris -- Unsubscribe info:

Re: Incorrect expression evaluation?

2002-03-13 Thread Randall R Schulz
Andrew, I cannot reproduce your result unless I do this: % x=-l -d % ls $x ls: invalid option -- Try `ls --help' for more information. I tried using hard (single) quotes for the variable setting command, but the result is the same. Likewise for $'-l -d'. I also tried using /bin/sh (ash, I

Re: No home directory

2002-03-13 Thread news.gmane.org
Check http://cygwin.com/cygwin-ug-net/ntsec.html Basically, you have to add ntsec to your CYGWIN environment variable, and regenerate your /etc/passwd and /etc/group files (with mkpasswd and mkgroup), making sure they include domain entities if you're logged into a domain. This ALMOST works for

Strange bash login behaviour -- no home directory

2002-03-13 Thread news.gmane.org
I'm using the ntsec option of CYGWIN, on a freshly installed version of cygwin that was downloaded today. I've used mkgroup and mkpasswd to include domain entities (including me) in /etc/group and /etc/passwd. When I start cygwin (bash --login -i from the default cygwin.bat), I'm recognized as

Re: Strange bash login behaviour -- no home directory

2002-03-13 Thread news.gmane.org
I Just figured it out less than sixty seconds after sending that post (I wish it always worked that way!!!). I had $HOME defined in my windows environment (for some strange reason) to be C:\. Deleting that system environment variable solved the problem. Paul news.gmane.org [EMAIL PROTECTED]

RE: [ECOS] copy redboot to floppy on cgywin

2002-03-13 Thread Max
-Original Message- From: Christopher Faylor [mailto:[EMAIL PROTECTED]] Sent: Friday, March 01, 2002 2:40 PM To: Jonathan Larmour Cc: ecos; [EMAIL PROTECTED]; max rtos Subject: Re: [ECOS] copy redboot to floppy on cgywin On Fri, Mar 01, 2002 at 08:19:11PM +, Jonathan Larmour

1.3.10 CRLF occuring in output

2002-03-13 Thread Daryl Spartz
The following bash script segment worked correctly prior to my upgrading cygwin (from 1.3.2 to 1.3.10): export DISPLAY=`ipconfig | grep 'IP Address' | awk '{ split( $0, line, : ); print line[ 2 ] }'`:0 now results in: $ echo $DISPLAY :02.168.2.23 A CR is left in the output and when

weird... ssh from windows to other host only works when CYGWIN=

2002-03-13 Thread dave-gnus
Windows XP, clean install of cygwin-1.3.10-1. SSHD install went great. I can ssh from my linux box to the windows box no problem. Once I've sshed from linux to windows, in the same shell I can ssh over to another host no problem. But, when I'm using the bash shell on the Windows XP console, I

Re: gcc compiler for 64-bit windows

2002-03-13 Thread Christopher Faylor
Please check out the project web page for links to available information and ports: http://cygwin.com/ . If you don't see what you need there, then the cygwin mailing list is the best place to make observations or get questions answered. Information on the mailing list is available at the

Re: cygwin update 1.3.9-1 == 1.3.10-1: sshd stops working

2002-03-13 Thread Stephen Gutknecht
Me too! Same problem, new install of 1.3.10 Stephen Martin Bene [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi, if I try updating cygwin from 1.3.9 to 1.3.10 sshd stops working: when trying to connect from a remote system, I get the followin messages:

RE: reboot problem

2002-03-13 Thread Iman Lee
first thank you for reply my question. I setup a test win2k machine.(new installed system, no other application) no user logon through console. IP: 152.104.150.111 ssh user: test pass: reboot if you like to see. it just can't reboot using reboot -f -r now (it just give warning)

Re: Looking for a mail server

2002-03-13 Thread Andrew DeFaria
Adrian Phillips wrote: Andrew == Andrew DeFaria [EMAIL PROTECTED] writes: Andrew I'm looking for a mail server a la sendmail. I've looked a Andrew little but apparently sendmail has not been ported to Andrew Cygwin. Are there any other mail servers that run under Andrew

Re: [PATCH suggestion] aclocal wrapper script loops forever if automake-devel or automake-stable is missing

2002-03-13 Thread Charles Wilson
Pavel Tsekov wrote: Hey, there! :) Does the attached patch make any sense ? It prevents an infinite loop if either automake-devel or automake-stable is missing. Yes, it does -- of course, setup enforces that automake depends on automake-devel and automake-stable, so if you see this

Re[2]: [PATCH suggestion] aclocal wrapper script loops forever if automake-devel or automake-stable is missing

2002-03-13 Thread Pavel Tsekov
Hello Charles, Wednesday, March 13, 2002, 9:48:24 AM, you wrote: CW Pavel Tsekov wrote: Hey, there! :) Does the attached patch make any sense ? It prevents an infinite loop if either automake-devel or automake-stable is missing. CW Yes, it does -- of course, setup enforces that

Setup.exe chooser view strangeness

2002-03-13 Thread Pavel Tsekov
Hello, there! :) I noticed the following behaviour of setup-20020225.exe and also with a custom build from 22 Feb (I'm not quite sure about the date): If I go to the chooser window and select Devel-automake I don't see the dependent packages (automake-*, autoconf*) selected i.e. the still stay

reducing binary distribution size with UPX

2002-03-13 Thread Lapo Luchini
What about reducing distributed exes size using UPX? Has it any side-kicks on cygwni binaries? Of course bz2 archives wouldn't change but installed size could. Just an idea (and I found nothing in the archives regarding it 0=) ). -- Lapo 'Raist' Luchini [EMAIL PROTECTED] (PGP X.509 keys

[ANN] Updated: rsync-2.5.4-1

2002-03-13 Thread Lapo Luchini
Ready at the same usual address: http://www.lapo.it/tmp/rsync-2.5.4-1.tar.bz2 http://www.lapo.it/tmp/rsync-2.5.4-1-src.tar.bz2 BTW: I think having 2.4.6-3 as prev version is better than having 2.5.1-1 or 2.5.2-1 as it is a far more solid version (yes, it's still available at the same address as

Re: reducing binary distribution size with UPX

2002-03-13 Thread Gerrit P. Haase
Lapo, Mittwoch, 13. März 2002 22:36:35, du schriebst: What about reducing distributed exes size using UPX? Has it any side-kicks on cygwni binaries? Of course bz2 archives wouldn't change but installed size could. No sideeffects;) I'm using it since a year now. Fetch my binary:

Re: cygwin-xfree 4.2.0 installation problem

2002-03-13 Thread Alexander Gottwald
On 12 Mar 2002, Roger wrote: so the rule is, whenever performing system file restoration and backup, use cygwin explicitly. ...(?) exactly. bye ago -- [EMAIL PROTECTED] http://www.gotti.org ICQ: 126018723 phone: +49 3725 349 80 80 mobile: +49 172 7854017

Re: x -query problems after update to xfree86 4.2

2002-03-13 Thread Alexander Gottwald
On Wed, 13 Mar 2002, R. Soctt Baer wrote: I hate to be a bother.. but has anyone else had this problem... if not were do I submit a bug report ?? Can you please try xdm instead of kdm? Just edit in /etc/rc.config the line DISPLAYMANGER=kdm to DISPLAYMANAGER=xdm bye ago -- [EMAIL

RE: Ttmkfdir TrueType font directory prep tool (binary for Cygwin)

2002-03-13 Thread James Tetazoo
I tried the following: XWin -fp /cygdrive/c/WINNT/Fonts -fn -*-courier new-medium-r-*-*-*-*-*-*-*-*-*-* This got me passed the error about not finding a font named fixed, but I got a new error about not being able to get the default cursor font. I'm not sure if Windows has a curosr font.

Re: Ttmkfdir TrueType font directory

2002-03-13 Thread Valeriy Glushkov
Hi James and Harold, To see standard cursors on your X server you have to copy cursor.pcf.gz from misc directory to yor windows fonts directory (windows hasn't any suitable cursor font) Execute mkfontdir to add cursor font to your fonts, or do it manually in fonts.dir file - insert the

Re: Ttmkfdir TrueType font directory prep tool (binary for Cygwin)

2002-03-13 Thread Sam Edge
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Harold Hunt [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... I downloaded ttmkfdir, ran it, and successfully added my TrueType fonts to the available fonts in XWin using xset. However, I have tried numerous times,

mkgroup usage/version patch

2002-03-13 Thread Joshua Daniel Franklin
This patch generalizes the usage function to allow output to stdout in addition to stderr, and fixes an apparent typo where the help option is listed as -?,--help, while in reality the code supports -h,--help. It also adds a -v,--version option with Chris' print_version function. 2002-03-13