Re: Please help on GCC

2005-10-01 Thread estech users
Thanks so much it works fine.

best wishes,

Olorunfemi, Temitope

--- Igor Pechtchanski <[EMAIL PROTECTED]> wrote:

> Ugh, top-posting...  Reformatted.
> 
> On Fri, 30 Sep 2005, estech users wrote:
> 
> > --- Igor Pechtchanski <[EMAIL PROTECTED]> wrote:
> 
> . 
> Thanks.
> 
> > > On Fri, 30 Sep 2005, estech users wrote:
> > >
> > > > Dear all,
> > > >
> > > > Somebody helping me on my research work has
> just
> > > > introduced me to your wonderful work.
> > > >
> > > > I am currently using Win XP, I loaded the
> cygwin just
> > > > 2 days ago and the version of the cygcheck is
> 1.74 and
> > > > it was compiled on July 2 2005.
> 
> BTW, I forgot to mention that this is not how you
> find out the version of
> Cygwin you have.  See
>  for instructions
> on providing information about your Cygwin
> installation.
> 
> > > > My problem now is that the gcc command in not
> found
> > > > and also startx, how do I get this gcc
> installed
> > > > because I purposely  want to use it to compile
> a c
> > > > programs.
> > > >
> > > > Please help and thank you for your good work.
> > >
> > >
>
.
> >
> > Dear Sir,
> >
> > Thanks so much for your quick response. I saw the
> > packages but how to download the gcc files and
> install
> > is the problem, please help me.
> 
> I believe
>

> is what
> you're looking for.  It may be worth changing the
> first FAQ entry to
> mention that installing extra packages happens using
> the same setup.exe...
> 
> If you are using setup, but having problems with
> installation, please
> provide the exact steps you use to reproduce the
> problems, any error
> messages you get, and other information requested in
> the Cygwin problem
> reporting guidelines at
> .
>   Igor
> -- 
>   http://cs.nyu.edu/~pechtcha/
>   |\  _,,,---,,_  [EMAIL PROTECTED]
> ZZZzz /,`.-'`'-.  ;-;;,_  [EMAIL PROTECTED]
>  |,4-  ) )-,_. ,\ (  `'-' Igor Pechtchanski,
> Ph.D.
> '---''(_/--'  `-'\_) fL   a.k.a
> JaguaR-R-R-r-r-r-.-.-.  Meow!
> 
> If there's any real truth it's that the entire
> multidimensional infinity
> of the Universe is almost certainly being run by a
> bunch of maniacs. /DA
> 




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

--
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/



Re: Cygwin xfig eps problem

2005-10-01 Thread Franz Haeuslschmid
Mike,

I'm also affected by this problem.  I know, that "Me too" posts
are evil, but I think, it may by useful to point out older
threads and messages that were discussing this sort of problem.
My article can be found in the mailing list archives discussing
XFree:

  http://article.gmane.org/gmane.os.cygwin.xfree/14757>

In this message, I was referring to a thread of November 2003,
that also discusses this issue: 

  http://thread.gmane.org/gmane.os.cygwin/40818>

You may recognize the problems, but I'm afraid that there is no
solution yet proposed.

Mike Shi writes:

[Problem description.]

> Any help would be most appreciated. (Ultimately, I'd like to be able
> to combine more than one EPS file and mark them up with psfrag tags
> for export and use in LaTeX documents.)

My "solution" at that time was to ignore the error messages and
to do without the preview.  I could use the presented bounding
box of the imported object to estimate size and position of the
imported EPS figure.

Regards,
Franz.


--
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/



Re: Cygwin xfig eps problem

2005-10-01 Thread m shi
Hi Franz - Thanks very much for replying to my post.

Franz Haeuslschmid  gmx.at> writes:
> I'm also affected by this problem.  I know, that "Me too" posts
> are evil, but I think, it may by useful to point out older
> threads and messages that were discussing this sort of problem.
> My article can be found in the mailing list archives discussing
> XFree:

Well, I don't necessarily think they are "evil", if for no other reason than it
might get some useful dialogue going. Yes I had seen those previous posts, as
well as a couple of others. I had, in fact, considered replying to your post
instead of starting a new thread since it seemed the closest to the problem I'm
seeing.

>From what I've read, there do seem to be a couple of minor variations on a 
>theme
here:

1. Your post does not mention being able to successfully (with preview) import
the first eps file that you try in a given xfig session. Are you able to? I was
initially not able to, until I changed my system temp path (BOTH windows and
cygwin) to a directory without spaces in the complete path (instead of windows'
ridiculous default location in "\Documents/ and/ Settings"

2. The other post you mention describes gs from the command line not liking a
/tmp path for -sOutputfile. I have tried from the command line, and my gs
outputs fine to /tmp (which is the manner in which xfig appears to refer to the
file). I have tried the scripts proposed by Igor in that thread, (with both
cygwin's gs and gswin32c) and they do not change the behavior I am seeing.

I think it does have something to do with file permissions - perhaps the gs
spawned by xfig has a user that our systems do not know anything about (but
which exists by default on *nix systems), and therefore the .pix file is somehow
invalid. Are you using NTFS for the partition containing your /tmp directory?
Perhaps also it only affects installations using NTFS since other windows
filesystems don't care about security so much, and perhaps that is why not
everyone sees the same behavior? (Just speculating here.) I use XP Home, so I do
not have a "Security" tab unless I use safe mode - maybe I'll try that now to
see if I can get any more information.
 
> My "solution" at that time was to ignore the error messages and
> to do without the preview.  I could use the presented bounding
> box of the imported object to estimate size and position of the
> imported EPS figure.
> 
> Regards,
> Franz.

Agreed - this works, and it is of course only the preview that is missing.
(Although I can always get 1 eps file per xfig session with preview correctly
which is ok for a majority of situations.) Another "solution" is to use epstool
to convert eps => fig. It works surprisingly well (quality-wise), but it does
make the task of maintaining graphics for documents one step more complex.

Thanks again for your reply, and would be interested to here on whether your
problem is identical to mine, or slightly different. Cheers,
Mike




--
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/



Re: Please help on GCC

2005-10-01 Thread estech users
Dear Sir,

Top of the day to you. Thanks so much for yesterday.

Please Sir, I am now okay with the gcc but I now
wanted to install gmp 3.1.1 can you help me with this?
I have already downloaded the gmp file but i couldnt
configure or make it.

Thank you Sir.

Best wishes,

Olorunfemi, Temitope

--- Igor Pechtchanski <[EMAIL PROTECTED]> wrote:

> Ugh, top-posting...  Reformatted.
> 
> On Fri, 30 Sep 2005, estech users wrote:
> 
> > --- Igor Pechtchanski <[EMAIL PROTECTED]> wrote:
> 
> . 
> Thanks.
> 
> > > On Fri, 30 Sep 2005, estech users wrote:
> > >
> > > > Dear all,
> > > >
> > > > Somebody helping me on my research work has
> just
> > > > introduced me to your wonderful work.
> > > >
> > > > I am currently using Win XP, I loaded the
> cygwin just
> > > > 2 days ago and the version of the cygcheck is
> 1.74 and
> > > > it was compiled on July 2 2005.
> 
> BTW, I forgot to mention that this is not how you
> find out the version of
> Cygwin you have.  See
>  for instructions
> on providing information about your Cygwin
> installation.
> 
> > > > My problem now is that the gcc command in not
> found
> > > > and also startx, how do I get this gcc
> installed
> > > > because I purposely  want to use it to compile
> a c
> > > > programs.
> > > >
> > > > Please help and thank you for your good work.
> > >
> > >
>
.
> >
> > Dear Sir,
> >
> > Thanks so much for your quick response. I saw the
> > packages but how to download the gcc files and
> install
> > is the problem, please help me.
> 
> I believe
>

> is what
> you're looking for.  It may be worth changing the
> first FAQ entry to
> mention that installing extra packages happens using
> the same setup.exe...
> 
> If you are using setup, but having problems with
> installation, please
> provide the exact steps you use to reproduce the
> problems, any error
> messages you get, and other information requested in
> the Cygwin problem
> reporting guidelines at
> .
>   Igor
> -- 
>   http://cs.nyu.edu/~pechtcha/
>   |\  _,,,---,,_  [EMAIL PROTECTED]
> ZZZzz /,`.-'`'-.  ;-;;,_  [EMAIL PROTECTED]
>  |,4-  ) )-,_. ,\ (  `'-' Igor Pechtchanski,
> Ph.D.
> '---''(_/--'  `-'\_) fL   a.k.a
> JaguaR-R-R-r-r-r-.-.-.  Meow!
> 
> If there's any real truth it's that the entire
> multidimensional infinity
> of the Universe is almost certainly being run by a
> bunch of maniacs. /DA
> 




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

--
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/



Re: Please help on GCC

2005-10-01 Thread Buster
> Please Sir, I am now okay with the gcc but I now
> wanted to install gmp 3.1.1 can you help me with this?
> I have already downloaded the gmp file but i couldnt
> configure or make it.

Use 'Setup.exe' to install Cygwin's gmp package. When you see the list
of packages, change the 'Category' to 'Full' to list all the available
packages alphabetically.

--
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/



Re: on the road to 1.5.19 - snapshot testing needed

2005-10-01 Thread Christopher Faylor
On Fri, Sep 30, 2005 at 10:09:58PM -0400, Volker Quetschke wrote:
>Christopher Faylor wrote:
>>The latest snapshot is chock full of developer goodness and needs to
>>be tested.
>>
>>Both Corinna and I spent a lot of time trying to track down the reported
>>fork() problems.  We didn't fix them* but this snapshot contains better
>>fork error reporting.
>
>Sorry for always being a bit late but testing my favorite testcase
>takes a while. Basically we see the same problem as in
> .
>(This is with 20050929)
>
>The build hangs in a tcsh command like:
>  PIDPPIDPGID WINPID  TTY  UIDSTIME COMMAND
> 3968   13968   3968  con 11290 20:18:06 /usr/bin/bash
>  5563968 556   3436  con 11290 20:18:15 /usr/bin/tcsh
> 2880 5562880340  con 11290 20:18:51 /usr/bin/perl
> 394428802880   2644  con 11290 12:25:33 
> /cygdrive/e/work/OOo/SRC680_m124/solenv/wntmsci10/bin/dmake
> 402039442880   2620  con 11290 12:25:33 /usr/bin/tcsh
> 229640202880   2296  con 11290 12:25:33 /usr/bin/tcsh
> 3992   13992   3992  con 11290 12:41:26 /usr/bin/bash
>  7763992 776   3368  con 11290 12:41:49 /usr/bin/ps
>
>And by attaching strace to the hung pid and using "ls /proc/*/fd"
>the attached (behind the cygcheck.log) strace was created.
>
>We tried "kill -s CONT " this time, that didn't work, the ls did.
>
>  Volker
>
>P.S.: We (?) will try the next snapshot ASAP, unfortunately this
>means in this case on the next weekday (monday).

I wouldn't expect the next snapshot to fix this, unfortunately.  I'm still
puzzling over where the "open_shared" messages are coming from.  Each one
repeats 53 times, which is sort of an odd number.

cgf

--
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/



Re: Please help on GCC

2005-10-01 Thread Christopher Faylor
On Sat, Oct 01, 2005 at 05:41:42PM +0100, Buster wrote:
>>Please Sir, I am now okay with the gcc but I now wanted to install gmp
>>3.1.1 can you help me with this?  I have already downloaded the gmp
>>file but i couldnt configure or make it.
>
>Use 'Setup.exe' to install Cygwin's gmp package.  When you see the list
>of packages, change the 'Category' to 'Full' to list all the available
>packages alphabetically.

I think I'm noticing a definite trend here...

cgf

--
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/



Re: Please help on GCC

2005-10-01 Thread Buster
On 01/10/05, Christopher Faylor <[EMAIL PROTECTED]> wrote:
> On Sat, Oct 01, 2005 at 05:41:42PM +0100, Buster wrote:
> >>Please Sir, I am now okay with the gcc but I now wanted to install gmp
> >>3.1.1 can you help me with this?  I have already downloaded the gmp
> >>file but i couldnt configure or make it.
> >
> >Use 'Setup.exe' to install Cygwin's gmp package.  When you see the list
> >of packages, change the 'Category' to 'Full' to list all the available
> >packages alphabetically.
>
> I think I'm noticing a definite trend here...

That trend being "If you ask about installation, the answer tends to
be 'use setup'"?

--
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/



Does Cygwin support latex ?

2005-10-01 Thread Aaron Gray

Does Cygwin have latex or do I use tex ?

I have an existing project and make file, possibly from Unix, and it uses 
latex and latex2html.


I have installed tex but it does not seem to have a tex2html command.

What commands and what packages do I need ?

Aaron 



--
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/



question about sshd hang during rexec

2005-10-01 Thread jhdiuad jhdiuad
Hi, sshd appears to hang after rexec() when I try to
connect.
I am running sshd version OpenSSH_4.2p1 on windows
2000sp4.
If I run /usr/sbin/sshd -dddD -r it works OK.
I have tried mv'ing the /usr/sbin/sshd to a tempfile
and replacing it with another program and that program
does get executed. Also I wrote a small program to
test rexec() and it does appear to be working.  I am
using the default sshd_config and ssh_config files
created by ssh-host-config. I've tried installing
cygwin from scratch and it doesn't fix the problem.
 
Any help would be appreciated. 
Thanks.

 

$ /usr/sbin/sshd -dddD
debug2: load_server_config: filename /etc/sshd_config
debug2: load_server_config: done config len = 187
debug2: parse_server_config: config /etc/sshd_config
len 187
debug1: sshd version OpenSSH_4.2p1
debug1: private host key: #0 type 0 RSA1
debug3: Not a RSA1 key file /etc/ssh_host_rsa_key.
debug1: read PEM private key done: type RSA
debug1: private host key: #1 type 1 RSA
debug3: Not a RSA1 key file /etc/ssh_host_dsa_key.
debug1: read PEM private key done: type DSA
debug1: private host key: #2 type 2 DSA
debug1: rexec_argv[0]='/usr/sbin/sshd'
debug1: rexec_argv[1]='-dddD'
debug2: fd 3 setting O_NONBLOCK
debug1: Bind to port 22 on 0.0.0.0.
Server listening on 0.0.0.0 port 22.
Generating 768 bit RSA key.
RSA key generation complete.
debug1: fd 4 clearing O_NONBLOCK
debug1: Server will not fork when running in debugging
mode.
debug3: send_rexec_state: entering fd = 7 config len
187
debug3: ssh_msg_send: type 0
debug3: send_rexec_state: done
debug1: rexec start in 4 out 4 newsock 4 pipe -1 sock
7

[ just hangs here ]




__ 
Yahoo! Mail - PC Magazine Editors' Choice 2005 
http://mail.yahoo.com

--
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/



[ANNOUNCEMENT] update: gsl-1.7-1 (GNU Scientific Library)

2005-10-01 Thread Teun Burgers

The cygwin gsl package (GNU Scientific Library) has been updated
to 1.7-1. This is a new upstream release.

For the announcement of gsl version 1.7 see:

http://lists.gnu.org/archive/html/info-gsl/2005-09/msg0.html

The homepage for the GSL is http://www.gnu.org/software/gsl/

NOTE: Starting from gsl-1.6-2,if you want to use the GSL, your path
should contain /usr/lib/lapack. This directory is added by
/etc/profile.d/lapack.sh. If you use the start-up scripts from the 
base-files packages this script is executed automatically.


Teun Burgers

UPDATE
==

To update your installation, click on the "Install Cygwin now" link on
the http://cygwin.com/ web page.  This downloads setup.exe to your
system.  Then, run setup and answer all of the questions.

  *** CYGWIN-ANNOUNCE UNSUBSCRIBE INFO ***

If you want to unsubscribe from the cygwin-announce mailing list, look
at the "List-Unsubscribe: " tag in the email header of this message.
Send email to the address specified there.  It will be in the format:

[EMAIL PROTECTED]

If you need more information on unsubscribing, start reading here:

http://sources.redhat.com/lists.html#unsubscribe-simple

Please read *all* of the information on unsubscribing that is available
starting at this URL.




--
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/



Re: Does Cygwin support latex ?

2005-10-01 Thread Brooks Moses

Aaron Gray wrote:

Does Cygwin have latex or do I use tex ?


Cygwin's teTeX installation includes both tex and latex, as well as a 
number of other TeX-related programs.  (TeTeX is described as a 
"complete TeX distribution"; these days, LaTeX is considered a required 
part of such a thing.)


I have an existing project and make file, possibly from Unix, and it uses 
latex and latex2html.


I have installed tex but it does not seem to have a tex2html command.

What commands and what packages do I need ?


LaTeX2HTML is actually a completely separate program from TeX/LaTeX/etc, 
though it (of course) processes LaTeX input files.  I don't believe that 
there is currently a Cygwin package for it, so I suspect you'll need to 
install it directly.


The official LaTeX2HTML website is here: http://www.latex2html.org/; it 
contains downloads, though it seems fairly sparse on installation info.


In addition, http://www.cs.utexas.edu/users/suvrit/work/l2h.html 
contains some basic instructions for installing it on Cygwin.  A Google 
search on "latex2html cygwin" finds others as well.


- Brooks


--
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/



Re: Please help on GCC

2005-10-01 Thread Larry Hall
At 01:36 PM 10/1/2005, you wrote:
>On 01/10/05, Christopher Faylor <[EMAIL PROTECTED]> wrote:
>> On Sat, Oct 01, 2005 at 05:41:42PM +0100, Buster wrote:
>> >>Please Sir, I am now okay with the gcc but I now wanted to install gmp
>> >>3.1.1 can you help me with this?  I have already downloaded the gmp
>> >>file but i couldnt configure or make it.
>> >
>> >Use 'Setup.exe' to install Cygwin's gmp package.  When you see the list
>> >of packages, change the 'Category' to 'Full' to list all the available
>> >packages alphabetically.
>>
>> I think I'm noticing a definite trend here...
>
>That trend being "If you ask about installation, the answer tends to
>be 'use setup'"?


Oh geez, I sense an imminent email thread recursion!



--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
838 Washington Street   (508) 893-9889 - FAX
Holliston, MA 01746 


--
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/



Re: Does Cygwin support latex ?

2005-10-01 Thread Larry Hall
At 01:44 PM 10/1/2005, you wrote:
>Does Cygwin have latex or do I use tex ?





>I have an existing project and make file, possibly from Unix, and it uses 
>latex and latex2html.
>
>I have installed tex but it does not seem to have a tex2html command.
>
>What commands and what packages do I need ?


Would "texi2html" help?



--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
838 Washington Street   (508) 893-9889 - FAX
Holliston, MA 01746 


--
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/



Re: Socket operation on non-socket with rsync/ssh

2005-10-01 Thread Larry Hall
At 08:43 AM 9/29/2005, Pablo Halpern wrote:
>Larry Hall  cygwin.com> writes:
>
>> 
>> At 11:14 PM 9/26/2005, Pablo Halpern wrote:




>This is the thread that got me wondering about what had installed
>itself into my LSP stack.  I was fearing that it was Norton Antivirus
>(which I would have been loath to abandon), but had an Aha! moment
>when I saw the Earthlink entries.  The incompatible program was not
>Aventail, as mentioned in the thread, but the concept was the same.  I
>read that thread before posting but read it again after your response.
>Thanks for the help.


Not a problem.  Sounds like you were quite effective at tracking the 
specific problem on your side.


>> >Now, the result of cygcheck -svr:
>> 
>> We ask that you *attach* this to any problem reports you send to the list.
>> Please don't embed it.
>
>I couldn't figure out a way to create an attachment using the web interface to
>this newsgroup.  Sorry.


Through GMANE, this appears as a newsgroup but it actually is a mailing 
list.  Actually, I believe this is the main purpose of GMANE.  FWIW, I 
took a quick look at GMANE and did see anything obvious that suggested how 
one might attach a file to a posting.  Admittedly, I only looked at the 
"FAQ" and the "Posting" links.  It's surprising that they wouldn't have 
such a feature but if you plan to continue using it, it's worthwhile to 
discuss the need with the folks there.  Alternatively, you can always 
send email to the list directly using your email client.  There it should
be no problem to attach any files you wish to send.



--
Larry Hall  http://www.rfk.com
RFK Partners, Inc.  (508) 893-9779 - RFK Office
838 Washington Street   (508) 893-9889 - FAX
Holliston, MA 01746 


--
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/



please test: coreutils-5.90-1

2005-10-01 Thread Eric Blake
I've uploaded a test version of coreutils, 5.90-1.  This is a new, unstable 
upstream release, with a number of changes from 5.3.0.  In particular, quite 
a few changes have been made upstream in regards to text vs. binary mode, so 
some feedback on this list would be appreciated before I promote the version 
to current (5.3.0-9 will remain current at least as long as cygwin-1.5.18-1 
stays current).  A full list from the NEWS file appears below.  I think 
5.90-1 will work with 1.5.18, but my testing to date has only been on cygwin 
snapshots.  As coreutils provides quite a bit of programs in daily use, I 
would recommend that you not upgrade to the test version UNLESS you are 
willing to cope with and report regressions.


--
Someday, I might put a cute statement here.

Eric Blake [EMAIL PROTECTED]
volunteer cygwin coreutils maintainer

* Major changes in release 5.90 (2005-09-29) [unstable]

** Bring back support for `head -NUM', `tail -NUM', etc. even when
  conforming to POSIX 1003.1-2001.  The following changes apply only
  when conforming to POSIX 1003.1-2001; there is no effect when
  conforming to older POSIX versions.

  The following usages now behave just as when conforming to older POSIX:

date -I
expand -TAB1[,TAB2,...]
fold -WIDTH
head -NUM
join -j FIELD
join -j1 FIELD
join -j2 FIELD
join -o FIELD_NAME1 FIELD_NAME2...
nice -NUM
od -w
pr -S
split -NUM
tail -[NUM][bcl][f] [FILE]

  The following usages no longer work, due to the above changes:

date -I TIMESPEC  (use `date -ITIMESPEC' instead)
od -w WIDTH   (use `od -wWIDTH' instead)
pr -S STRING  (use `pr -SSTRING' instead)

  A few usages still have behavior that depends on which POSIX standard is
  being conformed to, and portable applications should beware these
  problematic usages.  These include:

Problematic   Standard-conforming replacement, depending on
   usagewhether you prefer the behavior of:
  POSIX 1003.2-1992POSIX 1003.1-2001
sort +4   sort -k 5sort ./+4
tail +4   tail -n +4   tail ./+4
tail - main.c tail main.c  tail -- - main.c
tail -c 4 tail -c 10 ./4   tail -c4
touch 12312359 f  touch -t 12312359 f  touch ./12312359 f
uniq +4   uniq -s 4uniq ./+4

  These changes are in response to decisions taken in the January 2005
  Austin Group standardization meeting.  For more details, please see
  "Utility Syntax Guidelines" in the Minutes of the January 2005
  Meeting .

** Binary input and output are now implemented more consistently.
  These changes affect only platforms like MS-DOS that distinguish
  between binary and text files.

  The following programs now always use text input/output:

expand unexpand

  The following programs now always use binary input/output to copy data:

cp install mv shred

  The following programs now always use binary input/output to copy
  data, except for stdin and stdout when it is a terminal.

head tac tail tee tr
(cat behaves similarly, unless one of the options -bensAE is used.)

  cat's --binary or -B option has been removed.  It existed only on
  MS-DOS-like platforms, and didn't work as documented there.

  md5sum and sha1sum now obey the -b or --binary option, even if
  standard input is a terminal, and they no longer report files to be
  binary if they actually read them in text mode.

** Changes for better conformance to POSIX

  cp, ln, mv, rm changes:

Leading white space is now significant in responses to yes-or-no questions.
For example, if "rm" asks "remove regular file `foo'?" and you respond
with " y" (i.e., space before "y"), it counts as "no".

  dd changes:

On a QUIT or PIPE signal, dd now exits without printing statistics.

On hosts lacking the INFO signal, dd no longer treats the USR1
signal as if it were INFO when POSIXLY_CORRECT is set.

If the file F is non-seekable and contains fewer than N blocks,
then before copying "dd seek=N of=F" now extends F with zeroed
blocks until F contains N blocks.

  fold changes:

When POSIXLY_CORRECT is set, "fold file -3" is now equivalent to
"fold file ./-3", not the obviously-erroneous "fold file ./-w3".

  ls changes:

-p now marks only directories; it is equivalent to the new option
--indicator-style=slash.  Use --file-type or
--indicator-style=file-type to get -p's old behavior.

  nice changes:

Documentation and diagnostics now refer to "nicenesses" (commonly
in the range -20...19) rather than "nice values" (commonly 0...39).

  nohup changes:

nohup now ignores the umask when creating nohup.out.

nohup now closes stderr if it is a terminal and stdout is closed.

nohup now exits with status 127 (not 1) when given an invalid option.

  pathchk changes:

I

Re: Does Cygwin support latex ?

2005-10-01 Thread Joshua Daniel Franklin
On 10/1/05, Aaron Gray wrote:
> Does Cygwin have latex or do I use tex ?

I don't believe latex2html is available in the tetex-latex package,
and I think the server hosting the cygwin mailing lists is down for
maintainance right now, but these links should get you started:

http://www2.atwiki.jp/ccw/pages/15.html
(Ignore the text if you don't read Japanese.)



The last one was found by googling "cygwin latex2html 2004"

--
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/