setup.exe path problem

2002-03-26 Thread Eckhard Malcherek
Hi, the new setup.exe (2.194.2.17) doesn't use an existing local download directory structure, but creates a new directory called like the mirror host. Is this a new feature or a bug? old structure: cygwin - contrib - latest new structure after download: cygwin - contrib - latest - http%3a%2f%2

RE: setup.exe path problem

2002-03-26 Thread Robert Collins
> -Original Message- > From: Eckhard Malcherek [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 26, 2002 7:27 PM > To: [EMAIL PROTECTED] > Subject: setup.exe path problem > > > Hi, > > the new setup.exe (2.194.2.17) doesn't use an existing local > download directory structure, but

AW: STATUS_ACCESS_VIOLATION, but not on build machine

2002-03-26 Thread Kandziora Jan
Christopher wrote > >>I've got the same problem with a self-engineered program here. For -Snip- >>use Cygwin 1.3.9 now, but I had the problem with 1.3.2 and 1.3.4 also. > > Lets go back to first principals here. When you see a bug you suspect > that there is a bug in the program. To deb

Hard links broken in setup 2.194.2.x

2002-03-26 Thread tvoverbe
This should go to cygwin-apps, but I am not allowed to post there, so I do it here. The reported problem in http://cygwin.com/ml/cygwin-apps/2002-03/msg00251.html is really messing up all package installs which use hard links. Gcc and perl and John Marshall's prc-tools are examples. I starte

input stream segment fault with gcc 3.1 fixed

2002-03-26 Thread Dylan Cuthbert
Just to let the people know on this list, that this problem is fixed in the latest snapshot of gcc (2002/03/25) in the "gcc-3_1-branch" branch. I just managed to compile my entire project using 3.1 and it is working without a hitch now. Someone on the [EMAIL PROTECTED] mailing list owned up and

RE: Hard links broken in setup 2.194.2.x

2002-03-26 Thread Robert Collins
> -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, March 26, 2002 9:05 PM > To: [EMAIL PROTECTED] > Cc: Robert Collins; [EMAIL PROTECTED] > Subject: Hard links broken in setup 2.194.2.x > > > This should go to cygwin-apps, but I am not allowed t

RE: [PATCH] setup.exe: mkdir.cc. was: setup.exe crash

2002-03-26 Thread Robert Collins
Pavel, care to supply a changelog? Thanks for tracking this down too. Rob -- 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/

[ANNOUNCEMENT] Fixed setup.exe - handles hardlinks

2002-03-26 Thread Robert Collins
A new setup.exe (version 2.194.2.21) has been uploaded to http://www.ccygwin.com/setup.exe. This version includes: * Handles hardlinks correctly. * Should work ok with large fonts. (Thanks Ton van Overbook). * Won't crash trying to create a non-existant drive. (Thanks Pavel). Please send Feedba

RE: Fixed setup.exe -TYPO ALERT

2002-03-26 Thread Michael Kairys
--> www.ccygwin.com <-- > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]] On Behalf Of Robert Collins > Sent: Tuesday, March 26, 2002 6:46 AM > To: [EMAIL PROTECTED] > Subject: Fixed setup.exe - handles hardlinks > > > A new setup.exe (version 2.194.2.21) has

Re: cygwin1.dll bug in ftime

2002-03-26 Thread Wu Yongwei
Glibc is at least an important implementation. Don't we need compatibility? Note that my quotation says about "the GNU operating system", and even at that time gettimeofday should return -1 and set errno. Cygwin does not do it. I wrote the patch. I argue for its legitimacy. In fact, it is scroll

sshd authenticatio nnot working

2002-03-26 Thread RJ45
Hello, I have the very latest cygwin release. When I try to connect to my w2k pc form outside using ssh the authentication fails. I started sshd -d in debug mode and the error seems to be a wrong password. I Tryed to enter as user Administrator, the password I am sure it's correct so I Can't exp

Re: cygwin1.dll bug in ftime

2002-03-26 Thread Christopher Faylor
On Tue, Mar 26, 2002 at 09:41:11PM +0800, Wu Yongwei wrote: >Glibc is at least an important implementation. Don't we need compatibility? No. Why are you asking this question again? Didn't you actually quote the linux man page which says not to use the second argument in gettimeofday? "The

gcc & MSVC++

2002-03-26 Thread Eleni Ryan
I want to compile using gcc to make use of 'configure', 'make', and 'make install'. I then want to link to it from within MSVC++. Is this possible? Can I simply link to the *.a file from MSVC++? Being new to makefiles & gcc, I'm also uncertain when & where I should be using --win32 and -mwindow

Re: Strange behavior of MSVC's printf under cygwin shell?

2002-03-26 Thread Michael Teske
On Tuesday 26 March 2002 09:04, Pietro Toniolo wrote: > Nay, I campiled the proposed program (every package on my side is in the > "Last" status) and, with -no-cygwin, I do have an unbuffered stdout. You mean buffered? > Is it an "undefined behavior" of the c compiler? > But why a different defa

setup 2.194.2.21: Questions about the "per-mirror directories" feature

2002-03-26 Thread Alexei Lioubimov
Hello, I have few questions about the new per-mirror approach of setup: 1) What are the advantages, how to make use of them? 2) Is it possible to delete old versions (downloaded by old setup) of the already updated (by new setup) packages? (I mean, that old versions are still in .../latest & ...

RE: setup 2.194.2.21: Questions about the "per-mirror directories" feature

2002-03-26 Thread Robert Collins
> -Original Message- > From: Alexei Lioubimov [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 27, 2002 2:29 AM > To: [EMAIL PROTECTED] > Subject: setup 2.194.2.21: Questions about the "per-mirror > directories" feature > > > Hello, > I have few questions about the new per-mirror

Re: Programs fail to recognize paths.

2002-03-26 Thread Michael Labhard
> Well the cvs you use has to be compiled with cygwin, sounds like it is > not, try to ask it to look in c:/cygwin/usr/local/cvs-repository or > with dos-ish backslashes.. > > /Andy Thanks for the response. As indicated, the CVS sources were downloaded and built/installed from CygWin.

Re: Strange behavior of MSVC's printf under cygwin shell?

2002-03-26 Thread Wirawan Purwanto
Well, finally I figured out why the printf text is not displayed right away. You need to turn off the "tty" switch in CYGWIN enviroment variable: set CYGWIN=notty (under DOS prompt, or in autoexec.bat), before starting the bash. Wirawan -- Unsubscribe info: http://cygwin.com/ml/#unsubscri

Re: GLUI/GLUT setup...

2002-03-26 Thread Andre Bleau
>Hey, does anyone know a good link for setting up GLUI and GLUT with cygwin? GLUI and GLUT are already part of the OpenGL package for Cygwin. Just install it. >I"m having some path problems...probably related to my makefile. > Please read /usr/doc/opengl-1.1.0/README.txt If you still have pro

RE: GLUI/GLUT setup

2002-03-26 Thread Jean-Marc Nuzillard
Hi, >Hey, does anyone know a good link for setting up GLUI and GLUT with cygwin? >I"m having some path problems...probably related to my makefile. >If anyone knows something about setting this up, I'd love to hear from you. >Thanks, Matt In my Makefile I use LIBS = -lglut32 -lglu32 -lopeng

Re: cygprce.dll missing from one of my friends postgreSQL-installation?

2002-03-26 Thread Christopher Faylor
On Tue, Mar 26, 2002 at 11:05:30AM +0200, [EMAIL PROTECTED] wrote: >is there any fast method for checking which package contains dll which is >missing from the cygwin-installation? Wrong mailing list (redirected) but to answer your question, go to http://cygwin.com/ and click on "setup.exe Packag

.bashrc not getting sourced?

2002-03-26 Thread Roland Glenn McIntosh
I just did a recent brand new install yesterday and I noticed that /etc/profile no longer contains a line like: test -f ./.bashrc && . ./.bashrc It took me a second to figure out why .bashrc wasn't getting read (I thought it happened automatically by the shell) until I compared it to a

Re: .bashrc not getting sourced?

2002-03-26 Thread Randall R Schulz
Roland, My /etc/profile contains exactly the line you quote. It is the last line of that file, immediately following a "cd $HOME" command. This file bears the modification date May 10, 2001. It may be a coincidence, but that's right when I installed Cygwin for the first time on what was then a

Re: .bashrc not getting sourced?

2002-03-26 Thread Peter Buckley
IIRC, if you check the archives, you should find that the behavior of sourcing the .bashrc file in /etc/profile was discontinued in later cygwin releases. The fact that you have it from over a year ago is probably because the cygwin install does not overwrite files that have been modified or e

Re: .bashrc not getting sourced?

2002-03-26 Thread Roland Glenn McIntosh
I searched the archives and found a note from Larry suggesting that I review the archives for 12-03-2001. I did this for all of Nov, Dec, and Jan and did not find at least two mentions of the problem as he suggested. My question is pretty simple: is editing the /etc/profile the recommended wa

Re: .bashrc not getting sourced?

2002-03-26 Thread David Means
I believe that .bash_login, .bash_profile or .profile is the file you're wanting to use in this instance. man bash { snip } When an interactive shell that is not a login shell is started, bash reads and executes commands from ~/.bashrc, if that file exists. This may be inh

Re: .bashrc not getting sourced?

2002-03-26 Thread Larry Hall (RFK Partners, Inc)
Wow. That was allot of discussion and conjecture on this topic. Did anyone think of looking at the GNU bash documentation before posting? http://www.lns.cornell.edu/public/COMP/info/bash/bashref_7.html#SEC65 Seems to me this answers the question quite well about where this kind of check is

Compiling cygwin

2002-03-26 Thread William Hubbard
I have installed the cygwin environment and source code and I want to compile cygwin1.dll so I can instrument the code to troubleshoot a problem I am having (which I believe is related to the com routines in cygwin). I am not very familiar with this environment. How do I compile the DLL? I'm

Re: Compiling cygwin

2002-03-26 Thread Peter Buckley
I actually asked this same question 29 October 2001. If you use google to search the cygwin.com website (enter "compiling cygwin1.dll site:cygwin.com" into google's search term box), the first three messages are from the thread that answered this question for me. You'll even see my name on one

Recompile cygwin

2002-03-26 Thread William Hubbard
I am trying to make the cygwin dll (following various directions I have unearthed), but I get the following output from make: make[1]: Entering directory `/usr/src/cygwin-1.3.10-1/winsup/build/w32api' make[1]: *** No rule to make target `all'. Stop. make[1]: Leaving directory `/usr/src/cygwin-1

Re: "Nothing needed to be installed" setup problem

2002-03-26 Thread Phil Mitchell
> >Is the setup.ini from the CDROM as well? A newer setup.ini will probably >refer to the wrong versions of most of the packages. Ah, that explains it... actually, I don't have setup.ini at all! I just don't install cygwin often enough to remember these things. But no, I don't have the old on

Re: Compiling cygwin

2002-03-26 Thread Gerrit P. Haase
Hallo Peter, Am 2002-03-26 um 20:58 schriebst du: > I actually asked this same question 29 October 2001. If you use google > to search the cygwin.com website (enter "compiling cygwin1.dll > site:cygwin.com" into google's search term box), the first three > messages are from the thread that an

Re: Recompile cygwin

2002-03-26 Thread Larry Hall (RFK Partners, Inc)
At 03:32 PM 3/26/2002, William Hubbard wrote: >I am trying to make the cygwin dll (following various directions I have unearthed), >but I get the following output from make: > >make[1]: Entering directory `/usr/src/cygwin-1.3.10-1/winsup/build/w32api' >make[1]: *** No rule to make target `all'.

missing DLL: CYGREADLINE5.DLL

2002-03-26 Thread Leonardo Lagos
Hi, Everytime I try to run "ncftp" I got a dialog with the following message: A required .DLL file, CYGREADLINE5.DLL, was not found. AND in the command line a "Permission denied" message... llagos@LLAGOS ~ $ ncftp BASH: /usr/bin/ncftp: Permission denied llagos@LLAGOS ~ $ I always update all

bash failed to initialize on telnet/rsh/rlogin server

2002-03-26 Thread Polley Christopher W
I'm trying to get inetd set up for telnet/rsh/rlogin on my machine and have everything going up to the point that after login.exe gives the motd to the telnet client, a dialog window pops up on the server titled "bash.exe - Application Error" and says "The application failed to initialize properly

Re: setup 2.194.2.21: Questions about the "per-mirror directories" feature

2002-03-26 Thread Michael A Chase
From: "Alexei Lioubimov" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, March 26, 2002 07:29 Subject: setup 2.194.2.21: Questions about the "per-mirror directories" feature > 2) Is it possible to delete old versions (downloaded by old setup) of the > already updated (by new setup) pa

Re: missing DLL: CYGREADLINE5.DLL

2002-03-26 Thread Larry Hall (RFK Partners, Inc)
At 04:49 PM 3/26/2002, Leonardo Lagos wrote: >Hi, > >Everytime I try to run "ncftp" I got a dialog with the following message: > >A required .DLL file, CYGREADLINE5.DLL, was not found. > >AND in the command line a "Permission denied" message... > >llagos@LLAGOS ~ >$ ncftp >BASH: /usr/bin/ncftp: Pe

Timestamp Dec 31 1969 problem with OpenAFS

2002-03-26 Thread Jae-Hwan Chang
I am running cygwin(1-3-10, latest release) on Win98 SE and OpenAFS 1.2.2b for Win9x. The timestamps of many files are reported as "Dec 31 1969" instead of the correct date. This happens only under cygwin. Under the DOS prompt the dates show correctly. Example: ?rw-r--r-- 0 0 0810 Dec 31

Re: .bashrc not getting sourced?

2002-03-26 Thread Gary R Van Sickle
> My question is pretty simple: is editing the /etc/profile the > recommended way to get my ~/.bashrc file sourced? I say: no. > And if not, > what is. > > It should be noted that I found a message by Gary R. Van Sickle > suggesting that .bash_profile might be a better way to do things, > but

Re: Timestamp Dec 31 1969 problem with OpenAFS

2002-03-26 Thread Larry Hall (RFK Partners, Inc)
At 02:41 PM 3/26/2002, Jae-Hwan Chang wrote: >I am running cygwin(1-3-10, latest release) on Win98 SE and OpenAFS 1.2.2b >for Win9x. >The timestamps of many files are reported as "Dec 31 1969" instead of >the correct date. >This happens only under cygwin. Under the DOS prompt the dates show >corr

RE: cygwin1.dll bug in ftime

2002-03-26 Thread Heribert Dahms
Hi, what seems to confuse everybody here on the list: You want ENOSYS for compatibility reasons, but still timezone information, two mutually exclusive things? Bye, Heribert ([EMAIL PROTECTED]) > -Original Message- > From: Wu Yongwei [SMTP:[EMAIL PROTECTED]] > Sent: Tuesday, March 26, 2

RE: cygwin1.dll bug in ftime

2002-03-26 Thread Heribert Dahms
Hi, the serious misunderstanding is that something being standard conformant doesn't mean it is much usable. Prime example is original MS Posix subsystem: Just enough fulfilling the requirements for selling to US government, but not usable for writing anything more complex than cat, or else whole

Re: missing DLL: CYGREADLINE5.DLL

2002-03-26 Thread Leonardo Lagos
Hi Larry, thanks for the pointer... I reinstalled libreadline5 and readline5, and that did the trick... Leo - Original Message - From: "Larry Hall (RFK Partners, Inc)" <[EMAIL PROTECTED]> To: "Leonardo Lagos" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Tuesday, March 26, 2002 6:08 PM

Unresolved Symbols in g77 objects

2002-03-26 Thread Liu, Wei
I compiled some fortran files using g77. The compiling flags I used are: -fugly-init -ff77 -fugly-complex -ftypeless-boz -fugly-assumed \ -fno-silent -fugly-args -fugly-comma -fintrin-case-any \ -fmatch-case-any -fno-f2c -w \ -fno-underscoring -fno-globals -g -I4 -c T

Re: cygwin1.dll bug in ftime

2002-03-26 Thread Wu Yongwei
Sorry, Christopher, but I thought I needed to answer others' questions and clear myself. Because I need to copy and paste the content of your messages to my reply (I don't want the garbage produced by Lotus Notes to interfere), I can hardly write just below the original message and maybe the corre

cygwin telnet to linux/emacs

2002-03-26 Thread Christopher Glaeser
Is there a FAQ or a posting on how to telnet from cygwin to linux such that editing with emacs on the linux system will work correctly? TIA. Best, Christopher -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation

Debugging cygwin

2002-03-26 Thread William Hubbard
Can someone point me to a how-to, or provide the steps, for getting set up so that I can debug cygwin1.dll? I want to instrument the com routines to help zero in on a problem I am having with connecting gdb to a simulation environment via a virtual serial port (to determine if it is cygwin or

Space in username error; stomped newbie

2002-03-26 Thread Rincewind
Hi! I'm sorry for wasting bandwith with a stupid question, but seraching the archives and looking through the FAQ haven't helped me. My login name in Win XP have a space in it wich is no good so I want to force CygWin to use another account that doesn't ahve that problem. I know I'm supposed to e

RE: Debugging cygwin

2002-03-26 Thread Polley Christopher W
Bill, The debug_printf statements get printed when you run your program under strace. (see http://cygwin.com/faq/faq.html#TOC111 ) Also, here are some excellent tips that cgf has given on strace and debugging cygwin1.dll: http://www.cygwin.com/ml/cygwin/2000-11/msg01469.html (BTW, "google is yo

Re: Debugging cygwin

2002-03-26 Thread Christopher Faylor
On Tue, Mar 26, 2002 at 09:35:33PM -0600, Polley Christopher W wrote: >The debug_printf statements get printed when you run your program under >strace. (see http://cygwin.com/faq/faq.html#TOC111 ) Also, here are some >excellent tips that cgf has given on strace and debugging cygwin1.dll: >http://

RE: setup.exe path problem

2002-03-26 Thread Gaethofs, Danny
Robert, How does it use the local directory structure. To me it seems not to be the case. It creates contrib and latest directory under the mirror directory. I presume I am not quite understanding what you mean with local. I am a newbie, just started using cygwin a few weeks ago and I am trying t

RE: setup.exe path problem

2002-03-26 Thread Robert Collins
> -Original Message- > From: Gaethofs, Danny [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, March 27, 2002 6:58 PM > To: [EMAIL PROTECTED] > Subject: RE: setup.exe path problem > > > Robert, > > How does it use the local directory structure. To me it seems > not to be the case. It cr

setup.exe problem

2002-03-26 Thread Jonas Eriksson
Hi! When I try to install Cygwin with the latest setup.exe (2.194.2.21) it hangs after I have selected a mirror server to download from. It manages to download setup.ini but them immediately comes up with the message "This space intentionally left blank" and continues to eat up all cpu cycles

Re: cygwin telnet to linux/emacs

2002-03-26 Thread Andrew Markebo
/ "Christopher Glaeser" <[EMAIL PROTECTED]> wrote: | Is there a FAQ or a posting on how to telnet from cygwin to linux such that | editing with emacs on the linux system will work correctly? TIA. I think there is a faq, check for TERM (environment variabl) in the faq, meanwhile set it to vt100 o