Linda W. writes:
> The man page for guile is placed in:
>
> /usr/share/man/man/man1/guile.1
Thanks, that will be fixed in the next release.
Jan.
--
Jan Nieuwenhuizen <[EMAIL PROTECTED]> | GNU LilyPond - The music typesetter
http://www.xs4all.nl/~jantien | http://www.lilypond.org
--
Unsu
The man page for guile is placed in:
/usr/share/man/man/man1/guile.1
instead of:
/usr/share/man/man1/guile.1
As installed, "man guile" doesn't find the installed web page.
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Docu
On Wed, Feb 16, 2005 at 11:23:03AM -0800, David Rothenberger wrote:
>I'm having a problem with the 20050215 snapshot (and the 20050131 as
>well). My ssh-agent connection is not being forwarded by ssh. This is
>working fine with the 20041119 snapshot.
>
>Here are the steps to reproduce the problem.
On Fri, Feb 18, 2005 at 05:52:02AM +0100, Bas van Gompel wrote:
>Op Mon, 14 Feb 2005 10:16:08 -0500 schreef Christopher Faylor
>in <[EMAIL PROTECTED]>:
>: And, of course, unless this is a distribution which is internal to your
> ^^^
Op Mon, 14 Feb 2005 10:16:08 -0500 schreef Christopher Faylor
in <[EMAIL PROTECTED]>:
: On Mon, Feb 14, 2005 at 09:54:41AM -0500, Dick Repasky wrote:
: > Every so often a query surfaces about cygwin dll version compatibility.
[...]
: > The recommendations are:
: >
: > 1) Use a distinctly named s
Another user alerted me that the link to CygUtils here:
http://www.cygwin.com/ported.html
has not been updated to reflect CygUtils' new home, at
http://cygutils.fruitbat.org/
--
Chuck
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/pro
Kevin Van Workum wrote:
There is a site that I need to access via kerberos. Has anyone built the
kerberos clients on cygwin? I have a windows version of kinit, which
lets me get a ticket. I can then use putty's ssh to login. I'd like to
use the cygwin OpenSSH to do this. If I try, I get:
I poste
Peter Rehley wrote:
It would require a new setup.exe. The current setup program is a pure
windows program. This is needed because it doesn't require using any
cygwin program or package. If it used, say for example the
cygwin1.dll, that dll couldn't be updated because windows won't allow
fil
Upgrade your cygwin to the newest snapshot, that has that problem fixed.
Guerte Yves-r57319 wrote:
Hi,
I have problems with gmake on the new computers I use (and not with the same Cygwin version with older computers).
I do gmake -r -p -n and parse the output to get some variables content. The
Hi,
I have problems with gmake on the new computers I use (and not with the same
Cygwin version with older computers).
I do gmake -r -p -n and parse the output to get some variables content. The
problem occurs when a variable is computed using the $(shell ...) command.
I shortened the make
On Thu, 17 Feb 2005, James Lemke wrote:
> Date: Thu, 17 Feb 2005 10:31:37 -0500
> From: James Lemke <[EMAIL PROTECTED]>
> To: cygwin@cygwin.com
> Subject: file globbing
>
> I've recently noticed a problem with Cygwin ls. I did a quick search of
It's not ls that does the globbing. That is done b
Sorry, I know this is a pretty odd question to ask in a forum like this,
but I'm hoping someone can help.
Basically, I would like to write a GUI (using Delphi & Win32) for a
Win32 console program. I had hoped I could read and write to the console
program using pipes. However it appears that you
On Thu, 2005-02-17 at 10:50, Igor Pechtchanski wrote:
> On Thu, 17 Feb 2005, James Lemke wrote:
>
> > I've recently noticed a problem with Cygwin ls. I did a quick search of
> > the archives, but didn't get any hits. Has anyone else seen this?
> > Try: ls -dl ../tcl[7-9]*
> > Result on Linux: ..
On Thu, 17 Feb 2005, James Lemke wrote:
> I've recently noticed a problem with Cygwin ls. I did a quick search of
> the archives, but didn't get any hits. Has anyone else seen this?
> Try: ls -dl ../tcl[7-9]*
> Result on Linux: ../tcl ../tcl8
> Result on Cygwin: ../tcl8
>
> That is, on Cygwin tc
> I've recently noticed a problem with Cygwin ls. I did a quick search of
> the archives, but didn't get any hits. Has anyone else seen this?
> Try: ls -dl ../tcl[7-9]*
> Result on Linux: ../tcl ../tcl8
> Result on Cygwin: ../tcl8
>
> That is, on Cygwin tcl[7-9]* does not match tcl. I think it s
I've recently noticed a problem with Cygwin ls. I did a quick search of
the archives, but didn't get any hits. Has anyone else seen this?
Try: ls -dl ../tcl[7-9]*
Result on Linux: ../tcl ../tcl8
Result on Cygwin: ../tcl8
That is, on Cygwin tcl[7-9]* does not match tcl. I think it should.
I hav
On Thu, Feb 17, 2005 at 02:23:42PM +0100, David Dindorp wrote:
>Christopher Faylor wrote:
>> Actually, we do. We provide the source code. It's easy to build.
>
>You are right; I was wrong. Building Cygwin is easy.
>(At least when it comes to newer versions :-p.)
>It even "compiles under itself".
Christopher Faylor wrote:
> Actually, we do. We provide the source code. It's easy to build.
You are right; I was wrong. Building Cygwin is easy.
(At least when it comes to newer versions :-p.)
It even "compiles under itself". *impressed*.
It's been a few weeks, and I've tested with the debug
On Feb 17 13:31, Corinna Vinschen wrote:
> On Feb 13 04:30, Eric Blake wrote:
> > I see the new has_changed flag in the 20050211 snapshot. But you still
> > have to
> > add a call to touch_ctime() within the stat() family of calls if
> > has_changed is
> > set, in order to comply with the requir
On Feb 13 04:30, Eric Blake wrote:
> Corinna Vinschen cygwin.com> writes:
> > I'll update Cygwin to set ctime in close and link. Link
> > is special since it doesn't involve using any explicit file descriptors,
> > so it's a bit unclear where to set the flags inside Cygwin to get that
> > right.
On Feb 14 21:19, Eric Blake wrote:
> Corinna Vinschen cygwin.com> writes:
> > > With coreutils 5.3.0-2 and various snapshots, I am seeing regressions in
> shred(1)caused by cygwin changes:
> >
> > As far as fsync is affected, I don't see how that could ever fail, except
> > the Windows call fail
I'm experiencing a problem with 'find' when mounted NTFS volumes
(junctions) are involved. I have created a sample directory structure
/cygdrive/c/aa/aa where 'aa' is the mount point for another NTFS drive.
>From DOSland it looks like this:
C:\> dir \aa
Directory of C:\aa
2005/02/17 00:35
22 matches
Mail list logo