FW: [SECURITY] [DSA-096-1] mutt buffer overflow

2002-01-03 Thread Corinna Vinschen
-Original Message- From: Wichert Akkerman [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 6:39 PM To: [EMAIL PROTECTED] Subject: [SECURITY] [DSA-096-1] mutt buffer overflow -BEGIN PGP SIGNED MESSAGE- - --

RE: [SECURITY] [DSA-096-1] mutt buffer overflow

2002-01-03 Thread Gary R. Van Sickle
Oh Lord. Thanks for the heads up Corinna, I had not seen this. I'm not going to get a chance to reroll this until tomorrow evening; do you think this warrants pulling the current build from distribution? If so, by all means do so. I can write up an explanation/warning tomorrow and post it to t

RE: Rsh with wish application.

2002-01-03 Thread Tikka, Sami
This is just a guess, but on real Unix systems an error like yours usually occurs because in the first case the remote system is running a login shell for you and in the second case the shell is not a login shell. Perhaps the proper execution of tclsh or your script depends on some initialization

inetd: works with gcc-compiled program, not msvc

2002-01-03 Thread Warren Burstein
I am running inetutils-1.3.2-16 and cygwin-1.3.6-6 on Windows 2000. I added a service to /etc/inetd.conf like this: foo stream tcp nowait root c:/path/prog prog prog.exe just printf's and exits. If prog is compiled in gcc it works, "telnet hostname foo" prints the output of the program. Buf

cannot change password using "passwd" command

2002-01-03 Thread Tiffany Chan
I cannot change password of local account using "passwd" command in Cygwin. $passwd Enter the new password (minimum of 5, maximum of 8 characters). Please use a combination of upper and lower case letters and numbers. Old password: < i type old password here> Bad password: Too short. I am sure

Re: inetd: works with gcc-compiled program, not msvc

2002-01-03 Thread Robert Collins
- Original Message - From: "Warren Burstein" <[EMAIL PROTECTED]> > > While some may find this to be a good way to encourage people to use gcc > rather than msvc, and I'd rather do just that, unfortunately I need to run > a service written by someone else in msvc. It's not the compilers c

Re: rebase addon - Bas and Size listing of dll's without rebasing

2002-01-03 Thread Jason Tishler
Rob, On Fri, Dec 28, 2001 at 11:06:35AM +1100, Robert Collins wrote: > - Original Message - > From: "Jason Tishler" <[EMAIL PROTECTED]> > > After the above is completed, then I would entertain adding such an > > option if the community deemed it appropriate. But, wouldn't > > implementin

mount point

2002-01-03 Thread Tiffany Chan
My hard disk have c: d: e: f: drive. In Cygwin, $ mount D:\cygwin\bin on /usr/bin type system (binmode) D:\cygwin\lib on /usr/lib type system (binmode) D:\cygwin on / type system (binmode) D:\oracle on /oracle type system (textmode) e: on /cygdrive/e type system (textmode) f: on /cygdrive/f type

Re: rebase addon - Bas and Size listing of dll's without rebasing

2002-01-03 Thread Robert Collins
- Original Message - From: "Jason Tishler" <[EMAIL PROTECTED]> > > IMO we should be using bfd not the MS helper libraries - in the long > > term. Otherwise one cannot do any of this as part of a cross compile or > > cross-manipulation toolkit. > > Good point. > > I'm willing to do the righ

id / mkpasswd

2002-01-03 Thread david . sannier
Hi, I've installed cygwin on W2K. My account is not local, so I've added it with `mkpasswd -u -d >> /etc/passwd` This seems to work well : it adds the line with a user id of 109369 (=0x1AB39) The first time I launched a bash, "I have no name!" (not exactly what I expected) So... What does t

Re: procmail (and SmartList) on cygwin

2002-01-03 Thread Jason Tishler
Greg, On Mon, Dec 31, 2001 at 03:38:10PM +0800, Greg Matheson wrote: > On Mon, 10 Dec 2001, Jason Tishler wrote: > > Otherwise, you can try my attached build recipe. Note the following: > > > 2. Building procmail under Cygwin is a little touchy. Sometimes I > >have to restart the m

Question

2002-01-03 Thread Dwayne \"Doc\" Sans
Can I use cygwin to connect and run an x windows session to our Solaris machine? I was going to buy Hummingbird to accomplish this, but a friend said try cygwin first. I have downloaded it, but it’s pretty cryptic and was just wondering if this was the right app to do what I want J   Dway

Re: Question

2002-01-03 Thread Timothy Flechtner
i export xterms from my pc running cygwin to my solaris box (so i only have to get used to one keyboard), and have run other apps also. once cygwin (and x) are set up, you export your display just like you would between two solaris machines. -tim On 2002.01.03 08:45 Dwayne Doc Sans wrote: >

BunZip and an extra question

2002-01-03 Thread Dwayne \"Doc\" Sans
Hmm trying to follow the install procedure for Xfree86 and bunzip isn’t happening. Is this a separate compression app I need to install?  Also is cygwin blending in with my local windows environment, I right clicked in the cygwin box and got a lot of registry info and other stuff as a respo

Re: setup.exe splash screen - mini-competition

2002-01-03 Thread Ryan T. Sammartino
On Wed, Jan 02, 2002 at 07:41:11PM +1100, Robert Collins wrote: > The key design criterion are: > 2) Must be related to, in an easily interpretable fashion, the Cygwin > net release project. > > Something interesting and humorous is probably best. > I would vote myself for some kind of Swan (Cy

Re: BunZip and an extra question

2002-01-03 Thread Mark Himsley
On Thu, 3 Jan 2002 10:14:27 -0600 you wrote: >--_=_NextPart_000_01C19471.B74767D0 >Content-Type: image/gif; > name="image001.gif" >Content-Transfer-Encoding: base64 >Content-Disposition: attachment; > filename="image001.gif" I think we'd all be grateful if you could stop sending

announcements trapped by anti-viral filter

2002-01-03 Thread Stoddard, Isaac A
Folks, Our corporate anti-viral filters traps cygwin-announce now. Someone has decided that (imagine the punctuation) "setup dot exe" is a potential virus vector and all list-mailed messages containing it as a character string are automatically blocked. Hence, I can no longer receive cygwin-annou

Re: [SECURITY] [DSA-096-1] mutt buffer overflow

2002-01-03 Thread Corinna Vinschen
On Thu, Jan 03, 2002 at 05:33:26AM -0600, Gary R. Van Sickle wrote: > Oh Lord. Thanks for the heads up Corinna, I had not seen this. I'm not going > to get a chance to reroll this until tomorrow evening; do you think this > warrants pulling the current build from distribution? If so, by all mea

Re: mount point

2002-01-03 Thread Larry Hall (RFK Partners, Inc)
At 08:25 AM 1/3/2002, Tiffany Chan wrote: >My hard disk have c: d: e: f: drive. In Cygwin, > >$ mount >D:\cygwin\bin on /usr/bin type system (binmode) >D:\cygwin\lib on /usr/lib type system (binmode) >D:\cygwin on / type system (binmode) >D:\oracle on /oracle type system (textmode) >e: on /cygdri

Compiling Berkeley db for Ruby under Cygwin

2002-01-03 Thread Albert L. Wagner
Even as a Linux user, I probably stay as confused about compiling under cygwin as some windows users. I cannot figure out just where the linker is looking to find cygwin-ruby16. The only cygwin-ruby16 on my Win2k machine is D:\ruby\bin\cygwin-16.dll. I installed Ruby1.6.5 from the executable ins

RE: rebase addon - Bas and Size listing of dll's without rebasing

2002-01-03 Thread Ralf Habacker
> > On Fri, Dec 28, 2001 at 12:50:07PM +0100, Ralf Habacker wrote: > > >> -Original Message- > > >> From: Jason Tishler [mailto:[EMAIL PROTECTED]] > > >> On Wed, Dec 26, 2001 at 09:08:49PM +0100, Ralf Habacker wrote: > > >> > On analysing this problem I added an option "-l" to the rebase t

Re: announcements trapped by anti-viral filter

2002-01-03 Thread John Peacock
"Stoddard, Isaac A" wrote: > > Folks, > > Our corporate anti-viral filters traps cygwin-announce now. Someone has > decided that (imagine the punctuation) "setup dot exe" is a potential virus > vector and all list-mailed messages containing it as a character string are > automatically blocked. H

C++ Link Errors

2002-01-03 Thread Parker, Ron
I am trying to build the Linux UML modeler with cygwin. Everything works until I link. Libtool tries adding -ldl to the g++ linking call. If I enter g++ command by hand without the -ldl everything is fine, except I get a number of C++ related linking errors. My command line is: g++ -Wl,--enable

Re: BunZip and an extra question

2002-01-03 Thread Christopher Faylor
On Thu, Jan 03, 2002 at 04:40:48PM +, Mark Himsley wrote: >On Thu, 3 Jan 2002 10:14:27 -0600 you wrote: > >>--_=_NextPart_000_01C19471.B74767D0 >>Content-Type: image/gif; >> name="image001.gif" >>Content-Transfer-Encoding: base64 >>Content-Disposition: attachment; >> filename="i

Re: setup.exe splash screen - mini-competition

2002-01-03 Thread Christopher Faylor
On Thu, Jan 03, 2002 at 08:28:30AM -0800, Ryan T. Sammartino wrote: >On Wed, Jan 02, 2002 at 07:41:11PM +1100, Robert Collins wrote: >> The key design criterion are: >> 2) Must be related to, in an easily interpretable fashion, the Cygwin >> net release project. >> >> Something interesting and hu

Re: announcements trapped by anti-viral filter

2002-01-03 Thread Christopher Faylor
On Thu, Jan 03, 2002 at 11:34:58AM -0600, Stoddard, Isaac A wrote: >Our filters can't be the only ones blocking you guys (and other good >folks' news) from reaching us. Would someone at your site be >interested/able/willing to change the standard announcement text to >avoid mentioning that execut

MIT Kfw SDK w/ Cygwin? Trying to build OpenSSH w/ GSS-API on Cygwin...

2002-01-03 Thread Nicolas Williams
I'm trying to build OpenSSH (2.9p2, for now) with Simon Wilkinson's patches that implement the external-keyx / GSS-API extensions. Specifically I wish to use Kerberos V as the GSS mechanism. That means picking Heimdal or MIT krb5 as the Kerberos V implementation. I started with MIT krb5, specif

Re: MIT Kfw SDK w/ Cygwin? Trying to build OpenSSH w/ GSS-API on Cygwin...

2002-01-03 Thread Jeffrey Altman
> Looking at the dependencies of the Kfw DLLs I see that there is a > dependency on MSVCRT.DLL. > > *FAQ check: MSVCRT.DLL and cygwin1.dll are mutually exclusive* > > But the dependency on MSVCRT.DLL by the MIT Kfw DLLs is indirect. What do you mean by "indirect"? The KFW DLLs are linked to MS

Re: MIT Kfw SDK w/ Cygwin? Trying to build OpenSSH w/ GSS-API on Cygwin...

2002-01-03 Thread Nicolas Williams
On Thu, Jan 03, 2002 at 01:42:15PM -0500, Jeffrey Altman wrote: > > Looking at the dependencies of the Kfw DLLs I see that there is a > > dependency on MSVCRT.DLL. > > > > *FAQ check: MSVCRT.DLL and cygwin1.dll are mutually exclusive* > > > > But the dependency on MSVCRT.DLL by the MIT Kfw DLLs

RE: announcements trapped by anti-viral filter

2002-01-03 Thread Stoddard, Isaac A
I thoroughly agree with you about filter quality. However, this is at Corporate firewall level, and admin will NOT be changing it, (so said the helpdesk). I would dearly love to be able to control my own inbound filtering, since I practice "safe hex", but that's not likely to be allowed soon. Sigh

Re: MIT Kfw SDK w/ Cygwin? Trying to build OpenSSH w/ GSS-API on Cygwin...

2002-01-03 Thread Jeffrey Altman
> > > But the dependency on MSVCRT.DLL by the MIT Kfw DLLs is indirect. > > > > What do you mean by "indirect"? The KFW DLLs are linked to MSVCRT.DLL. > > That the resulting OpenSSH Makefile does not reference it... That is irrelevant to the problem. The problem is that the two C Run Time envi

Re: MIT Kfw SDK w/ Cygwin? Trying to build OpenSSH w/ GSS-API on Cygwin...

2002-01-03 Thread Jeffrey Altman
Danilio There are other issues that can become problems when you are using runtime environments from different vendors. Both runtime is going to try to simulate Unix style signal handling by installing Exception Handlers. When mixing debug and non-debug dlls on Windows this is not a problem bec

Re: MIT Kfw SDK w/ Cygwin? Trying to build OpenSSH w/ GSS-API on Cygwin...

2002-01-03 Thread Nicolas Williams
Ah, yes, this is what I was hoping for. What I have, so far, links, and the resulting ssh.exe even runs, but then it crashes, around the code that calls GSS-API. I'm trying to trace it with gdb now. Also, Kfw should have no need to access stdio, another way in which cygwin1.dll and msvcrt.dll co

Re: MIT Kfw SDK w/ Cygwin? Trying to build OpenSSH w/ GSS-API on Cygwin...

2002-01-03 Thread Nicolas Williams
Then again, tracing this with GDB makes me believe Jeff... :/ Oh well. I'll have to give Heimdal a try then... Nico On Thu, Jan 03, 2002 at 03:17:56PM -0500, Nicolas Williams wrote: > Ah, yes, this is what I was hoping for. > > What I have, so far, links, and the resulting ssh.exe even runs,

Setting cygwin for the first time (newbie) question with CYGWIN=ntsec

2002-01-03 Thread Tim Michals
All, Installed cygwin from the net today, and set in the include file CYGWIN=ntsec, ran mkpasswd -l -g > passwd and mkgroup -l > group in the /etc directory. The issue, still cannot create directories. for example in /home/Administrator perform the following commands: Administrator@T~ $ mkdir

Re: MIT Kfw SDK w/ Cygwin? Trying to build OpenSSH w/ GSS-API on Cygwin...

2002-01-03 Thread Jeffrey Altman
Or just try to compile Krb5 with Cygwin. > Then again, tracing this with GDB makes me believe Jeff... :/ > > Oh well. I'll have to give Heimdal a try then... > > Nico Jeffrey Altman * Sr.Software Designer C-Kermit 8.0 available now!!! The Kermit Project @ Columbia University includes

Re: MIT Kfw SDK w/ Cygwin? Trying to build OpenSSH w/ GSS-API on Cygwin...

2002-01-03 Thread Nicolas Williams
On Thu, Jan 03, 2002 at 03:32:01PM -0500, Jeffrey Altman wrote: > Or just try to compile Krb5 with Cygwin. Has anyone done this in recent times? I have a feeling it won't work. But, hey, I could try. Still, Leash32 won't work, so I'll still need to find a GUI kinit. Nico > > Then again, tracin

Re: MIT Kfw SDK w/ Cygwin? Trying to build OpenSSH w/ GSS-API on Cygwin...

2002-01-03 Thread Douglas E. Engert
Nicolas Williams wrote: > > Ah, yes, this is what I was hoping for. > > What I have, so far, links, and the resulting ssh.exe even runs, but > then it crashes, around the code that calls GSS-API. I'm trying to trace > it with gdb now. This could be a windows calling convention problem. The kr

Re: Setting cygwin for the first time (newbie) question with CYGWIN=n tsec

2002-01-03 Thread Larry Hall (RFK Partners, Inc)
At 03:30 PM 1/3/2002, Tim Michals wrote: >Installed cygwin from the net today, and set in the include file What does this mean?? >CYGWIN=ntsec, ran mkpasswd -l -g > passwd and mkgroup -

Re: MIT Kfw SDK w/ Cygwin? Trying to build OpenSSH w/ GSS-API on Cygwin...

2002-01-03 Thread Nicolas Williams
On Thu, Jan 03, 2002 at 02:38:04PM -0600, Douglas E. Engert wrote: > > > Nicolas Williams wrote: > > > > Ah, yes, this is what I was hoping for. > > > > What I have, so far, links, and the resulting ssh.exe even runs, but > > then it crashes, around the code that calls GSS-API. I'm trying to t

Re: setup.exe splash screen - mini-competition

2002-01-03 Thread Ryan T. Sammartino
On Thu, Jan 03, 2002 at 01:23:17PM -0500, Christopher Faylor wrote: > Since Cygnus is no longer a viable entity, it doesn't make sense to > publicize it. Good point, but it might be nice from a "historical" perspective. Also, I just plain like swans better than otters, but "de gustibus non est d

palm app building

2002-01-03 Thread Stephen Perry
Hi, I am a newbie to the world of the Palm and the cygwin development environment. I was wondering if anyone could help me out with a couple of questions. I have been trying to get some of the examples to compile with the palm 3.5 development kit but am finding that the examples are for the cod

Re: MIT Kfw SDK w/ Cygwin? Trying to build OpenSSH w/ GSS-API on Cygwin...

2002-01-03 Thread Jeffrey Altman
> On Thu, Jan 03, 2002 at 03:32:01PM -0500, Jeffrey Altman wrote: > > Or just try to compile Krb5 with Cygwin. > > Has anyone done this in recent times? I have a feeling it won't work. > But, hey, I could try. Still, Leash32 won't work, so I'll still need to > find a GUI kinit. No, you have to c

Who is supposed to set SIGURG for OOB in rlogin/tcp/rcmd??

2002-01-03 Thread Mark Paulus
Hi, I am using rlogin to talk to a sun box, and have noticed that my rows & columns are not being set, so I'm not getting good terminal characteristics. After digging down into the rlogin code (and cross comparing with some debian/linux code), it seems as though someone is not passing the SIGUR

Re: rebase addon - Bas and Size listing of dll's without rebasing

2002-01-03 Thread Robert Collins
Ah-ha! Jason, heres a thought: what if MS's rebase is trashing the non-standard auto-export address offset information... Rob -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.ht

talk,rxvt and tftp

2002-01-03 Thread Kiran Prakash
Hello, While using talk with rxvt terminals, the message informing you about the incoming talk connection is not displayed at all, but if you type talk in response, the connection is established. This behaviour does not occur in a console window. It seems that who reports me as being

Re: Compiling Berkeley db for Ruby under Cygwin

2002-01-03 Thread Gareth Pearce
ummm could it possibly be that the dll is in ruby\bin - and your lib path on the compile line is ruby\lib ? - but then the name cygwin-16.dll seems wrong so maybe you typed that little snippit out incorrectly. Gareth >Even as a Linux user, I probably stay as confused about compiling >under cyg

Cygwin X11

2002-01-03 Thread Joseph I. Davida
I am running latest Cygwin with X11 which were downloaded from programming.ccp14.ac.uk I am running on win2K with all the latest patches. After some time (I think about an hour or more) the Cygwin window in which I start X gets filled with this inifinitely repeating message: winShadowUpdateDDNL

Re: Compiling Berkeley db for Ruby under Cygwin

2002-01-03 Thread Gerrit P. Haase
Hallo Albert, Am 2002-01-03 um 18:40 schriebst du: > Even as a Linux user, I probably stay as confused about compiling > under cygwin as some windows users. I cannot figure out just > where the linker is looking to find cygwin-ruby16. 1. Use the correct linker flag `-L/path/to/librubys.a/' and

Re: cannot change password using "passwd" command

2002-01-03 Thread Corinna Vinschen
On Thu, Jan 03, 2002 at 11:57:05AM +, Tiffany Chan wrote: > > I cannot change password of local account using > "passwd" command in Cygwin. > > $passwd > Enter the new password (minimum of 5, maximum of 8 > characters). > Please use a combination of upper and lower case > letters and numbers

Re: id / mkpasswd

2002-01-03 Thread Corinna Vinschen
On Thu, Jan 03, 2002 at 02:43:38PM +0100, [EMAIL PROTECTED] wrote: > Hi, > > > I've installed cygwin on W2K. > My account is not local, so I've added it with > `mkpasswd -u -d >> /etc/passwd` > This seems to work well : it adds the line > with a user id of 109369 (=0x1AB39) > The first time

Re: Cygwin X11

2002-01-03 Thread Corinna Vinschen
On Thu, Jan 03, 2002 at 03:27:03PM -0800, Joseph I. Davida wrote: > I am running latest Cygwin with X11 which were > downloaded from > programming.ccp14.ac.uk > > I am running on win2K with all the latest patches. > > After some time (I think about an hour or more) > the Cygwin window in which

Re: gcc

2002-01-03 Thread Tim Prince
It's under Devel in the package selection page. It requires binutils; if that doesn't select itself, add that to your selections. - Original Message - From: "Givon Zirkind" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, January 02, 2002 9:14 AM Subject: gcc > Hi. I rece

RE: announcements trapped by anti-viral filter

2002-01-03 Thread Gary R Van Sickle
Stoddard, Isaac A wrote: [snip mere *mention* of EXEs trips AV SW] Man, I've heard some MIStapo horror stories in my time, but that one takes the proverbial cake. I simply can't imagine that such a situation can last for long at a place as big as Boeing without rioting in the cubes by the

[ANNOUNCEMENT] sourceware.cygnus.com alias for sources.redhat.com going away

2002-01-03 Thread Christopher Faylor
We've kept the old "sourceware.cygnus.com" host name around for two years now but it is going away very soon. So, if you are using the name sourceware.cygnus.com for ftp, email, rsync, ssh, web, etc., please change over to using sources.redhat.com ASAP. Just to be clear, you'll still continue to

Apache::Request and Cygwin

2002-01-03 Thread Dan Horne
Since installing Apache and mod_perl on Cygwin, everything has been working hunky-dory until, inevitably, I need to use Apache::Request. Unfortunately, I can't get it to compile, and I've seen posts that have stated that it is not possible. Has anyone got this working? Dan : lots of undefined sy

Where to find 'bunzip2' ? 'X11R6'

2002-01-03 Thread Dimitre Karpuzov
Hello: I installed 'cygwin' and try to install now 'Xfree86' but the installatuion, according to the Guidelines require 'bunzip2' to unzip the bz2 file and all files of 'X11R6'. For some reason the latter are not present at the mirror site and it is quite an inconvenience. Thanks for your help, D

Re: Where to find 'bunzip2' ? 'X11R6'

2002-01-03 Thread Larry Hall (RFK Partners, Inc)
At 08:41 PM 1/3/2002, Dimitre Karpuzov wrote: >Hello: >I installed 'cygwin' and try to install now 'Xfree86' but the >installatuion, according to the Guidelines require >'bunzip2' to unzip the bz2 file and all files of 'X11R6'. For some reason >the latter are not present at the mirror site and it

Pls show me how to subscribe cygwin-xFree mailing list. Thank you

2002-01-03 Thread hongxun lee
-- 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: Where to find 'bunzip2' ? 'X11R6'

2002-01-03 Thread Randall R Schulz
Dimitre, If you're dealing with Bzip2-compressed TAR files, then just use the "j" compression option with TAR. Otherwise, the bzip2 package (i.e., bzip2, bunzip2 and bzip2recover) _is_ included in Cygwin. It is in the "Utils" installer category. Do a full installation--things go more smoothly

Re: Pls show me how to subscribe cygwin-xFree mailing list. Thank you

2002-01-03 Thread Randall R Schulz
The original, one and only self-answering Cygwin list inquiry. At 18:03 2002-01-03, hongxun lee wrote: >-- >Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple >Bug reporting: http://cygwin.com/bugs.html >Documentation: http://cygwin.com/docs.html >FAQ:

Re: Pls show me how to subscribe cygwin-xFree mailing list. Thank you

2002-01-03 Thread Randall R Schulz
Ahem... "The original, one and only self-answering Cygwin list inquiry." ... Especially if its an inquiry about _UN_subscribing, as I jumped to the conclusion this was ... So, as penance for jumping to that conclusion, I looked up the answer: (second

Re: Nothing compiles (revisited)

2002-01-03 Thread Mike Fahlbusch
At 11:36 AM 6/17/01 -0400, you wrote: I hope I'm not stating the obvious here but this problem can also occur with g++ (of course it says g++ instead of gcc in the error message): >checking whether the C compiler (gcc ) works... no >configure: error: installation or configuration problem: C co

Re: Re: cannot change password using "passwd" command

2002-01-03 Thread Tiffany Chan
For account policy in both local server and domain server, the minimum character for password is 0. Moreover, I can use user account to change password in w2k GUI (ie. CTRL+ALT+DEL --> change password), with the same set of password tried in Cygwin. I don't want user use the console, so I hope

Re: C++ Link Errors

2002-01-03 Thread Mike Fahlbusch
At 11:51 AM 1/3/02 -0600, you wrote: >I am trying to build the Linux UML modeler with cygwin. Everything works >until I link. Libtool tries adding -ldl to the g++ linking call. If I enter >g++ command by hand without the -ldl everything is fine, except I get a >number of C++ related linking erro

Re: Question

2002-01-03 Thread Mike Fahlbusch
At 09:06 AM 1/3/02 -0600, you wrote: Is it practicable to run Xwindows under cygwin on a 386 PC (so I can have two screens). Also could you post the commands you use to get the xterm talking to the solaris box. Although I once set up xterm to a remote computer, it saturated the link as it d/

Re: procmail (and SmartList) on cygwin

2002-01-03 Thread Greg Matheson
On Thu, 03 Jan 2002, Jason Tishler wrote: > > > mv INSTALL INSTALL.txt > > > apply autoconf patch > > > make LN=cp # /usr/sbin/ssmtp > > > make BASENAME=/tmp/procmail/usr/local BINS='new/procmail.exe new/lockfile.exe >new/formail.exe new/mailstat' install > Did you apply the patch... IIRC, the

AC3 and Dolby on Cygwin

2002-01-03 Thread Piyush Kumar
I today compiled mpg123 on my laptop, I have a Dolby receiver and need to send AC3 output to SPDIF out of mine. Any ideas if this can be done on cygwin yet http://www.linuxdvb.tv/documentation/ac3sound.html The link on the above page describes how to do it on a linux system. Has anyone tried it