public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* bug
@ 2021-07-21 20:44 Forrest Jablonski
  2021-07-21 20:47 ` bug cygwinautoreply
  0 siblings, 1 reply; 6+ messages in thread
From: Forrest Jablonski @ 2021-07-21 20:44 UTC (permalink / raw)
  To: cygwin

rm *.log
      0 [main] rm 15584 find_fast_cwd: WARNING: Couldn't compute FAST_CWD
pointer.  Please report this problem to
the public mailing list cygwin@cygwin.com

I was using Cmder through powershell on windows 10. I cannot find the logs.

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: bug
  2021-07-21 20:44 bug Forrest Jablonski
@ 2021-07-21 20:47 ` cygwinautoreply
  0 siblings, 0 replies; 6+ messages in thread
From: cygwinautoreply @ 2021-07-21 20:47 UTC (permalink / raw)
  To: highoffscience; +Cc: cygwin

>rm *.log
>      0 [main] rm 15584 find_fast_cwd: WARNING: Couldn't compute FAST_CWD
>pointer.  Please report this problem to
>the public mailing list cygwin@cygwin.com

>I was using Cmder through powershell on windows 10. I cannot find the logs.


https://cygwin.com/faq.html#faq.using.fixing-find_fast_cwd-warnings

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: bug
  2001-12-17  3:13 bug Sverker Mellhage
@ 2001-12-17  8:14 ` Christopher Faylor
  0 siblings, 0 replies; 6+ messages in thread
From: Christopher Faylor @ 2001-12-17  8:14 UTC (permalink / raw)
  To: cygwin

On Mon, Dec 17, 2001 at 11:43:46AM +0100, Sverker Mellhage wrote:
>gcc  -DIN_GCC     -g -O2  -DHAVE_CONFIG_H  -o genattr \
> genattr.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo
>obstack.o ;
>; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac
>`  ` ca
>se "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -ladvapi32
>./genattr ./config/i386/i386.md > tmp-attr.h
>.  At file position: 155ound character
>Following characters are:
>
>;; This file is part of GNU CC.
>
>;; GNU CC is free software; you can redistribute it and/or modify
>;; it under the terms of the GNU General Public License as published by
>;; the Free Software FouAborting.
>genattr: Internal compiler error in `dump_and_abort', at rtl.c:539
>Please submit a full bug report.
>See <URL:http://egcs.cygnus.com/faq.html#bugreport> for instructions.
          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

Was this unclear?

cgf

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* bug
@ 2001-12-17  3:13 Sverker Mellhage
  2001-12-17  8:14 ` bug Christopher Faylor
  0 siblings, 1 reply; 6+ messages in thread
From: Sverker Mellhage @ 2001-12-17  3:13 UTC (permalink / raw)
  To: cygwin

gcc  -DIN_GCC     -g -O2  -DHAVE_CONFIG_H  -o genattr \
 genattr.o rtl.o bitmap.o print-rtl.o ` case "obstack.o" in ?*) echo
obstack.o ;
; esac ` ` case "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac
`  ` ca
se "" in ?*) echo  ;; esac ` ` case "" in ?*) echo  ;; esac ` -ladvapi32
./genattr ./config/i386/i386.md > tmp-attr.h
.  At file position: 155ound character
Following characters are:

;; This file is part of GNU CC.

;; GNU CC is free software; you can redistribute it and/or modify
;; it under the terms of the GNU General Public License as published by
;; the Free Software FouAborting.
genattr: Internal compiler error in `dump_and_abort', at rtl.c:539
Please submit a full bug report.
See <URL:http://egcs.cygnus.com/faq.html#bugreport> for instructions.
make[1]: *** [s-attr] Error 33
make[1]: Leaving directory `/cygdrive/d/gcc-2.95/gcc'
make: *** [all-gcc] Error 2

Sverker Mellhage
sverker.mellhage@egs.ericsson.se


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* BUG
@ 2001-11-11  8:26 Phil Hayward
  0 siblings, 0 replies; 6+ messages in thread
From: Phil Hayward @ 2001-11-11  8:26 UTC (permalink / raw)
  To: cygwin


The link that says "Install cygwin now" downloads a program which I can
run ok, 
this then (on entering our proxy server details) asks for a user name
and password - 
since I don't have a password set the ok button/next button is
unavailable to be pressed. 


Regards,

Phil





--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/

^ permalink raw reply	[flat|nested] 6+ messages in thread

* BUG
@ 1997-04-21  1:26 Jean-Philippe Chancelier
  0 siblings, 0 replies; 6+ messages in thread
From: Jean-Philippe Chancelier @ 1997-04-21  1:26 UTC (permalink / raw)
  To: gnu-win32

Hello,
I'm using b17.1 on windows95 
A little Bug report :
	I've a program which checks the type of stdin 
	using isatty(fileno(stdin)) 
	(it works differently if stdin is a tty or not )
	Everything works fine when the program is started at bash level 
	bash$ test or test < file 
	but when I use gdb to start my program 
	(gdb) run test < file 
	then the program runs as if stdin was not a file 
	( it works with gdb on sun-solaris ) 
	
Jean-Philippe Chancelier 

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2021-07-21 20:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-07-21 20:44 bug Forrest Jablonski
2021-07-21 20:47 ` bug cygwinautoreply
  -- strict thread matches above, loose matches on Subject: below --
2001-12-17  3:13 bug Sverker Mellhage
2001-12-17  8:14 ` bug Christopher Faylor
2001-11-11  8:26 BUG Phil Hayward
1997-04-21  1:26 BUG Jean-Philippe Chancelier

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).