Re: startup problem // no longer works // profile not called

2004-10-25 Thread Alex Vinokur
"Igor Pechtchanski" wrote in message news:[EMAIL PROTECTED] > On Mon, 25 Oct 2004, Alex Vinokur wrote: > > > "Igor Pechtchanski" wrote in message news:[EMAIL PROTECTED] > > > On Mon, 25 Oct 2004, Alex Vinokur wrote: > > > > > > > "Igor Pechtchanski" wrote: > > > > [snip] > > > > > 'mount' command,

Re: Profile not called

2004-10-25 Thread Alex Vinokur
"Larry Hall" wrote in message news:[EMAIL PROTECTED] [snip] > So you mean that when you ran 'setup.exe' and got to the page titled > "Cygwin Setup - Choose Installation Directory", your "Root Directory" > read as 'C:\Cygwin\bin' and you did not change that to > 'C:\cygwin_etc\_download\001'? [snip

Re: Profile not called

2004-10-25 Thread Alex Vinokur
"Dave Korn" wrote in message news:[EMAIL PROTECTED] [snip] > Have you previously installed "For all users" and now you're trying to install "Just > for > me", or perhaps vice-versa? [snip] Where does one do that: "For all users" or "Just for me"? -- Alex Vinokur email: alex DOT vinokur A

[ANNOUNCEMENT] New Package: diffstat-1.34-1

2004-10-25 Thread Eric Blake
The following package has recently been added to the Cygwin distribution: diffstat-1.34-1: Reads the output of diff and displays a histogram of the insertions, deletions, and modifications per-file. It is useful for reviewing large, complex patch files. To update your installation, click on th

g77 executable with largish array fails

2004-10-25 Thread Billinghurst, David \(CALCRTS\)
The following test case is distilled from the LAPACK timing test cases. These used to work on some previous versions of cygwin/g77, but now fail. The reduced test case is integer n parameter( n = 39*1024*1024 ) ! 38*1024*1024 is OK reala(n) end When compiled with c

Re: SDL on Cygwin

2004-10-25 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Reini Urban wrote: | hmm, google was not deep enough. | maybe it will need better google links and a better index page. | http://cygwin-ports.sourceforge.net/install/release/SDL/ I haven't really spent any effort on the webpage; I would like to have s

Re: Cygwin finally croaked

2004-10-25 Thread Larry Hall
At 08:17 PM 10/25/2004, you wrote: >"Larry Hall" >> >> OK, well if you actually changed absolutely *nothing* relative to Cygwin >> then your problem lies elsewhere. As for your 'cygwin.bat' file, that's >> fine. It works fine for me with minor edits to make it conform to my >> environment.

Re: Cygwin finally croaked

2004-10-25 Thread George Hester
"Larry Hall" > At 07:59 PM 10/24/2004, you wrote: > >"Larry Hall" <[EMAIL PROTECTED]> wrote in message > > > Again, . > > > > >news:[EMAIL PROTECTED] > >> At 06:02 PM 10/24/2004, you wrote: > >> >"Larry Hall" <[EMAIL PROTECTED]> wrote in message >

localeconv problems

2004-10-25 Thread Sam Steingold
1. struct lconv lacks the following slots: int_p_cs_precedes int_n_cs_precedes int_p_sep_by_space int_n_sep_by_space int_p_sign_posn int_n_sign_posn 2. the missing

Re: startup problem // no longer works // profile not called

2004-10-25 Thread Andrew DeFaria
Alex Vinokur wrote: "David Baron" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] All of these posters are complaining about the same thing. Not at all a bad idea to read the bash man page, the helps, everything. bash-2.05b$ man bash Warning: cannot open configuration file /usr/share/

Re: cygutils cygstart eats program arguments

2004-10-25 Thread Robert Schmidt
Mark Paulus wrote: Have you tried using a -- to indicate end of arguments to cygstart: cygstart -- tail --version Thanks! No, I hadn't, and that works great. I still find the usage syntax to be misleading though: Usage: cygstart [OPTION]... FILE [ARGUMENTS] What are ARGUMENTS if not to be passed t

Re: .bashrc not called for non-interactive ssh sessions

2004-10-25 Thread Philip Nemec
What kind of script hacks did you do differently from the environment stuff mentioned by Pekka? And although I appreciate hearing about workarounds, if this is really a bug, let us work on actually fixing it! On Fri, 22 Oct 2004 01:28:20 + (UTC), Christopher Cobb <[EMAIL PROTECTED]> wrote: >

Re: [ANNOUNCEMENT] New Package: email-2.3.0-2

2004-10-25 Thread Stephen Powell
"Ross Smith II" <[EMAIL PROTECTED]> writes: > The following package has recently been added to the Cygwin distribution: > > email-2.3.0-2: Summary: The path to the fortune program is "/usr/bin/fortune", email thinks it is "/usr/games/fortune". Detail: I put "%f" in "/etc/email/email.sig" to

Re: cygutils cygstart eats program arguments

2004-10-25 Thread Mark Paulus
Have you tried using a -- to indicate end of arguments to cygstart: cygstart -- tail --version On Mon, 25 Oct 2004 20:50:05 +0200, Robert Schmidt wrote: >Hi! >I'd like to use cygstart to launch a couple of log windows to monitor >server activity, much like the Windows START command. However,

cygutils cygstart eats program arguments

2004-10-25 Thread Robert Schmidt
Hi! I'd like to use cygstart to launch a couple of log windows to monitor server activity, much like the Windows START command. However, cygstart eats *all* the arguments, not only the ones before the executable. Is there something I've missed? The usage suggests otherwise: Usage: cygstart [O

Re: bash/sh program interpreter problems...

2004-10-25 Thread Robert Schmidt
Reini Urban wrote: Robert Schmidt schrieb: I have the following two programs in /usr/local/bin: --- test.btm #!/usr/local/bin/testint.sh echo hello from test.btm naming a shell script .btm is not a good idea, since .btm files are usually 4NT batch files. This is exactly what I'm doing. I want to

Re: startup problem // no longer works // profile not called

2004-10-25 Thread Igor Pechtchanski
On Mon, 25 Oct 2004, Alex Vinokur wrote: > "Igor Pechtchanski" wrote in message news:[EMAIL PROTECTED] > > On Mon, 25 Oct 2004, Alex Vinokur wrote: > > > > > "Igor Pechtchanski" wrote: > > > [snip] > > > > 'mount' command, you can do something like > > > > > > > > mount -fst c:/cygwin / > > > > mo

Cygwin setup 2.427 on Win2K

2004-10-25 Thread Bob Smart
I'm trying to run the Cygwin installer on W2K/SP4 (local install) and it lets me get as far as the screen where I select the packages I want...but the NEXT button is inactive, so I can't actually complete anything. All I can do at that point is CANCEL. The system appears to be running Norton In

Re: SDL on Cygwin

2004-10-25 Thread Reini Urban
Yaakov Selkowitz schrieb: -BEGIN PGP SIGNED MESSAGE- Reini Urban wrote: | I'll try to make a package out of it. | I didn't get it to work with the MS DX90SDK, because this conflicts | with our w32api - with mingw it works fine. | But with the directx-devel package it works fine. | Just

Re: Profile not called

2004-10-25 Thread Larry Hall
At 12:25 PM 10/25/2004, you wrote: >"Larry Hall" wrote in message news:[EMAIL PROTECTED] >> At 12:03 PM 10/25/2004, you wrote: >> >> >"Larry Hall" wrote in message news:[EMAIL PROTECTED] >> >[snip] >> >> And how would you check to find out where 'kpsexpand' came from? Visit >> >>

RE: Profile not called

2004-10-25 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Alex Vinokur > Sent: 25 October 2004 17:25 > > Well, it looks like your mounts are wrong again. They now > all point to > > 'C:\cygwin_etc\_download\001' while your path points to > 'C:\cygwin\bin'. > > Perhaps during the reinstall

Re: Profile not called

2004-10-25 Thread Alex Vinokur
"Larry Hall" wrote in message news:[EMAIL PROTECTED] > At 12:03 PM 10/25/2004, you wrote: > > >"Larry Hall" wrote in message news:[EMAIL PROTECTED] > >[snip] > >> And how would you check to find out where 'kpsexpand' came from? Visit > >> , enter 'kpsexpand', and pres

Re: startup problem // no longer works // profile not called

2004-10-25 Thread Reini Urban
Igor Pechtchanski schrieb: On Mon, 25 Oct 2004, Alex Vinokur wrote: "Igor Pechtchanski" wrote: [snip] 'mount' command, you can do something like mount -fst c:/cygwin / mount -fst c:/cygwin/bin /usr/bin mount -fst c:/cygwin/lib /usr/lib [snip] There is some progress. Thanks. After that I have all m

RE: startup problem // no longer works // profile not called

2004-10-25 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Alex Vinokur > Sent: 25 October 2004 14:50 > "Igor Pechtchanski" wrote in message > news:[EMAIL PROTECTED] > [snip] > > 'mount' command, you can do something like > > > > mount -fst c:/cygwin / > > mount -fst c:/cygwin/bin /usr/bin >

Re: Profile not called

2004-10-25 Thread Larry Hall
At 12:03 PM 10/25/2004, you wrote: >"Larry Hall" wrote in message news:[EMAIL PROTECTED] >[snip] >> And how would you check to find out where 'kpsexpand' came from? Visit >> , enter 'kpsexpand', and press enter. Presto! >> You now know that 'kpsexpand' comes from the

Re: startup problem // no longer works // profile not called

2004-10-25 Thread Alex Vinokur
"Igor Pechtchanski" wrote in message news:[EMAIL PROTECTED] > On Mon, 25 Oct 2004, Alex Vinokur wrote: > > > "Igor Pechtchanski" wrote: > > [snip] > > > 'mount' command, you can do something like > > > > > > mount -fst c:/cygwin / > > > mount -fst c:/cygwin/bin /usr/bin > > > mount -fst c:/cygwin/

Re: resolv.h test proposal

2004-10-25 Thread Reini Urban
Gerrit P. Haase schrieb: Thread context: http://cygwin.com/ml/cygwin/2004-10/msg0.html Stepan schrieb: Hello Reini, On Mon, Oct 25, 2004 at 02:49:51PM +0200, Reini Urban wrote: So I take the liberty to forward it to the bug report address. Many thanks for doing this for us. nothing to be real

Re: SDL on Cygwin

2004-10-25 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Reini Urban wrote: | I'll try to make a package out of it. | I didn't get it to work with the MS DX90SDK, because this conflicts | with our w32api - with mingw it works fine. | But with the directx-devel package it works fine. | Just autoreconf and

Re: startup problem // no longer works // profile not called

2004-10-25 Thread Igor Pechtchanski
On Mon, 25 Oct 2004, Alex Vinokur wrote: > "Igor Pechtchanski" wrote: > [snip] > > 'mount' command, you can do something like > > > > mount -fst c:/cygwin / > > mount -fst c:/cygwin/bin /usr/bin > > mount -fst c:/cygwin/lib /usr/lib > > > [snip] > > There is some progress. > Thanks. > > After that

Re: Avail for test: libtool-devel-1.9f_20041024-1, libltdl6-1.9f_20041024-1

2004-10-25 Thread Reini Urban
Peter Ekberg schrieb: Reini Urban wrote: Peter Ekberg schrieb: I have one problem with libtool 1.9d, that I suspect is still present in 1.9f. If I specify -lpthread when linking, libtool searches for a real file matching -lpthread, like this: *** Warning: linker path does not have real file for lib

Re: Avail for test: libtool-devel-1.9f_20041024-1, libltdl6-1.9f_20041024-1

2004-10-25 Thread Gerrit P. Haase
Peter wrote: > Reini Urban wrote: >> Peter Ekberg schrieb: >>> I have one problem with libtool 1.9d, that I suspect is still present >>> in 1.9f. If I specify -lpthread when linking, libtool searches for a [...] > I have this in the generated libtool script: > --8< > # Me

Re: resolv.h test proposal

2004-10-25 Thread Gerrit P. Haase
Thread context: http://cygwin.com/ml/cygwin/2004-10/msg0.html Stepan schrieb: > Hello Reini, > On Mon, Oct 25, 2004 at 02:49:51PM +0200, Reini Urban wrote: >> >So I take the liberty to forward it to the bug report address. >> >> Many thanks for doing this for us. > nothing to be really gra

Re: Issues with read and loop in bash

2004-10-25 Thread Igor Pechtchanski
On Mon, 25 Oct 2004, Axel Dreher wrote: > Hello @all, > > I`m new to this group, so please apologize if my posting does not > conform to formal restrictions. ;-) > > In addition, my english is quite poor, so please apologize this too. ;-) > > Well, I have following problem. I searched this already

RE: Avail for test: libtool-devel-1.9f_20041024-1, libltdl6-1.9f_20041024-1

2004-10-25 Thread Peter Ekberg
Reini Urban wrote: > Peter Ekberg schrieb: >> I have one problem with libtool 1.9d, that I suspect is still present >> in 1.9f. If I specify -lpthread when linking, libtool searches for a >> real file matching -lpthread, like this: >> >> *** Warning: linker path does not have real file for library

Setup failure

2004-10-25 Thread Arthur Schwarz
I normally download Cygwin/Setup from work, a broadband connection, and migrate the downloaded files to home, a 56k connection. When I'm at home, I select the files to install. Sometimes I select files which I have not brought home (an operator error). Lately, Setup crashes when it can't find a

Re: bash/sh program interpreter problems...

2004-10-25 Thread Reini Urban
Robert Schmidt schrieb: I have the following two programs in /usr/local/bin: --- test.btm #!/usr/local/bin/testint.sh echo hello from test.btm naming a shell script .btm is not a good idea, since .btm files are usually 4NT batch files. same for .h files. windows has some internal registry key whic

Re: Setting Enviroment Variables

2004-10-25 Thread Christopher Faylor
On Mon, Oct 25, 2004 at 08:26:37AM -0400, Reid Thompson wrote: >Nemes wrote: >> --begin--reply--- >> Yeah Dave that would great thanks.. >> >> And it does seem to be running ok, I get no errors on >> starting cygwin, and the ones I do get are from starting >> x-windows, and from what I can gather,

Re: Avail for test: libtool-devel-1.9f_20041024-1, libltdl6-1.9f_20041024-1

2004-10-25 Thread Reini Urban
Peter Ekberg schrieb: I have one problem with libtool 1.9d, that I suspect is still present in 1.9f. If I specify -lpthread when linking, libtool searches for a real file matching -lpthread, like this: *** Warning: linker path does not have real file for library -lpthread. *** I have the capability

Re: SDL on Cygwin

2004-10-25 Thread Reini Urban
Yaakov Selkowitz schrieb: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 OK, I know we've been through this before, but there's now a new version of SDL (1.2.7), with a new development: it builds OOTB on Cygwin, all I had to do was reautotool. There are problems however: 1) when building on Cygwin,

Re: Cygwin finally croaked

2004-10-25 Thread Larry Hall
At 07:59 PM 10/24/2004, you wrote: >"Larry Hall" <[EMAIL PROTECTED]> wrote in message Again, . Don't feed the spammers. >news:[EMAIL PROTECTED] >> At 06:02 PM 10/24/2004, you wrote: >> >"Larry Hall" <[EMAIL PROTECTED]> wrote in message >> >>

Re: Profile not called

2004-10-25 Thread Larry Hall
At 10:00 AM 10/25/2004, you wrote: >"Larry Hall" wrote in message news:[EMAIL PROTECTED] >[snip] >> At 04:21 AM 10/25/2004, you wrote: >> I'll take your word for it but I still think you should heed Brian's advice. >> Looking at your cygcheck output, one can see that you have Cygwin executables >>

Re: Profile not called

2004-10-25 Thread Alex Vinokur
"Larry Hall" wrote in message news:[EMAIL PROTECTED] [snip] > At 04:21 AM 10/25/2004, you wrote: > I'll take your word for it but I still think you should heed Brian's advice. > Looking at your cygcheck output, one can see that you have Cygwin executables > like 'bash.exe', 'cat.exe', and 'gcc.exe

Re: Profile not called

2004-10-25 Thread Larry Hall
At 04:21 AM 10/25/2004, you wrote: >"Brian Dessent" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] Please pay attention to this. We don't want to feed the spammers. >> Alex Vinokur wrote: >> >> > HOME = `c:\Documents and Settings\Admin

RE: Avail for test: libtool-devel-1.9f_20041024-1, libltdl6-1.9f_20041024-1

2004-10-25 Thread Peter Ekberg
Chuck wrote: > New alpha versions of libtool available for test. This is > very close to > what libtool-2.0 will be. Please evaluate. > > NOTE: cygwin maintainers: do NOT release any updates of your packages > built using this version of libtool! Be sure to revert back to > "regular" libtool-de

Re: http://rateless.com/ GPL violation?

2004-10-25 Thread Doctor Bill
You misunderstand the GPL. The GPL does not grant you a right to the source code, it creates a responsibility for them to give your the source code. I know it sounds like the same thing, but it isn't. If you had a legal right to the source code, you could then sue them for a copy. But since ins

Re: Build/Linker question again (g++)

2004-10-25 Thread Judd
"Gerrit P. Haase" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Judd wrote: > > > The error I'm getting now is: > > > > /usr/lib/gcc-lib/i686-pc-cygwin/3.3.3/libgcc.a(_chkstk.o)(.text+0x0): > > multiple definition of `__alloca' > > > > /usr/lib/libcygwi

Re: w32api 3.1 causes mysterious multiple definition errors

2004-10-25 Thread Max Bowsher
Dave Korn wrote: -Original Message- From: cygwin-owner On Behalf Of Max Bowsher Sent: 25 October 2004 14:20 w32api is decorating the problem symbols with __declspec(dllimport). Fortunately, it is doing so in a #define-controllable manner. I will be committing a suitable workaround to setup

RE: w32api 3.1 causes mysterious multiple definition errors

2004-10-25 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Max Bowsher > Sent: 25 October 2004 14:20 > w32api is decorating the problem symbols with __declspec(dllimport). > Fortunately, it is doing so in a #define-controllable manner. > I will be committing a suitable workaround to setup > s

Re: startup problem // no longer works // profile not called

2004-10-25 Thread Igor Pechtchanski
On Mon, 25 Oct 2004, Alex Vinokur wrote: > "Brian Dessent" dessentnet> wrote: . Thanks. > > Alex Vinokur wrote: > > > > > bash-2.05b$ man bash > > > Warning: cannot open configuration file /usr/share/misc/man.conf > > > No manual entry for bash > > > b

Re: w32api 3.1 causes mysterious multiple definition errors

2004-10-25 Thread Max Bowsher
Max Bowsher wrote: When compiling setup.exe, I get the following errors: /usr/lib/w32api/libadvapi32.a(dspes00177.o)(.text+0x0): multiple definition of [EMAIL PROTECTED]' autoload.o(.data+0x16b):autoload.c:83: first defined here /usr/lib/w32api/libadvapi32.a(dspes00026.o)(.text+0x0): multiple defin

Re: Error executing C Compiler "cc: installation problem, cannot exec 'as': No such file or directory"

2004-10-25 Thread Tim Prince
At 05:45 AM 10/25/2004, Naveen Chandra Kaje wrote: Hello, I get the following error message while compiling a .c file using gcc on Cygwin. $ cc ~/Desktop/test.c cc: installation problem, cannot exec 'as': No such file or directory Do you actually have cc linked to gcc? There shouldn't be any mes

RE: Error executing C Compiler "cc: installation problem, cannot exec 'as': No such file or directory"

2004-10-25 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Naveen Chandra Kaje > Sent: 25 October 2004 13:45 > Hello, > I get the following error message while compiling a .c file > using gcc on Cygwin. > > $ cc ~/Desktop/test.c > cc: installation problem, cannot exec 'as': No such file or

RE: question regarding, PATH

2004-10-25 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Nemes > Sent: 25 October 2004 13:17 > My questiopn is, if as I explained, I installed my cygwin at, > "D:\cygwin" how come, "$PATH" is showing stuff on, "C:\" as above - > and now, "D:\" > Or is it not a problem at all, and what, "$PA

RE: question regarding, PATH

2004-10-25 Thread Morche Matthias
I suggest to read the contents of the following link carefully, the answer is there: http://cygwin.com/faq/faq_toc.html#TOC31 regards, matthias > -Original Message- > Sent: Monday, October 25, 2004 2:17 PM > To: [EMAIL PROTECTED] > Subject: question regarding, PATH ... > However, if I

RE: w32api 3.1 causes mysterious multiple definition errors

2004-10-25 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Max Bowsher > Sent: 24 October 2004 21:56 > When compiling setup.exe, I get the following errors: > > /usr/lib/w32api/libadvapi32.a(dspes00177.o)(.text+0x0): > multiple definition of [EMAIL PROTECTED]' > autoload.o(.data+0x16b):autol

Re: resolv.h test proposal

2004-10-25 Thread Reini Urban
Stepan Kasal schrieb: Hello, the text below seems to relly be a bug report with a proposed fix. So I take the liberty to forward it to the bug report address. Many thanks for doing this for us. - Forwarded message from "Gerrit P. Haase" - Date: Mon, 25 Oct 2004 13:46:43 +0200 From: "Gerr

Error executing C Compiler "cc: installation problem, cannot exec 'as': No such file or directory"

2004-10-25 Thread Naveen Chandra Kaje
Hello, I get the following error message while compiling a .c file using gcc on Cygwin. $ cc ~/Desktop/test.c cc: installation problem, cannot exec 'as': No such file or directory $ gcc --version gcc (GCC) 3.4.1 (cygming special) Copyright (C) 2004 Free Software Foundation, Inc. This is free sof

RE: Setting Enviroment Variables

2004-10-25 Thread Reid Thompson
Nemes wrote: > --begin--reply--- > Yeah Dave that would great thanks.. > > And it does seem to be running ok, I get no errors on > starting cygwin, and the ones I do get are from starting > x-windows, and from what I can gather, are not to be worried > about, at least according to the docs availab

question regarding, PATH

2004-10-25 Thread Nemes
Hello all once again. As people may OR may not know, I am new to the lsit & cygwin. I have managed to install and get a running cygwin install going on my WinXP Pro sp2 install. And at present am just reading and learning baout how to setup cygwin properly for myself and then start to learn howt

resolv.h test proposal

2004-10-25 Thread Stepan Kasal
Hello, the text below seems to relly be a bug report with a proposed fix. So I take the liberty to forward it to the bug report address. Regards, Stepan Kasal - Forwarded message from "Gerrit P. Haase" - Date: Mon, 25 Oct 2004 13:46:43 +0200 From: "Gerrit P. Haase" <[EMAIL PRO

cygwin_attach_handle_to_fd and SOCKET.

2004-10-25 Thread Christophe LEITIENNE
I'm using cygwin_attach_handle_to_fd to attach a windows SOCKET to a cygwin file descriptor. I do it this way: fd = cygwin_attach_handle_to_fd("/dev/tcp", -1, WindowsSocketHandle, TRUE, GENERIC_READ|GENERIC_WRITE); This call works well under Cygwin 1.3.13, and calls to recv(fd,...) or send(fd,...)

Re: [bugreport] resolv.h test fails (was: Re: minires-devel-0.97-1: resolv.h fails)

2004-10-25 Thread Gerrit P. Haase
Gerrit wrote: > Pierre A. Humblet wrote: >> At 01:03 PM 10/18/2004 +0200, Corinna Vinschen wrote: >> >>>On Oct 18 03:28, Reini Urban wrote: >>> minires-devel-0.97-1: #include fails suddenly. Apparently /usr/include/resolv.h misses the definition for sockaddr_in, which is

[ANNOUNCEMENT] Updated: clamav-0.80-1

2004-10-25 Thread Reini Urban
I have updated the version of clamav on cygwin.com to 0.80-1. This has now a shared version of the library and several updates. Clam AntiVirus - GPL anti-virus toolkit This distribution was built without the Windows UI. You might want to use clamavwin (python wxWindows) instead. See /usr/share/doc

[ANNOUNCEMENT] Updated: openldap-2.2.17-2/libopenldap2_2_7-2.2.17-2/openldap-devel-2.2.17-2

2004-10-25 Thread Dr. Volker Zell
Hi A new version of 'openldap/libopenldap2_2_7/openldap-devel' has been uploaded to a server near you. DESCRIPTION: Lightweight Directory Access Protocol clients, servers and libraries. CYGWIN NEWS: * Added SASL support Old CYGWIN NEWS: * Fixed

Re: Setting Enviroment Variables

2004-10-25 Thread Nemes
--begin--reply--- Yeah Dave that would great thanks.. I mean I am quite happy now that I know what cygwin is and is all about; and I am quite happy to have the added bonus of a fully functional Linux type shell on top of my Win XP Pro install. Having cygwin gives me the bonus of having that linu

[ANNOUNCEMENT] Uploaded: minires-1.00

2004-10-25 Thread Pierre A. Humblet
I have updated minires, the DNS resolver library, to version 1.00 News: On Windows 2000 and XP, minires now defaults to being an interface to the native Windows caching resolver. There is no change on older systems: is still acts as a non caching synchronous resolver. It also acts as a non cachi

Re: Issues with read and loop in bash

2004-10-25 Thread Axel Dreher
Well, I poked a bit around and found the bug by myself in my script. The loop is correct, but the logfiles weren`t. That`s why the if-Statement caused errors. So please don`t mind my posting above. Have a nice day, Axel Dreher -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simp

Re: startup problem // no longer works // profile not called

2004-10-25 Thread Alex Vinokur
"Brian Dessent" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Alex Vinokur wrote: > > > bash-2.05b$ man bash > > Warning: cannot open configuration file /usr/share/misc/man.conf > > No manual entry for bash > > bash-2.05b$ > > Like I said, nothing is going to work until you fix you

Issues with read and loop in bash

2004-10-25 Thread Axel Dreher
Hello @all, I`m new to this group, so please apologize if my posting does not conform to formal restrictions. ;-) In addition, my english is quite poor, so please apologize this too. ;-) Well, I have following problem. I searched this already in the gmane-database for this newsgroup, but didn`t

Re: startup problem // no longer works // profile not called

2004-10-25 Thread Brian Dessent
Alex Vinokur wrote: > bash-2.05b$ man bash > Warning: cannot open configuration file /usr/share/misc/man.conf > No manual entry for bash > bash-2.05b$ Like I said, nothing is going to work until you fix your mounts. I don't know what has changed on your system but your root "/" dir is mounted as

Re: startup problem // no longer works // profile not called

2004-10-25 Thread Alex Vinokur
"David Baron" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > All of these posters are complaining about the same thing. > > Not at all a bad idea to read the bash man page, the helps, everything. bash-2.05b$ man bash Warning: cannot open configuration file /usr/share/misc/man.conf

Re: Profile not called

2004-10-25 Thread Alex Vinokur
"Brian Dessent" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Alex Vinokur wrote: > > > HOME = `c:\Documents and Settings\Administrator' > > Your home directory has spaces in it. THat's going to break some > things. See the users guide / FAQ. It worked for a long time (more than

Re: startup problem // no longer works // profile not called

2004-10-25 Thread David Baron
All of these posters are complaining about the same thing. Not at all a bad idea to read the bash man page, the helps, everything. But the fact is once clicking the Cygwin icon gave one an operating shell. It no longer does. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Pro

Re: Profile not called

2004-10-25 Thread Brian Dessent
Alex Vinokur wrote: > HOME = `c:\Documents and Settings\Administrator' Your home directory has spaces in it. THat's going to break some things. See the users guide / FAQ. > C:\cygwin\_download\001/ system textmode > C:\cygwin\_download\001/bin/usr/b