Re: sshd installation on NT 5.0

2002-11-26 Thread Marc Girod
> "VH" == Vince Hoffman <[EMAIL PROTECTED]> writes: VH> have a look in /var/log/sshd.log any errors there ? Empty. VH> also in the event viewer and post any error messages back to the VH> list. There is some stuff in the Application folder (thanks, I didn't know of the whole "Event Viewer")

[BUG] in Setup 2.249.2.5

2002-11-26 Thread Ronald Landheer-Cieslak
Hello all, The bug is easily reproducible on my system: * Choose "Install from local directory" -> Next * Choose your favourite root directory (P:\cygwin in my case) ->Next * Choose your favourite package directory, but not the right one (C:\WINDOWS\desktop in my case) ->Next * [Scratch y

Re: sshd installation on NT 5.0

2002-11-26 Thread Marc Girod
> "ADF" == Andrew DeFaria <[EMAIL PROTECTED]> writes: ADF> Did you reboot after you added CYGWIN to your system environment? Shame on me, I hadn't. I'm glad I kept my child faith in miracles. Now I have, and it didn't affect. Thanks anyway. -- Marc GirodP.O. Box 323Voice:

Re: New setup.exe beta

2002-11-26 Thread fergus
>> But: clicking on the gizmo to change from "All Default" to >> "All Install" caused such a long pause that eventually I >> checked to see what was happening. Answer: >> "Setup Options [not responding]". It happened identically >> at a second attempt. Extended pause with nothing at the end >> of i

Why not export pthread_getsequence_np in cygwin1.dll?

2002-11-26 Thread Vive l'amour
Hi, I noticed that pthread_getsequence_np() is implemented in Cygwin pthread.cc but it is not exported in cygwin1.dll. Why not export it? Why I am asking so is because cygwin's pthread_getsequence_np() in pthread.cc actually returns Win32's native thread ID and this is very helpful in identifyin

Re: ulimit -u X

2002-11-26 Thread Christopher Faylor
On Tue, Nov 26, 2002 at 09:34:12PM -0800, Lee Tuck wrote: >hi, >I am new user to cygwin. I am facing the same problem >regarding ulimit. I hope to set the maximum process >per user id to 300. I have go through the mailing list >but i still can't get any solution. Is there any other >way to set the

ulimit -u X

2002-11-26 Thread Lee Tuck
hi, I am new user to cygwin. I am facing the same problem regarding ulimit. I hope to set the maximum process per user id to 300. I have go through the mailing list but i still can't get any solution. Is there any other way to set the maximum process per user id? Hope that you can help out. Thanks

Fwd: Searching in the lists - problem with "-"

2002-11-26 Thread Sylvain Petreolle
Is someone answering to the mails sent to [EMAIL PROTECTED] ? I sent this some days ago and got no answer. Thanks for any anwser. ___ Do You Yahoo!? -- Une adresse @yahoo.fr gratuite et en français ! Yahoo! Mail : http://fr.mail.yahoo.com --

Re: How can I avoid using a DOS box??

2002-11-26 Thread Christopher Faylor
On Tue, Nov 26, 2002 at 08:01:56PM -0700, Carlos C. Gonzalez wrote: >I have looked all over the place and can't find any information on how to >change from using the DOS box under Windows 98 when running cygwin. > >Would appreciate any insight anyone might have. rxvt -e bash -l cgf -- Please do

How can I avoid using a DOS box??

2002-11-26 Thread Carlos C. Gonzalez
Hi everyone, I have looked all over the place and can't find any information on how to change from using the DOS box under Windows 98 when running cygwin. I hate not being able to scroll freely and otherwise work from inside a little box. Unlike when I use a shell to get a real unix on my hos

Re: compressing cygcheck output considered harmful?

2002-11-26 Thread Robert Collins
On Wed, 2002-11-27 at 13:23, Christopher Faylor wrote: > > Does it make sense not to send cygcheck output in compressed format? Yes. Rob -- --- GPG key available at: http://users.bigpond.net.au/robertc/keys.txt. --- signature.asc Description: This is a digitally signed message part

Re: [Performance Regression] cygwin 1.3.15-2 -> 1.3.16-1

2002-11-26 Thread Christopher Faylor
On Tue, Nov 26, 2002 at 11:02:56AM -0800, David Rothenberger wrote: >I noticed the same problem while running the SETI@Home client. It only >occurred when running bash from the DOS box, not when using rxvt. >Also, if I remove tty from the CYGWIN setting (setting back to just >ntsec), the DOS box p

compressing cygcheck output considered harmful?

2002-11-26 Thread Christopher Faylor
As much as I like the idea of sending cygcheck output as an attachment (Randall take a bow), I really would prefer it if people would refrain from compressing the output when they send it. The theory is that we should just be able to open the attachment in our email readers and scan for problems.

Re: can't set $USER under 1.3.16-1

2002-11-26 Thread Pierre A. Humblet
On Mon, Nov 25, 2002 at 04:17:59PM -0500, Lester Ingber wrote: > Up until now, through cygwin 1.3.15-2, I have set my $USER in /etc/profile > to a username different from `id -un`, with the same name set in /etc/passwd. > I have had no problems logging in > What else must I do under 1.3.16-1 to se

Re: HOME set to / [Was: cygwin-1.3.16-1]

2002-11-26 Thread Pierre A. Humblet
On Mon, Nov 25, 2002 at 11:26:59AM -0800, Eric Hanchrow wrote: > For what it's worth, I too had this problem on Windows 2000, but I was > able to work around it by putting Is it the case that your passwd file does not contain sids, i.e. wasn't built with mkpasswd, and does not contain either a lin

RE: source command broken in bash

2002-11-26 Thread Bryan Higgins
Found it--there was a file "x" in /usr/bin. The "which" command didn't find it, for some reason. Thanks for checking. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ:

RE: source command broken in bash

2002-11-26 Thread Larry Hall (RFK Partners, Inc)
At 05:34 PM 11/26/2002, Bryan Higgins wrote: >It turns out I was trying to source a file named x, and x appears to be spe- >cial in Cygwin. If I type x (after deleting my file x), I get the gawk usage. >There are no aliases to x, and "whence x" yields nothing. If I then exit the >shell will ^D, I

Re: [Patch] skipping import libraries for performance reasons - direct auto-import of dll's

2002-11-26 Thread Charles Wilson
Ralf Habacker wrote: This and perhaps other libraries may be an exception, but couldn't this splitted like linux does ? If I remember right, they uses a standard lib like glibc, which may be a shared lib and some kind of startupcode in an objectfile (static), which may be different for executabl

RE: [Patch] skipping import libraries for performance reasons - direct auto-import of dll's

2002-11-26 Thread Ralf Habacker
> >This and perhaps other libraries may be an exception, but couldn't this > >splitted like linux does ? If I remember right, they uses a standard > >lib like glibc, which may be a shared lib and some kind of startupcode > >in an objectfile (static), which may be different for executable or > >dl

Re: how do I link in nl_langinfo()?

2002-11-26 Thread Rui Carmo
Oh, thanks, Jason. I guess I should have searched the development lists as well. Any idea as to when that export will be rolled in to the distribution? Rui P.S.: I heartily recommend you check out cvstrac, BTW. I have it hanging off inetd, and despite a few niggles, it's great for keeping tabs

Re: accessing cygwin functions from non-cygwin app

2002-11-26 Thread Joshua Daniel Franklin
> while I was trying to understand this on my own I'm ready to give up. All I > intended was translating a coupld of filenames from cygwin to Win32 notation > in an otherwise Win32-only app. > I have a problem using it as the application cannot be expected to have > access to the perprocess class

Re: dll not found when "symlink" used?

2002-11-26 Thread Max Bowsher
Bob Tanner <[EMAIL PROTECTED]> wrote: > Pretty new to cygwin, so I'm not 100% sure how these symlinks work. > View the symlink under cygwin-bash, things look right, but when I > look at the files under Windows Explorer, they are just .lnk file. > > My question is, do cygwin binaries understand and

Re: nice really nice?

2002-11-26 Thread thomas
Robert Collins <[EMAIL PROTECTED]> wrote: > On Wed, 2002-11-27 at 00:25, thomas wrote: >> SetPriorityClass(GetCurrentProcess(), REALTIME_PRIORITY_CLASS) >> SetThreadPriority(GetCurrentThread(), THREAD_PRIORITY_TIME_CRITICAL) > If you do that, expect to get a hung system real fast. cdrecord does

RE: source command broken in bash

2002-11-26 Thread Bryan Higgins
It turns out I was trying to source a file named x, and x appears to be spe- cial in Cygwin. If I type x (after deleting my file x), I get the gawk usage. There are no aliases to x, and "whence x" yields nothing. If I then exit the shell will ^D, I get a bunch of other crap. If you could confirm

Re: New setup.exe beta.

2002-11-26 Thread Robert Collins
On Wed, 2002-11-27 at 09:09, Jan Nieuwenhuizen wrote: > Robert Collins <[EMAIL PROTECTED]> writes: > Has the timestamp definition changed? No, but the entry to the packages area has, your trailing linefeed is the likely culprit. I had some hairy stuff happening at one point, and the unlimited \

dll not found when "symlink" used?

2002-11-26 Thread Bob Tanner
Pretty new to cygwin, so I'm not 100% sure how these symlinks work. View the symlink under cygwin-bash, things look right, but when I look at the files under Windows Explorer, they are just .lnk file. My question is, do cygwin binaries understand and respect these .lnk files? I don't think they

C-c not getting to subshells in emacs?

2002-11-26 Thread Robert Mecklenburg
A bash shell running under emacs seems to ignore C-c from the parent emacs in the current cygwin release. To reproduce: 1. start a bash (in dos window, rxvt, or xterm all the same) 2. run SHELL=/usr/bin/bash /usr/bin/emacs -nw -q 3. M-x shell 4. at the s

load

2002-11-26 Thread karim
Hello ! Is there a way to have the load average with cygwin ? Thanks for your help, Karim -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cyg

Re: New setup.exe beta.

2002-11-26 Thread Jan Nieuwenhuizen
Robert Collins <[EMAIL PROTECTED]> writes: > So, > at http://www.cygwin.com/setup-snapshots/ there is a new setup.exe > snapshot, that is (as far as we know) devoid of major bugs. > Please, please, try this setup.exe out and tell us what you think. It works fine, but I do get this error message:

RE: New setup.exe beta.

2002-11-26 Thread John Morrison
> From: Robert Collins [mailto:[EMAIL PROTECTED]] > On Wed, 2002-11-27 at 01:33, John Morrison wrote: > > Can't you get the number of files from setup.ini? > > Not if there isn't one, which is still (grudglingly) supported. > Also, for *any* sort of accuracy, how many files are there is needed, >

Re: New setup.exe beta

2002-11-26 Thread Robert Collins
On Wed, 2002-11-27 at 07:08, [EMAIL PROTECTED] wrote: > Tried it twice again: full install from scratch but this time from a Local > Directory. Now the MD5 check took place, as Igor said it would. Everything > passed. > > Base install works fine. > > But: clicking on the gizmo to change from "All

Re: nice really nice?

2002-11-26 Thread Robert Collins
On Tue, 2002-11-26 at 14:19, Randall R Schulz wrote: > Robert, > Anyway, thanks for clearing up the Windows priority misinformation I sent > out. I guess if I would have read the MSDN tech not Thomas referred me to > first, I wouldn't have said that... Heh, no worries, I've done similar before.

Re: how do I link in nl_langinfo()?

2002-11-26 Thread Jason Tishler
Rui, On Tue, Nov 26, 2002 at 03:06:03PM +, Rui Carmo wrote: > Anyone have a clue? See the following: http://cygwin.com/ml/cygwin-patches/2002-q4/msg00171.html Jason -- PGP/GPG Key: http://www.tishler.net/jason/pubkey.asc or key servers Fingerprint: 7A73 1405 7F2B E669 C19D 8784 1AFD

Re: nice really nice?

2002-11-26 Thread Robert Collins
On Wed, 2002-11-27 at 00:25, thomas wrote: > Where do the -15 and +15 come from and what do they actually map to? They are windows priorities. They come from the win32 headers. We don't map to *either* of them, because Cygwin is not suitable for running programs at realtime priority and IIRC the

Re: Setup Command Line Options

2002-11-26 Thread Max Bowsher
Barry Buchbinder <[EMAIL PROTECTED]> wrote: > In his recent announcement of a new Setup beta, > Robbert Collins mentioned new command line options. > Are these (both new and old options) documented > anywhere? Unfortunately not yet. Here's a list. A help option will probably happen soon. -D --d

Re: New setup.exe beta.

2002-11-26 Thread Robert Collins
On Wed, 2002-11-27 at 01:33, John Morrison wrote: > Can't you get the number of files from setup.ini? Not if there isn't one, which is still (grudglingly) supported. Also, for *any* sort of accuracy, how many files are there is needed, otherwise my 8000 entry test file will spend more time updat

Re: New setup.exe beta and the elusive MD5 sum (Re: New setup.exebeta)

2002-11-26 Thread Robert Collins
On Wed, 2002-11-27 at 05:03, Igor Pechtchanski wrote: > This question has come up more than once already, so I'll take a stab at > the answer: > The explicit MD5 sum check, IIUC, is performed only when doing Install > from Local Directory to make sure the external tools did not corrupt the > downlo

RE: source command broken in bash

2002-11-26 Thread [EMAIL PROTECTED]
Type the following in your bash prompt: unalias source unalias . You'll need to find which of your local script files alias these commands to gawk and remove these settings if the aliases are not to your liking. I suppose there's some possibility that you have created some links (symbolic or

Re: Missing getopt.h for MinGW is not a bug.

2002-11-26 Thread Earnie Boyd
From: Robert Collins <[EMAIL PROTECTED]> To: Earnie Boyd <[EMAIL PROTECTED]> I'm not sure why Yahoo hasn't delivered the personal main but ... > On Tue, 2002-11-26 at 23:58, Earnie Boyd wrote: > > We purposefully do not give GPLed interfaces to the MinGW user > > community, even though we do supp

"source" command broken in bash

2002-11-26 Thread Bryan Higgins
Neither "source" nor "." work for me in bash--it displays the gawk usage message! -- 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/

Re: sshd installation on NT 5.0

2002-11-26 Thread Andrew DeFaria
Marc Girod wrote: Hi! There has recently been a discussion on the installation of sshd on NT4, but I feel my problems are more basic. I installed cygwin on a Windows Terminal Server, for all users, as local admin. I installed cygrunsrv, and openssh. I ran ssh-host-config, and answered basica

Re: [Patch] skipping import libraries for performance reasons - directauto-import of dll's

2002-11-26 Thread Andrew Cagney
"Ralf Habacker" <[EMAIL PROTECTED]> writes: The easiest way for such problems seems to me to suggest an indent command line, which everyone who is going to build a patch could apply before to ensure the standards. Is anyone there who can provide such an indent command line ? Just run GNU ind

Re: New setup.exe beta

2002-11-26 Thread fergus
Tried it twice again: full install from scratch but this time from a Local Directory. Now the MD5 check took place, as Igor said it would. Everything passed. Base install works fine. But: clicking on the gizmo to change from "All Default" to "All Install" caused such a long pause* that eventually

Setup Command Line Options

2002-11-26 Thread Barry Buchbinder
In his recent announcement of a new Setup beta, Robbert Collins mentioned new command line options. Are these (both new and old options) documented anywhere? If so, where? I've looked around and have not found it. If not, when might we expect some documentation? Thanks for all the good work.

Re: [Patch] skipping import libraries for performance reasons - direct auto-import of dll's

2002-11-26 Thread Ian Lance Taylor
"Ralf Habacker" <[EMAIL PROTECTED]> writes: > The easiest way for such problems seems to me to suggest an indent command line, > which everyone who is going to build a patch could apply before to ensure the > standards. Is anyone there who can provide such an indent command line ? Just run GNU i

Re: [Patch] skipping import libraries for performance reasons - direct auto-import of dll's

2002-11-26 Thread Christopher Faylor
On Tue, Nov 26, 2002 at 08:30:01AM +0100, Ralf Habacker wrote: >cgf wrote: >> On Mon, Nov 25, 2002 at 01:46:50PM +0100, Ralf Habacker wrote: >>>3. ld works more like the linux version. There are only static >>>archives and shared libraries which could be linked directly without >>>the indirection

Re: [Patch] skipping import libraries for performance reasons - direct auto-import of dll's

2002-11-26 Thread Christopher Faylor
On Tue, Nov 26, 2002 at 12:42:28PM +0100, Ralf Habacker wrote: >> > -Original Message- >> > From: [EMAIL PROTECTED] >> > [mailto:[EMAIL PROTECTED]]On Behalf Of Christopher >> > Faylor >> > Sent: Tuesday, November 26, 2002 2:42 AM >> > To: Binutils; [EMAIL PROTECTED] >> > Subject: Re: [Patch

Re: [Performance Regression] cygwin 1.3.15-2 -> 1.3.16-1

2002-11-26 Thread David Rothenberger
I noticed the same problem while running the SETI@Home client. It only occurred when running bash from the DOS box, not when using rxvt. Also, if I remove tty from the CYGWIN setting (setting back to just ntsec), the DOS box performs fine. Dave Ljubomir Josifovski wrote: > > On Sun, Nov 24, 20

New setup.exe beta and the elusive MD5 sum (Re: New setup.exe beta)

2002-11-26 Thread Igor Pechtchanski
This question has come up more than once already, so I'll take a stab at the answer: The explicit MD5 sum check, IIUC, is performed only when doing Install from Local Directory to make sure the external tools did not corrupt the downloads. If Install from the Internet is performed, the MD5 sum che

newbie linking problems

2002-11-26 Thread Aaron Edsinger
Hi. i'm trying to link a simple program using X11 and a com port. the include and lib paths seem fine. The problem is with undefined references during linking: If in the makefile I link with static libraries (XLIB = ${XPATH}/lib/), I get lots of X related link errors such as: "xdisplay.c: undefine

Re: New setup.exe beta.

2002-11-26 Thread Vince Hoffman
Tried it on three machines, one to upgrade packages (cygwin, tcsh) one to just add a few things and one for a new install all as install from internet. upgrade went fine on windows 2k pro (well it still works :) adding went fine (win 2k pro) (well from a quick test of added apps) clean install on w

newbie linking problem

2002-11-26 Thread Aaron Edsinger
Hi. i'm trying to link a simple program using X11 and a com port. the include and lib paths seem fine. The problem is with undefined references during linking: If in the makefile I link with static libraries (XLIB = ${XPATH}/lib/), I get lots of X related link errors such as: "xdisplay.c: undefine

Re: impure_ptr/Mingw and cygwin

2002-11-26 Thread Andrew DeFaria
Peter A. Castro wrote: No, the example above is from the command line in which *you* specified "-I../../include -I/usr/include -I/usr/include/mingw". Sorry I misunderstood you. Didn't really want to have to sign up for yet another account on another mailing list, yadda, yadda. It seemed to

RE: sshd installation on NT 5.0

2002-11-26 Thread Vince Hoffman
have a look in /var/log/sshd.log any errors there ? also in the event viewer and post any error messages back to the list. The only guide i know of is /usr/doc/Cygwin/openssh-3.5p1-2.README :) > -Original Message- > From: Marc Girod [mailto:[EMAIL PROTECTED]] > Sent: 26 November 2002 16:

Re: nice really nice?

2002-11-26 Thread thomas
>>ooops sorry. i sent if from the wrong folder. >It's OK. Talk about making the same mistake twice :) I apologize to the list! Anyway back on topic: I did some stracing but didn't notice anything suspicious going on. It just seems that when things are nice'd up and pipes are involved something

Re: Rev: Problem with emacs: crontabs aren't getting installed

2002-11-26 Thread Joe Buehler
trevin wrote: Just to let everybody know, the above suggestion helped me find the real culprit: emacs. emacs was not even exiting properly at all; the /tmp/real_emacs_exit_status file never got written out. Also, the /tmp/crontab.* files were never cleaned up. It appears that emacs *kills*

Rev: Problem with emacs: crontabs aren't getting installed

2002-11-26 Thread trevin
Jon LaBadie writes: On Mon, Nov 25, 2002 at 09:07:16PM +, trevin wrote: I've recently installed Cygwin on a Windows 2000 Pro machine. Installation was done under a user account. I tried to install a cron job by running: EDITOR=emacs crontab -e After reading through the mailing lists

sshd installation on NT 5.0

2002-11-26 Thread Marc Girod
Hi! There has recently been a discussion on the installation of sshd on NT4, but I feel my problems are more basic. I installed cygwin on a Windows Terminal Server, for all users, as local admin. I installed cygrunsrv, and openssh. I ran ssh-host-config, and answered basically yes to everything (

Re: nice really nice?

2002-11-26 Thread Randall R Schulz
Thomas, It's OK. At least I didn't slander anybody... Randy At 01:54 2002-11-26, you wrote: Randall R Schulz <[EMAIL PROTECTED]> wrote: > privately. (He used that "thomas <[EMAIL PROTECTED]>" address even though > the message to which I replied was sent to me only--I just hit reply ooops sor

how do I link in nl_langinfo()?

2002-11-26 Thread Rui Carmo
Hello there, I cannot seem to find nl_langinfo() in any library, even though I have langinfo.h. Compiling CVSTrac (www.cvstrac.org) fails with: /home/carmor/build/cvstrac-build/timeline_.c:76: undefined reference to `_nl_langinfo' I've tried -lintl, but a simple "ar t libintl.a" confirmed that

Re: New setup.exe beta.

2002-11-26 Thread John Morrison
On 26 Nov 2002, Robert Collins wrote: > On Wed, 2002-11-27 at 00:26, John Morrison wrote: > > Congratulations to all :) > > > > I've tried it and a couple of collegues (I > > ran the net installation they ran local). Nobody > > found anything wrong. There was, however, one > > suggestion; they li

Re: New setup.exe beta

2002-11-26 Thread fergus
I've tried it twice. Both brand new installations after removing all previous traces of Cygwin including registry entries. First time: just install base. Second time: just install base, then run setup again (i.e. as "update" really) and install half a dozen additional extras. Faultless both times.

Setup no longer able to download list of mirror sites.

2002-11-26 Thread Leigh Hebblethwaite
Hi, I'm having a problem with Setup. It's stopped working since a few days ago. It gets through to the stage where it tries to download mirrors.lst. It fails with the following error message: "Can't get list of download sites. Make sure your network settings are corect (sic) and try again". Th

Output of cygpath --path --windows is corrupt

2002-11-26 Thread Daniel Steinmann
The output from cygpath --path --windows is corrupt for a unix path with lot of directory components. I found this problem a while ago, see http://cygwin.com/ml/cygwin/2002-10/msg01791.html I tried again with the latest cygwin release (1.3.16), but still without success. Unfortunately I am st

Re: New setup.exe beta.

2002-11-26 Thread Robert Collins
On Wed, 2002-11-27 at 00:26, John Morrison wrote: > Congratulations to all :) > > I've tried it and a couple of collegues (I > ran the net installation they ran local). Nobody > found anything wrong. There was, however, one > suggestion; they liked the progress for MD5 but > they wanted an overa

Re: New setup.exe beta.

2002-11-26 Thread John Morrison
Congratulations to all :) I've tried it and a couple of collegues (I ran the net installation they ran local). Nobody found anything wrong. There was, however, one suggestion; they liked the progress for MD5 but they wanted an overall progress in addition to one for each package (and they wanted

Re: nice really nice?

2002-11-26 Thread thomas
Robert Collins <[EMAIL PROTECTED]> wrote: > Windows has (offhand) ~ 30 scheduling levels. It has priority classes, > which 'group' processes, and then relative priorities within each > class.IIRC you can check sched,cc via CVS to see the actual mapping I > used, it's not linear as such, but nearl

Re: Missing getopt.h for MinGW is not a bug.

2002-11-26 Thread Robert Collins
On Tue, 2002-11-26 at 23:58, Earnie Boyd wrote: > We purposefully do not give GPLed interfaces to the MinGW user > community, even though we do supply the libraries for those who are > aware of the GPL issues. You'll have to supply your own declarations > for getopt. There are BSD getopt's flo

Missing getopt.h for MinGW is not a bug.

2002-11-26 Thread Earnie Boyd
We purposefully do not give GPLed interfaces to the MinGW user community, even though we do supply the libraries for those who are aware of the GPL issues. You'll have to supply your own declarations for getopt. Earnie. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug r

New setup.exe beta.

2002-11-26 Thread Robert Collins
We're at that time again, where your testing directly influences the quality of setup.exe that you get to run. So, at http://www.cygwin.com/setup-snapshots/ there is a new setup.exe snapshot, that is (as far as we know) devoid of major bugs. It has many many new features. They include: * More co

Re: nice really nice?

2002-11-26 Thread Robert Collins
On Tue, 2002-11-26 at 21:15, thomas wrote: > >Robert Collins <[EMAIL PROTECTED]> wrote: > > Hi Robert, > > I hope you don't mind that i send this question to you in private but i > think the list in general is not really interested in this. Well, its on topic for the list, I'd really rather you

RE: [Patch] skipping import libraries for performance reasons - direct auto-import of dll's

2002-11-26 Thread Ralf Habacker
> > -Original Message- > > From: [EMAIL PROTECTED] > > [mailto:[EMAIL PROTECTED]]On Behalf Of Christopher > > Faylor > > Sent: Tuesday, November 26, 2002 2:42 AM > > To: Binutils; [EMAIL PROTECTED] > > Subject: Re: [Patch] skipping import libraries for performance reasons - > > direct auto-

Re: [Performance Regression] cygwin 1.3.15-2 -> 1.3.16-1

2002-11-26 Thread Ljubomir Josifovski
On Sun, Nov 24, 2002 at 11:47:37PM -, Max Bowsher wrote: > With 16-1, I'm seeing *extreme* latency in keypresses appearing in bash, > when I have a compile running in another Cygwin window (in my case, > compiling setup). With 15-2, there are no such delays. I will try to > localize the problem

accessing cygwin functions from non-cygwin app

2002-11-26 Thread Jan Beulich
Hello, while I was trying to understand this on my own I'm ready to give up. All I intended was translating a coupld of filenames from cygwin to Win32 notation in an otherwise Win32-only app. I quickly realized that cygwin1.dll does not do all the necessary initialization on its own, i.e. from

Re: Enquiry

2002-11-26 Thread Corinna Vinschen
On Tue, Nov 26, 2002 at 09:59:53AM +1300, a peters wrote: > > Can you provide details re, or a link to a how-to on the subject of, > configuring cygwin inetd for use on Windows 2000? > > I'm trying to set up an rlogind service to permit access via rlogin from a > host running VMS 7.1-2 (not th

RE: Make-Problem Postgres on Cygwin

2002-11-26 Thread Godson Retna
Hi The problem persists and I get the following error using make...even after applying the patch. Help me see where I am missing it. Awaiting your input. Thanks. Godson R. ==[begin quote]=== make[3]: `SUBSYS.o' is up to date.

make error during PostgreSQL installation on windows using cygwin

2002-11-26 Thread Godson Retna
-Original Message- From: Godson Retna [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 1:03 PM To: Jason Tishler Cc: [EMAIL PROTECTED] Subject: RE: [CYGWIN] make error during PostgreSQL installation on windowsusing cygwin Hi Jason Thank you for your valuable assistance. BTW