Re: useradd - NT account - login

2001-11-19 Thread dirk.carstensen
Bei mir läuft cygwim auf eine NT-Dose die im Netz hängt und ich habe keine NT-Rechte. Ich möchte eigenlich den "cron"-Prozeß starten, aber bekomme dabei einen Fehler: "seteuid : not owner". Daraufhin wollte ich einen "normalen" user einrichten ( die anderen Versuche liefen unter dem account "

Re: Unix/DOS text mode?

2001-11-19 Thread Joshua
Hmm, I've noticed this difference between the PC version of vim/gvim versus the vim that comes with cygwin. Using the PC version, vim/gvim seems to be able to tell whether you're opening a unix file or a PC file and display/edit appropriately. I tried copying my _vimrc from my PC install

Re: OSTYPE missing

2001-11-19 Thread Daniel Steinmann
Bruce Eckel wrote: > I just updated to the latest Cygwin version, and suddenly the > following lines in my makefile (which worked previously) are > failing: > > ifneq ($(OSTYPE),cygwin) > $(error Must be run under Cygwin, ostype is $(OSTYPE)) > endif > > $(OSTYPE) is only producing '.' I had

OSTYPE missing

2001-11-19 Thread Bruce Eckel
I just updated to the latest Cygwin version, and suddenly the following lines in my makefile (which worked previously) are failing: ifneq ($(OSTYPE),cygwin) $(error Must be run under Cygwin, ostype is $(OSTYPE)) endif $(OSTYPE) is only producing '.' Most current information can be found at:

Another problem with latest release

2001-11-19 Thread Bruce Eckel
The command line is getting truncated. It's quite strange, as if the Win98 command interpreter is being used instead of cygwin's. Most current information can be found at: http://www.mindview.net/Etc/notes.html === Bruce Eckelhttp://www.BruceEckel.com Contains free electronic

RE: access modem using cygwin shell

2001-11-19 Thread Kevin Schnitzius
Why not use RDP and Terminal Services? Of course, I biased toward MetaFrame, but RDP is free with w2k server... Kevin -Original Message- From: C Wells [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 20, 2001 01:01 To: [EMAIL PROTECTED] Subject:access modem using cyg

access modem using cygwin shell

2001-11-19 Thread C Wells
I have a strange hardware setup in that the modem bank I use to dial in to a remote win2000 server box requires that a route be issued on the remote server end to get traffic to pass. I've tried everything on the win side and am not getting anywhere. I have cygwin loaded on this win2000 box and I

Problem in running my daemon using inetd on Windows 98

2001-11-19 Thread Ashish Ranjan
Hello, i made my own daemon TryDaemon.exe and client TryClient.exe . I installed inetutils-1.3.2-11 on cygwin. i first ran iu-config and then put the following entry in /etc/inetd.conf ## TryDaemon stream tcp nowait root /home/unknown/TryDaemon and i also put the following ent

bunzip- command not found

2001-11-19 Thread Chris Watts
First off thank you for takeing the time to read my e-mail As said in your instructions you use Harold@MyWindowsHost /tmp $ bunzip2 extract.exe.bz2 Harold@MyWindowsHost /tmp $ to extract that file, now when i try this on my computer i get SYNAPSE@THE_TRIANGLE /tmp $ bunzip2 extract.exe.bz2

Re: setup.exe: Dr. Watson

2001-11-19 Thread Robert Collins
Thanks Rene, I'll look into this. Rob === - Original Message - From: "Rene" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2001 9:47 AM Subject: setup.exe: Dr. Watson > Hi, > > I'm using setup.exe 2.125.2.5 and I always install from local > directory. When th

setup.exe: Dr. Watson

2001-11-19 Thread Rene
Hi, I'm using setup.exe 2.125.2.5 and I always install from local directory. When the .tar.gz/bz2 files are not exactly in the directories mentioned in setup.ini the setup.exe gives me a Dr. Watson error (though I can choose these packages in the chooser window). The old setup.exe doesn't crash i

Re: Re(2): Setup Alerts and Website

2001-11-19 Thread Robert Collins
- Original Message - From: "William D. Herndon" <[EMAIL PROTECTED]> > Robert Collins wrote: > > If "someone" were to volunteer to maintain the wishlist, I'm sure Chris > > can find space for it and I've no objection to it being a web page... Is this roundabout? Seems pretty direct to m

Re: Setup.exe Revisited

2001-11-19 Thread Robert Collins
=== > It just seems that the new setup.exe 'assumes' a lite installation (e.g. gcc > is set to 'skip', nearly everything is set to 'skip'). Yes, because there have been many many many requests for less by default. We haven't found the happy middle ground yet apparently. Rob -- Unsubscribe in

newbie problem

2001-11-19 Thread Albert L. Wagner
While attempting to compile the Berkley database, db-3.3.11, I received the following. Has anyone compiled this library before? Can you point me in the right direction? gcc -c -I. -I../dist/../include -I../dist/../include_auto -O ../dist/../os/o lags.c -DDLL_EXPORT -DPIC -o os_oflags.o ../dis

Cygwin make wants stdin != 0

2001-11-19 Thread McGroarty, Brian
I've just updated my cygwin installation. Previously, I could launch make.exe from a Windows application with the code below. It's used to dump the output of a non-interactive make job to an internal buffer. It now fails (stackdump below the code), seeming to want to reproduce the null read hand

Re: Unix/DOS text mode?

2001-11-19 Thread Larry Hall (RFK Partners, Inc)
At 04:00 PM 11/19/2001, [EMAIL PROTECTED] wrote: >After an upgrade, I seem to have lost all sanity in vi(m). >I used to see .txt files the same with notepad or vi, but >now in vi every line ends with a blue ^M. I've played >with mount -[t|b] and tried [un and re]installing vim but I'm >stumped.

Re: cygwin Digest 19 Nov 2001 17:31:57 -0000 Issue 1583

2001-11-19 Thread Joshua Franklin
--- Daniel Meier <[EMAIL PROTECTED]> wrote: > I didn't particularly care (yet) that I got > everything. All my installs were > on systems with plenty o' space. I liked being lazy > and just running > setup.exe, dropping into the shell and doing > whatever I wanted. You can still do what people th

Re: linking application with a library

2001-11-19 Thread Mohammad Saleem
Hi Kai, Thanks for answer. regards /Mohammad Kai Ruottu wrote: >Mohammad Saleem wrote: > >>Hi all, >> >>I am using h8300-hitachi-hms-gcc cross-complier for building my application. >>I have a lib mylib.a (20 kb) which I want to link with my application. >>My application gets 20 kb bigger as so

replacing a function from libc.a

2001-11-19 Thread Mohammad Saleem
Hi all, I have built cross compiler for H8300. I am linking the target application with the lib libc.a built along with cross compiler. Now I want to replace a function say realloc from libca. and want to add my own implementation to libc.a. One way can be that I replace the realloc.c file with

Unix/DOS text mode?

2001-11-19 Thread AGalick
After an upgrade, I seem to have lost all sanity in vi(m). I used to see .txt files the same with notepad or vi, but now in vi every line ends with a blue ^M. I've played with mount -[t|b] and tried [un and re]installing vim but I'm stumped. The thing is, it seems to have also disabled all the n

Re: linking application with a library

2001-11-19 Thread Kai Ruottu
Mohammad Saleem wrote: > > Hi all, > > I am using h8300-hitachi-hms-gcc cross-complier for building my application. > I have a lib mylib.a (20 kb) which I want to link with my application. > My application gets 20 kb bigger as soon as I link it with mylib.a > without any function being called fr

AW: libxml2.dll, libxslt.dll, problems with executables linke d to dll's

2001-11-19 Thread Ralf Habacker
> -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED]]Im Auftrag von Christopher > Faylor > Gesendet am: Montag, 19. November 2001 18:21 > An: [EMAIL PROTECTED] > Betreff: Re: AW: libxml2.dll, libxslt.dll, problems with executables > linke d to dll's > > English,

Re(2): Setup Alerts and Website

2001-11-19 Thread Larry Hall (RFK Partners, Inc)
At 12:40 PM 11/19/2001, William D. Herndon wrote: >Larry Hall wrote: > >> every page? there isn't AFAIK. > > Perhaps google fills the need here? > >Hey wow! I use google all the time and never noticed that function. >That is exactly what I wanted. Thanks! Yes, google is the most useful tool ever

Re: installshield replacement

2001-11-19 Thread Joshua Franklin
> No, setup is not based on cygwin1.dll. It is a pure > windows app -- and > can be used (with appropriate modifications, of > course) to install > non-cygwin software. E.g. the XEmacs project is > using a fork of our > setup to install its software and packages. I didn't mean to suggest that se

Re: useing cyg setup vs installshield

2001-11-19 Thread Gary R Van Sickle
> hi > > I would like to use the cygwin set-up program to install a set of > binaries onto a win32 machine rather than be forced to use InstallShield. > Well, that would certainly be a major step up from the breathtakingly bad InstallShield. > Any advice I would be eternally grateful for ! > M

Re: Setup.exe Revisited

2001-11-19 Thread Larry Hall (RFK Partners, Inc)
At 02:32 PM 11/19/2001, Daniel Meier wrote: >Toggling the setup.exe 'browser' to 'full' mode, then scrolling through the >list of packages reveals that the "Editors vim: Vi IMproved - enhanced vi >editor" package's New column is set to 'skip.' By which I make the >assumption that this is an option

Re: cygwin Digest 19 Nov 2001 17:31:57 -0000 Issue 1583

2001-11-19 Thread Joshua Franklin
> From: "Daniel Meier" <[EMAIL PROTECTED]> > I've seen a couple of complaints but no real > response to the question: setup.exe used to be > (like, last week) real easy to run and install most > things needed, but now it doesn't. That's funny. I though setup.exe used to be (like, last week) impos

Re: installshield replacement

2001-11-19 Thread Charles Wilson
Joshua Franklin wrote: > > > I would like to use the cygwin set-up program to > > install a set of > > binaries onto a win32 machine rather than be forced > > to use InstallShield. > > > > Any advice I would be eternally grateful for ! > > Unless you are wanting to install a supplemental > Cygw

Re: installshield replacement

2001-11-19 Thread Joshua Franklin
> I would like to use the cygwin set-up program to > install a set of > binaries onto a win32 machine rather than be forced > to use InstallShield. > > Any advice I would be eternally grateful for ! Unless you are wanting to install a supplemental Cygwin package that requires cygwin1.dll and a

FW: make 3.79.1-4 'make: /bin/sh.exe: Command not found' when run ning without sh.exe

2001-11-19 Thread Craig Hackney
The patch below from Christopher Faylor fixes this error. I also had to create a dummy install-sh, config.sub and config.guess before I could successfully run configure. Thanks for your help Chris. Index: main.c =

Re: Setup.exe Revisited

2001-11-19 Thread Daniel Meier
Toggling the setup.exe 'browser' to 'full' mode, then scrolling through the list of packages reveals that the "Editors vim: Vi IMproved - enhanced vi editor" package's New column is set to 'skip.' By which I make the assumption that this is an optional package for users who like the extended featu

RE: Setup Failed to Create /home directory (virtual cygwin root has changed)

2001-11-19 Thread Larry Hall (RFK Partners, Inc)
At 01:50 PM 11/19/2001, Garrett Anderson wrote: >Hello Cygwin -- > >I ran environ. test described below and received following: > >DOS (via Win2k) > >Microsoft Windows 2000 [Version 5.00.2195] >(C) Copyright 1985-2000 Microsoft Corp. > >C:\>echo %HOME% >%HOME% > > >Cygwin Bash: > >

Compiling db-3.1.17

2001-11-19 Thread Albert L. Wagner
Anybody know what this "select library function" is? It was encountered while trying to configure Berkeley database, db-3.1.17. checking for strtoul... yes checking for yield... no checking for pread... no checking for pwrite... no checking for fcntl/F_SETFD... no checking for qsort... yes chec

RE: make 3.79.1-4 'make: /bin/sh.exe: Command not found' when running without sh.exe

2001-11-19 Thread Craig Hackney
That gets me further but I still con not finish the configure for make. I have included the error that I am seeing below... $ ./configure loading cache ./config.cache checking for a BSD compatible install... /usr/bin/install -c checking whether build environment is sane... yes ch

RE: Setup Failed to Create /home directory (virtual cygwin root has changed)

2001-11-19 Thread Garrett Anderson
Hello Cygwin -- I ran environ. test described below and received following: DOS (via Win2k) Microsoft Windows 2000 [Version 5.00.2195] (C) Copyright 1985-2000 Microsoft Corp. C:\>echo %HOME% %HOME% Cygwin Bash: garretta@P233 ~ $ echo $HOME /cygdrive/c Again, thi

Re: SHELL environment variable is no longer set to /bin/bash

2001-11-19 Thread Chet Ramey
> I have noticed in the latest Cygwin release that the SHELL environment > variable is no longer set to /bin/bash. Actually, it isn't even set at all. > Am I missing something? Bash-2.05a no longer auto-exports SHELL if it sets it to a default value. The same goes for HOME, PATH, TERM, and a few

Re(2): Setup Alerts and Website

2001-11-19 Thread William D. Herndon
Robert Collins wrote: > If "someone" were to volunteer to maintain the wishlist, I'm sure Chris > can find space for it and I've no objection to it being a web page... > The reason I have no interest in doing that myself is that as I said in > my recent mail to cygwin-apps, I've little interest in

Re: Setup.exe Revisited

2001-11-19 Thread Larry Hall (RFK Partners, Inc)
At 12:23 PM 11/19/2001, Daniel Meier wrote: >I've seen a couple of complaints but no real response to the question: setup.exe used >to be (like, last week) real easy to run and install most things needed, but now it >doesn't. > >I mean after installing with setup.exe I can't even run vi! None

Setup.exe Revisited

2001-11-19 Thread Markus Hoenicka
Is this the "new-bash-no-longer-autoexports-path" issue? just guessing. regards Markus Daniel Meier writes: > I mean after installing with setup.exe I can't even run vi! None of the cygwin >directories are in the path. Even if I add them to the path it still can't find vi. -- Markus Hoenic

read error while downloading setup.exe

2001-11-19 Thread Grant . Emery
hi, i was trying to grab the cygwin installer this morning and kept getting the following error. it consistently fails on the first attempt at byte 13516. other user agents have no better luck. [c:\4nt302]wget http://www.cygwin.com/setup.exe --11:28:35-- http://www.cygwin.com:80/setup.exe

Setup.exe Revisited

2001-11-19 Thread Daniel Meier
I've seen a couple of complaints but no real response to the question: setup.exe used to be (like, last week) real easy to run and install most things needed, but now it doesn't.   I mean after installing with setup.exe I can't even run vi! None of the cygwin directories are in the path. Even

Re: rsync broken?

2001-11-19 Thread Lapo Luchini
> BUT it always stops after around 50 items which swoosh by my screen. It never > goes beyond that. I had the same problem with a debian rsync mirror. Running > the same scripts on a Linux box works perfectly. Uhm... it's a "works for me"... but I have not waited much over 50 items: $ ./rs.sh W

Re: AW: libxml2.dll, libxslt.dll, problems with executables linke d to dll's

2001-11-19 Thread Christopher Faylor
English, please. cgf On Mon, Nov 19, 2001 at 03:38:28PM +0100, Ralf Habacker wrote: >Hallo Gerrit, > >In der cygwin-Malingliste erz?hltest Du etwas ?ber libxml2. Hast Du vor den Port >zu publizieren bzw. als Maintainer zu ?bernehmen ? Ich frage, weil ich f?r KDE2 >ich diese lib ben?tige. > >Vor

autoconf/m4 SIGSEGV - Just Me, or can others verify that this is a bug?

2001-11-19 Thread Max Bowsher
Whenever I try to use autoconf, m4 dies with Signal 11. Is this just me, or can others confirm that there is a problem? (My testcase was winsup/cinstall, and some other non-cygwin stuff). Incidentally, stuff seems to be stackdumping a lot lately - for example, groff, run via 'man rsyncd.conf', or

Re: Setup Alerts and Website

2001-11-19 Thread Larry Hall (RFK Partners, Inc)
At 11:13 AM 11/19/2001, Robert Collins wrote: > > 3. I think it would be very helpful, if a search engine could be > > integrated into the website. >What sort of search engine? >list archives? there is one. < snip> >every page? there isn't AFAIK. Perhaps google fills the need here? Larry Ha

Re: Setup Alerts and Website

2001-11-19 Thread Robert Collins
=== - Original Message - From: "William D. Herndon" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Tuesday, November 20, 2001 2:57 AM Subject: Setup Alerts and Website > Hi! > > I've got three questions/suggestions: > > 1. I've been getting error alerts while running setup in downloa

Setup Alerts and Website

2001-11-19 Thread William D. Herndon
Hi! I've got three questions/suggestions: 1. I've been getting error alerts while running setup in download mode (file wrong size). My connection is "only" ISDN and it is taking a long time (hours), so I have to keep checking if an alert has popped up and click okay. I think it would be friendli

RE: Bad file descriptor

2001-11-19 Thread Ebrey, Carl
Hi all, I couldn't find anything directly in the FAQ about this (although I only scanned it before replying) so please forgive me if I've missed something. Also if anyone sees any errors in this reply feel free to beat me around the head with the flat of a spade ;) Ignasi, The answer lies in th

Bad file descriptor

2001-11-19 Thread Ignasi Villagrasa
Hi, Hello everyone, I got an errno=9 trying to run a program I migrate from Watcom C++ to Cygwin. errno.h documents error number 9 as a Bad file descriptor error. I've never met an number 9 error, and don't know what's causing it. The function I try to run is fp = fopen(name, "rt"). with /

AW: AW: libxml2.dll, libxslt.dll, problems with executables linke d to dll's

2001-11-19 Thread Ralf Habacker
Hallo Gerrit, In der cygwin-Malingliste erzähltest Du etwas über libxml2. Hast Du vor den Port zu publizieren bzw. als Maintainer zu übernehmen ? Ich frage, weil ich für KDE2 ich diese lib benötige. Vor ein paar Wochen sprachen wir über eine Resolverbibliothek für cygwin. In der Zwischenzeit ha

[ANNOUNCEMENT] New on sourceware: curl-7.9.1-1

2001-11-19 Thread Kevin
I've had curl-7.9.1-1 uploaded to the Cygwin net distribution. cURL's homepage is: http://curl.haxx.se/ To update your installation, click on the "Install Cygwin now" link on the http://sources.redhat.com/cygwin web page. This downloads setup.exe to your system. Then, run setup and answer all

Re: Features in new version of cygcheck

2001-11-19 Thread Dr. Volker Zell
> "Christopher" == Christopher Faylor <[EMAIL PROTECTED]> writes: Christopher> Yes. You're missing correct output from cygcheck. Christopher> Guess how I could debug this? Christopher> cygcheck -r -s -v OOs ... Cygnus Win95/NT Configuration Diagnostics Current System Time

Re: Installation problems (can't retrieve package files)

2001-11-19 Thread Henry S. Thompson
The ability to force passive mode on setup's uses of ftp would be very welcome. ht -- Henry S. Thompson, HCRC Language Technology Group, University of Edinburgh W3C Fellow 1999--2001, part-time member of W3C Team 2 Buccleuch Place, Edinburgh EH8 9LW, SCOTLAND -- (44) 131 650-44

RE: linking application with a library

2001-11-19 Thread David Korn
-Original Message- >From: Mohammad Saleem [mailto:[EMAIL PROTECTED]] >Sent: 18 November 2001 11:46 Hiya Mohammad, I can see a couple of things here: >Even with link I tried with a flag --gc-sections D'oh, yes, sorry, I should have mentioned that one. >test.srec: $(OBJ) appcon.o >

Re: linking application with a library

2001-11-19 Thread Mohammad Saleem
Hi David, Thanks for your input. I tried with the flags you mentioned in your mail like: # how to compile C source %.o: %.c @echo compiling $< $(CC) -ffunction-sections -fdata-sections $(CFLAGS) $(INCLUDE) $< -o$@ Even with link I tried with a flag --gc-sections (found by sear

RE: Feedback on setup.exe

2001-11-19 Thread Lawrence W. Smith
Oooops (note to self: update setup.exe before giving feedback!!!) :) However still 1 comment: although there is a horiz scrollbar the box itself is still not re-sizeable which would be easier... L > -Original Message- > From: Lawrence W. Smith [mailto:[EMAIL PROTECTED]] > Sent: Mo

Re: Feedback on setup.exe

2001-11-19 Thread Robert Collins
=== - Original Message - From: "Lawrence W. Smith" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 19, 2001 10:11 PM Subject: Feedback on setup.exe > Just a short note to point out 2 things: > > 1) as newbie friendly as the descriptive package names are as >the se

Feedback on setup.exe

2001-11-19 Thread Lawrence W. Smith
Just a short note to point out 2 things: 1) as newbie friendly as the descriptive package names are as the setup dialog box cannot be adjusted in size most of the description is invisible (1600 x 1200) 2) at the risk of sounding like an old stick in the mud, I preferred the shortform n

useing cyg setup vs installshield

2001-11-19 Thread John Jones
hi I would like to use the cygwin set-up program to install a set of binaries onto a win32 machine rather than be forced to use InstallShield. Any advice I would be eternally grateful for ! I see that a new release of the set-up program has been issued is this likely to change drastically in

[ANNOUNCEMENT] New on sourceware: nano-1.0.6-1

2001-11-19 Thread Gareth Pearce
The text editor Nano, version 1.0.6, has been uploaded to the Cygwin net distribution. To update your installation, click on the "Install Cygwin now" link on the http://sources.redhat.com/cygwin web page. This downloads setup.exe to your system. The, run setup and answer all of the questions.

RE: linking application with a library

2001-11-19 Thread David Korn
>-Original Message- >From: Mohammad Saleem [mailto:[EMAIL PROTECTED]] >Sent: 18 November 2001 10:36 >I have a lib mylib.a (20 kb) which I want to link with my application. >My application gets 20 kb bigger as soon as I link it with mylib.a >without any function being called from mylib.a

Re: linking application with a library

2001-11-19 Thread vipin aravind
I think you are static linking thats why. its a choice if you want to dynamically link the library in which case it would have stubs which does the getprocaddress internally at runtime while the actual code resides in the dll and hence your executeable code would become small

linking application with a library

2001-11-19 Thread Mohammad Saleem
Hi all, I am using h8300-hitachi-hms-gcc cross-complier for building my application. I have a lib mylib.a (20 kb) which I want to link with my application. My application gets 20 kb bigger as soon as I link it with mylib.a without any function being called from mylib.a. It seems to me that I hav

Re: gcc-2.95.3-5 on cygwin compilation problem

2001-11-19 Thread Guy Harrison
On Sat, 17 Nov 2001 17:12:44 -0500, Christopher Faylor <[EMAIL PROTECTED]> wrote: >Just remove all occurrences of strerror.[oc] from the Makefile. Now there's an idea! :-) >On Sat, Nov 17, 2001 at 09:41:48PM +, Guy Harrison wrote: >>On Thu, 15 Nov 2001 12:15:36 -0700, "Joe Graham" <[EMAIL P

Re: SHELL environment variable is no longer set to /bin/bash

2001-11-19 Thread vipin aravind
same guy in the vim mailing list. vipin - Original Message - From: "Corinna Vinschen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 19, 2001 3:31 PM Subject: Re: SHELL environment variable is no longer set to /bin/bash > On Mon, Nov 19, 2001 at 01:51:33AM -0800, Wi

Re: SHELL environment variable is no longer set to /bin/bash

2001-11-19 Thread vipin aravind
Its working for me but I installed cygwin today. vipin - Original Message - From: "Wilson, Brent" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, November 19, 2001 3:21 PM Subject: SHELL environment variable is no longer set to /bin/bash > I have noticed in the latest Cygwi

Re: SHELL environment variable is no longer set to /bin/bash

2001-11-19 Thread Corinna Vinschen
On Mon, Nov 19, 2001 at 01:51:33AM -0800, Wilson, Brent wrote: > I have noticed in the latest Cygwin release that the SHELL environment > variable is no longer set to /bin/bash. Actually, it isn't even set at all. > Am I missing something? Yep. You've missed to search the mailing list archive of

SHELL environment variable is no longer set to /bin/bash

2001-11-19 Thread Wilson, Brent
I have noticed in the latest Cygwin release that the SHELL environment variable is no longer set to /bin/bash. Actually, it isn't even set at all. Am I missing something? Thanks, Brent Wilson -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.

Re: ./configure failing for gdb(i686)

2001-11-19 Thread vipin aravind
It gets added in the company's mail server,not under my control . well I will go for an alternative web-based email id in 2 days. till then regrett the inconvinience. vipin - Original Message - From: "Michael Schaap" <[EMAIL PROTECTED]> To: "vip" <[EMAIL PROTECTED]>; <[EMAIL PROTE

Re: ./configure failing for gdb(i686)

2001-11-19 Thread Michael Schaap
Vipin, Can you please stop sending those !@#$% InterScan_Disclaimer.txt attachments to the Cygwin mailing list? In the last day, you have dumped nine of those in my attachments directory. And they don't even have any legal value. Thank you for your cooperation, - Michael -- I always

./configure failing for gdb(i686)

2001-11-19 Thread vipin aravind
hi, I  am  doing   this  as  per  README  in /usr/src/gdb-20010428-3  for  an i686  build   but  it   doesn't get  through. Has  anybody  experienced  this problem  I will  be  thankfull if  anybody  has  solved  this.     $ CC="gcc" ./configureConfiguring for a i686-pc-cygwin host.Created

Re: Getting sharutils : a problem with setup?

2001-11-19 Thread Gerrit P. Haase
Hallo fergus, Am 2001-11-19 um 08:56 schriebst du: > Since noticing your announcement about "new : sharutils" I've paid a few > visits to [more than one] download site, but after rotating through View, > still get "nothing to install/update". I've looked at setup.ini, which > mentions it, correc