Re: xv on cygwin?

2006-04-10 Thread René Berber
steven woody wrote: > is there a solution of getting and installing xv on cygwin ? i got the > 3.10a of the program but failed when compile. Should compile if you have the xorg-x11-devel package installed. And better ask in the cygwin.xfree list; also include what error messages you received whe

xv on cygwin?

2006-04-10 Thread steven woody
hi, is there a solution of getting and installing xv on cygwin ? i got the 3.10a of the program but failed when compile. thanks. -- woody -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwi

Re: Printer configuration problem

2006-04-10 Thread Matthew Persico
On 4/10/06, Rockefeller, Harry <[EMAIL PROTECTED]> wrote: > lpq works to see the queue but printing doesn't. > > [EMAIL PROTECTED] /cygdrive/e > $ lpq -SNTSERVER1 -Psw-txt1 -l > > Windows 2000 LPD Server > Printer \\192.83.227.33\sw-txt1 > > Ow

install_driver(Oracle) failed

2006-04-10 Thread Jessie Chen
Dear Sir: I try to use perl script to connect to a oracle database in cygwin, and I am getting this error msg: install_driver(Oracle) failed: cann't locate DBD/Oracle.pm in @INC (@INC contains: /usr/lib/perl5/5.8/cygwin ..) Perphase the DBD::Oracle perl module hasn't been fully installed

Re: Cygwin backwards compatibility break with WinMain and GetCommandLine (was Re: WinMain() not getting cl...)

2006-04-10 Thread Christopher Faylor
On Mon, Apr 10, 2006 at 03:55:02PM -0400, Igor Peshansky wrote: >On Tue, 11 Apr 2006, Christopher Faylor wrote: > >> On Mon, Apr 10, 2006 at 02:52:04PM -0400, Igor Peshansky wrote: >> >On Mon, 10 Apr 2006, Brian Dessent wrote: >> >> Igor Peshansky wrote: >> >>>If GetCommandLine lives in libcygwin.a

Re: Cygwin backwards compatibility break with WinMain and GetCommandLine (was Re: WinMain() not getting cl...)

2006-04-10 Thread Igor Peshansky
On Tue, 11 Apr 2006, Christopher Faylor wrote: > On Mon, Apr 10, 2006 at 02:52:04PM -0400, Igor Peshansky wrote: > >On Mon, 10 Apr 2006, Brian Dessent wrote: > >> Igor Peshansky wrote: > >>>If GetCommandLine lives in libcygwin.a, then programs linked on older > >>>versions of Cygwin will not link

Re: when is using cygserver recommended? (thx)

2006-04-10 Thread J. David Boyd
"Dave Korn" <[EMAIL PROTECTED]> writes: > On 10 April 2006 13:47, J. David Boyd wrote: > >> Christopher Faylor writes: > >> To me, this sounds like it controls the 'fork'ing of items, but I can't >> argue (too much), as I don't know for certain. > > Then it's damn silly to argue (any at all) wi

Re: Cygwin backwards compatibility break with WinMain and GetCommandLine (was Re: WinMain() not getting cl...)

2006-04-10 Thread Christopher Faylor
On Mon, Apr 10, 2006 at 02:52:04PM -0400, Igor Peshansky wrote: >On Mon, 10 Apr 2006, Brian Dessent wrote: >> Igor Peshansky wrote: >>>If GetCommandLine lives in libcygwin.a, then programs linked on older >>>versions of Cygwin will not link that function in, and thus won't work >>>with the new DLL.

Re: Cygwin backwards compatibility break with WinMain and GetCommandLine (was Re: WinMain() not getting cl...)

2006-04-10 Thread Igor Peshansky
On Mon, 10 Apr 2006, Brian Dessent wrote: > Igor Peshansky wrote: > > > If GetCommandLine lives in libcygwin.a, then programs linked on older > > versions of Cygwin will not link that function in, and thus won't work > > with the new DLL. Programs linking with the new version of Cygwin will > > h

Re: Cygwin backwards compatibility break with WinMain and GetCommandLine (was Re: WinMain() not getting cl...)

2006-04-10 Thread Brian Dessent
Igor Peshansky wrote: > If GetCommandLine lives in libcygwin.a, then programs linked on older > versions of Cygwin will not link that function in, and thus won't work > with the new DLL. Programs linking with the new version of Cygwin will > have that function, but due to API changes, may not wor

Re: Cygwin backwards compatibility break with WinMain and GetCommandLine (was Re: WinMain() not getting cl...)

2006-04-10 Thread Igor Peshansky
On Mon, 10 Apr 2006, Christopher Faylor wrote: > On Mon, Apr 10, 2006 at 09:48:10AM -0400, Igor Peshansky wrote: > >On Sun, 9 Apr 2006, Christopher Faylor wrote: > > > >> On Tue, Apr 04, 2006 at 11:44:47AM -0700, David Rothenberger wrote: > >> >WinMain() in a program compiled with cygwin1.dll is n

Re: Linking Windows dll with GCC application on cygwin

2006-04-10 Thread Jie Xu
Thanks a lot! -Jie - Original Message - From: "Igor Peshansky" <[EMAIL PROTECTED]> To: "Jie Xu" <[EMAIL PROTECTED]> Cc: Sent: Monday, April 10, 2006 12:38 PM Subject: Re: Linking Windows dll with GCC application on cygwin On Mon, 10 Apr 2006, Jie Xu wrote: I have a dll, for which

Re: Cygwin backwards compatibility break with WinMain and GetCommandLine (was Re: WinMain() not getting cl...)

2006-04-10 Thread Christopher Faylor
On Mon, Apr 10, 2006 at 09:48:10AM -0400, Igor Peshansky wrote: >On Sun, 9 Apr 2006, Christopher Faylor wrote: > >> On Tue, Apr 04, 2006 at 11:44:47AM -0700, David Rothenberger wrote: >> >WinMain() in a program compiled with cygwin1.dll is no longer >> >getting passed the command-line from bash cor

Re: Linking Windows dll with GCC application on cygwin

2006-04-10 Thread Igor Peshansky
On Mon, 10 Apr 2006, Jie Xu wrote: > I have a dll, for which I don't have the source code, compiled in Visual > Studio .NET 2003. How can I link this dll with my C++ codes compiled in > GCC on cygwin? The short answer is: you can't (in general). C++ name mangling is different in GCC and MSVC, so

Linking Windows dll with GCC application on cygwin

2006-04-10 Thread Jie Xu
Hi, I have a dll, for which I don't have the source code, compiled in Visual Studio .NET 2003. How can I link this dll with my C++ codes compiled in GCC on cygwin? Please help me. Thanks! -Jie -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http:/

Re: Cygwin backwards compatibility break with WinMain and GetCommandLine (was Re: WinMain() not getting cl...)

2006-04-10 Thread Igor Peshansky
On Sun, 9 Apr 2006, Christopher Faylor wrote: > On Tue, Apr 04, 2006 at 11:44:47AM -0700, David Rothenberger wrote: > >WinMain() in a program compiled with cygwin1.dll is no longer > >getting passed the command-line from bash correctly with the > >20060403 snapshot. It works fine with the 20060329

RE: when is using cygserver recommended? (thx)

2006-04-10 Thread Dave Korn
On 10 April 2006 13:47, J. David Boyd wrote: > Christopher Faylor writes: > To me, this sounds like it controls the 'fork'ing of items, but I can't > argue (too much), as I don't know for certain. Then it's damn silly to argue (any at all) with someone who does know for certain! cheers,

Re: when is using cygserver recommended? (thx)

2006-04-10 Thread J. David Boyd
Christopher Faylor <[EMAIL PROTECTED]> writes: > > Just to state the obvious again: cygserver has nothing to do with fork > -- superstitious assertions to the contrary not withstanding. > > cgf >From the CYGSERVER Readme: -- What is Cygserver? Cygserver is a progra

Re: V5.94 ptx -i ignore-file doesn't appear to work

2006-04-10 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Graig McHendrie on 4/8/2006 6:55 AM: > On receiving this message, Paul Eggert of the coreutils group suggested > I send this information to the cygwin mailing list, since he is using > the Linux version. > > The message at the bottom show

Re: find and /cygdrive/c

2006-04-10 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Jim Easton on 4/9/2006 1:44 AM: > > Anyway, find 4.2.27: > I must have installed 4.3.0 several times :-( I really didn't have a > good handle on using setup). oldfind claims he is version 4.3.0 too :-(. > Funny thing though, they are dif

RE: cygrunsrv.exe with csrss.exe cause 100% system load with API-Call

2006-04-10 Thread Dave Korn
On 10 April 2006 13:22, Patrick Lichtner wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi Alex, > > first of all thanks for your help. > >>> Attach the testprogram so we can figure out what's going on. > Sorry, how? It doesn't seem to work.. > Neither with cygwin at cygwin dot co

Re: cygrunsrv.exe with csrss.exe cause 100% system load with API-Call

2006-04-10 Thread Patrick Lichtner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Alex, first of all thanks for your help. >> Attach the testprogram so we can figure out what's going on. Sorry, how? It doesn't seem to work.. Neither with cygwin at cygwin dot com nor with ping2weltall at gmail dot com What am i doing wrong? Tha

Re: cygrunsrv.exe with csrss.exe cause 100% system load with API-Call

2006-04-10 Thread Alexander Herrmann
On 4/10/06, Patrick Lichtner <[EMAIL PROTECTED]> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Hi All, > > we are an antivirus vendor and customers can't update our software with > OpenSSH for Windows (cygwin1.dll v 1005.10.0.0) running: > > The cygwin process "cygrunsrv.exe" togethe

cygrunsrv.exe with csrss.exe cause 100% system load with API-Call

2006-04-10 Thread Patrick Lichtner
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi All, we are an antivirus vendor and customers can't update our software with OpenSSH for Windows (cygwin1.dll v 1005.10.0.0) running: The cygwin process "cygrunsrv.exe" together with the Microsoft Client/Server Runtime Server Subsystem ("csrss.exe

rsh problem

2006-04-10 Thread Asim
Hi All, I installed cygwin 1.88 on my Windows XP. I have a sun solaris server from which I want to execute some commands on the Windows PC remotely. i.e. rsh -l amohanty "ls" But it is not working, it simply returns nothing. [EMAIL PROTECTED] /export/home/amohanty $ rsh -l amohanty "ls" [EMAI