Virus-report

2004-08-04 Thread vcenter
Virus/Worm detected: W32/Lovgate.AE-mm Protocol: smtp Source IP: 202.133.250.130 Destination IP: 12.107.209.250 Email Address From: [EMAIL PROTECTED] Email Address To: [EMAIL PROTECTED] -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/prob

Re: Possible Bug? linking sockets and system libraries

2004-08-04 Thread Brian Dessent
Álvaro Suárez Sarmiento wrote: > I would be grateful if you indicate me how to correct the errors, or indicate me > if this is a bug in "gcc". Build problems are rarely bugs in the compiler. The makefile or build environment (locally installed libraries, headers, include directories, etc.) are

Possible Bug? linking sockets and system libraries

2004-08-04 Thread Álvaro Suárez Sarmiento
Hi All: I installed version 1.5.10-3 of CYGWIN in my SONY VAIO laptop over Windows-XP. Over cygwin I instaled SDL library, then I tried with "ffmpeg" multimedia software. After several days compiling and linking the program named "ffplay" (inside the ffmpeg package) and searching solutions in se

Re: zmodem port?

2004-08-04 Thread Williams, Gerald S \(Jerry\)
On Wednesday, July 28, Scott Evans asked: > Has anyone successfully ported sz/rz to Cygwin? I searched earlier posts, and it is clear that it had been done. So I tried grabbing rzsz.sip from www.omen.com and building it. No problem. Just modify the makefile to add .exe to the executable names when

Re: isfinite returning wrong results

2004-08-04 Thread Yitzchak Scott-Thoennes
On Wed, Aug 04, 2004 at 10:01:32AM -0400, Christopher Faylor <[EMAIL PROTECTED]> wrote: > On Wed, Aug 04, 2004 at 01:10:35AM -0700, Yitzchak Scott-Thoennes wrote: > >I'm having trouble figuring this out. isfinite is sometimes returning > >incorrect results. > > cygwin uses the newlib library for

Re: Interrupts, bash and .cmd scripts

2004-08-04 Thread Christopher Faylor
On Wed, Aug 04, 2004 at 02:44:33PM -0400, Larry Hall wrote: >Pure Win32 programs don't play well with signals generally. And often Win32 programs don't play well with ptys, either. That's undoubtedly what's happening here. So, it's a PTC situation. cgf -- Unsubscribe info: http://cygwin.c

Re: gethostbyname() crashes

2004-08-04 Thread Christopher Faylor
On Wed, Aug 04, 2004 at 02:28:10PM -0500, Pawel Slusarz wrote: >"Sam Steingold" <[EMAIL PROTECTED]> wrote in message >news:[EMAIL PROTECTED] >> CYGWIN_NT-5.0 1.5.10(0.116/4/2) 2004-05-25 22:07 i686 >> >> (gdb) p gethostbyname("ftp.gnu.org") > > >I get the same. Maybe a bug that was introduced recen

Re: gethostbyname() crashes

2004-08-04 Thread Pawel Slusarz
"Sam Steingold" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > CYGWIN_NT-5.0 1.5.10(0.116/4/2) 2004-05-25 22:07 i686 > > (gdb) p gethostbyname("ftp.gnu.org") I get the same. Maybe a bug that was introduced recently? (gdb) list 1 #include 2 #include 3 4 int main

RE: question about shared memory in the cygwin daemon

2004-08-04 Thread Clarke, Trevor
We currently run on 32bit windows and 32/64but solaris with near future plans to run on 64bit windows. The product is for a specific client so we can assume 4gb or more of physical ram. As for Matlab, the problem is that the library routines for embedding matlab spawn a separate process and use I

Re: Interrupts, bash and .cmd scripts

2004-08-04 Thread Larry Hall
At 12:18 PM 8/4/2004, you wrote: >On Aug 4, 2004, Larry Hall <[EMAIL PROTECTED]> wrote: > |Did you follow the whole thread? I only pointed you to the beginning (so > |you got the context) but it is the later posts that are most relevant to > |your p

Re: WinXP service problem

2004-08-04 Thread Larry Hall
At 12:09 PM 8/4/2004, you wrote: >I turned on verbosity for the client and performed my tests- called the batch script >directly and from the seervice. Attached are the logs from SSH client for both cases. >I have removed my server name and user name for security reasons. > >Thx for your help, >R

RE: question about shared memory in the cygwin daemon

2004-08-04 Thread Dave Korn
> -Original Message- > From: cygwin-owner On Behalf Of Clarke, Trevor > Sent: 04 August 2004 17:54 > I'm currently developing image processing software which will > use matlab > as a "plugin" for interactive processing. The problem is, matlab, when > called from another program, spawns a

question about shared memory in the cygwin daemon

2004-08-04 Thread Clarke, Trevor
I'm currently developing image processing software which will use matlab as a "plugin" for interactive processing. The problem is, matlab, when called from another program, spawns a separate matlab engine process. The data we are working with can get very large (4gb+) so we can't pass copies of it

1.5.10-3, NT4, NetWare, cp - "Permission denied" when dest.file exists

2004-08-04 Thread Bjørn-Helge Mevik
Cygwin Configuration Diagnostics Current System Time: Wed Aug 04 17:11:48 2004 Windows NT Ver 4.0 Build 1381 Service Pack 6 Path: D:\cygwin\usr\local\bin D:\cygwin\bin D:\cygwin\bin D:\cygwin\usr\X11R6\bin c:\WINNT\system32 c:\WINNT\system32\nls\ENGLISH

Re: Interrupts, bash and .cmd scripts

2004-08-04 Thread Gregory F. March
On Aug 4, 2004, Larry Hall <[EMAIL PROTECTED]> wrote: |Did you follow the whole thread? I only pointed you to the beginning (so |you got the context) but it is the later posts that are most relevant to |your predicament IMO. Yes, I did read it. Unless I missed something, the problem is dif

Re: WinXP service problem

2004-08-04 Thread Rachan Malhotra
I turned on verbosity for the client and performed my tests- called the batch script directly and from the seervice. Attached are the logs from SSH client for both cases. I have removed my server name and user name for security reasons. Thx for your help, Rachan Larry Hall wrote: At 10:29 AM 8/

gethostbyname() crashes

2004-08-04 Thread Sam Steingold
CYGWIN_NT-5.0 1.5.10(0.116/4/2) 2004-05-25 22:07 i686 (gdb) p gethostbyname("ftp.gnu.org") Program received signal SIGSEGV, Segmentation fault. 0x7c5746b9 in KERNEL32!IsBadWritePtr () from /cygdrive/c/WINNT/system32/KERNEL32.DLL The program being debugged was signaled while in a function calle

Re: Interrupts, bash and .cmd scripts

2004-08-04 Thread Larry Hall
At 07:55 AM 8/4/2004, you wrote: > |Following up on some of that advice, did you try googling? I found > |this by looking for "Control-C" and "rxvt" in 2004. > | > | > | > |Looks relevant to me, no? > >No, unfortunately not. The issue is not

Re: RESEND man.conf permissions problem

2004-08-04 Thread Larry Hall
At 03:34 AM 8/4/2004, you wrote: >-BEGIN PGP SIGNED MESSAGE- >Hash: SHA1 > >(I've removed the attachment in case that might have been associated >with the reason why my original post never made it to the list. If >you need to see my cygcheck output, let me know and I can either send >that

[ANNOUNCEMENT] Updated: CMake-2.0.3-1

2004-08-04 Thread William A. Hoffman
There has been a new release of the official cmake (2.0.3-1). This is a minor release from to 2.0.2 to 2.0.3. Changes in CMake 2.0.3: - Fixes for Find/Use SWIG, better error reporting and SWIG_FLAGS work. - initial support for VCExpress visual studio 8 - LastMemCheck.log instead of LastMemCheck.x

Re: Please help with 4NT and cygwin problem?? (WinXP) - 2 attachments

2004-08-04 Thread Daniel Miller
Christopher Faylor <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: >>gateway to this list. > > I found this in your cygcheck output as one of your environment > variables in the failing 4NT case: > > __COMPAT_LAYER = `Win98 DisableThemes ' > > This is the cause of your problems. I don't

Re: WinXP service problem

2004-08-04 Thread Larry Hall
At 10:29 AM 8/4/2004, you wrote: >Hi, > >I am facing a problem when I try to start cygwin ssh client as Windows service. The >task is to automatically login to a ssh server without user intervention. Below is >the scenario. > >I am trying to automatically connect to a Fedora Core2 server from my

Re: Please help with 4NT and cygwin problem?? (WinXP) - 2 attachments

2004-08-04 Thread Christopher Faylor
On Wed, Aug 04, 2004 at 10:26:32AM -0400, Christopher Faylor wrote: >On Wed, Aug 04, 2004 at 02:02:13PM +, Daniel Miller wrote: >>Christopher Faylor <[EMAIL PROTECTED]> wrote in >>news:[EMAIL PROTECTED]: >> >>> On Wed, Aug 04, 2004 at 04:29:41AM +, Daniel Miller wrote: - If I run "ver

WinXP service problem

2004-08-04 Thread Rachan Malhotra
Hi, I am facing a problem when I try to start cygwin ssh client as Windows service. The task is to automatically login to a ssh server without user intervention. Below is the scenario. I am trying to automatically connect to a Fedora Core2 server from my WinXP laptop. I have installed cygwin ss

Re: Please help with 4NT and cygwin problem?? (WinXP) - 2 attachments

2004-08-04 Thread Christopher Faylor
On Wed, Aug 04, 2004 at 02:02:13PM +, Daniel Miller wrote: >Christopher Faylor <[EMAIL PROTECTED]> wrote in >news:[EMAIL PROTECTED]: > >> On Wed, Aug 04, 2004 at 04:29:41AM +, Daniel Miller wrote: >>>- If I run "ver /r" from the 4NT window, with my current directory on >>>c: \ (which is my

Re: Please help with 4NT and cygwin problem?? (WinXP) - 2 attachments

2004-08-04 Thread Daniel Miller
Christopher Faylor <[EMAIL PROTECTED]> wrote in news:[EMAIL PROTECTED]: > On Wed, Aug 04, 2004 at 04:29:41AM +, Daniel Miller wrote: >>- If I run "ver /r" from the 4NT window, with my current directory on >>c: \ (which is my WinXP boot drive), it says: >> >>4NT 5.00U Windows XP 5.1 4NT Build

Re: STL std::random_shuffle behavior fails with lrand48

2004-08-04 Thread Christopher Faylor
On Tue, Aug 03, 2004 at 11:16:21PM -0700, Jim Kleckner wrote: >Arturus Magi wrote: > >>Jim Kleckner wrote: >> >>>Version of cygwin is current (see attached file >>>for all version stamps) >>>gcc 3.3.1-3 >>>gcc-g++ 3.3.1-3 >>> >>>version of gcc/g++ on Linux is 2.9

Re: isfinite returning wrong results

2004-08-04 Thread Christopher Faylor
On Wed, Aug 04, 2004 at 01:10:35AM -0700, Yitzchak Scott-Thoennes wrote: >I'm having trouble figuring this out. isfinite is sometimes returning >incorrect results. cygwin uses the newlib library for all of its math operations. The mailing list for newlib is: newlib at sourceware dot org cgf -

Permissions problem (was: RESEND man.conf permissions problem)

2004-08-04 Thread Fish
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 > I haven't tried reinstalling (or uninstalling/reinstalling) the > fileutils package yet, but I will, just to see if that makes any > difference at all. FYI: it made no difference. :( Does ANYONE have a clue as to what might be going on?? Anyone

Re: Problem starting sshd as a service

2004-08-04 Thread Christopher Faylor
On Wed, Aug 04, 2004 at 05:33:51AM -0700, Erik Weibust wrote: >Check out this site for very good instructions on setting up sshd via >cygwin. > >http://tech.erdelynet.com/cygwin-sshd.html And, then, if you have further problems with sshd, make sure that you send all of your inquiries there, too...

Re: Hi cygwin g++ question

2004-08-04 Thread Tim Prince
At 02:23 AM 8/4/2004, Patientsoft Limited wrote: I realise that a few header files will have to be changed but is it possible to use cygwin and does it come with g++ that will compile for redhat 6.2? In principle, of course it's possible, but you can't expect anyone to do this for you. I can't i

Python & Win98 crash minimal example (AKA lilypond errors)

2004-08-04 Thread Johannes Schindelin
Hi all, I finally found out what was causing the crashes in lilypond: if using gettext and the opening a pipe, libintl accesses a wrong page somewhere. However, if one clicks away those errors, lilypond seems to work just fine... It only crashes on Windows 98 in my tests. Unfortunately, I don't

Re: Problem starting sshd as a service

2004-08-04 Thread Erik Weibust
Check out this site for very good instructions on setting up sshd via cygwin. http://tech.erdelynet.com/cygwin-sshd.html Erik Weibust http://erik.weibust.net --- Mike Kenny - BCX - Infrastructure Services <[EMAIL PROTECTED]> wrote: > I installed the entire cygwin package for use by everyone. Th

Re: Interrupts, bash and .cmd scripts

2004-08-04 Thread Gregory F. March
On Aug 3, 2004, Larry Hall <[EMAIL PROTECTED]> wrote: |Does it happen from rxvt without the X-server running? Yes, it does. |Starting here is usually the best thing to do: | |>Problem reports: http://cygwin.com/problems.html Been there... :-) |Following up on some of that advice,

Hi cygwin g++ question

2004-08-04 Thread Patientsoft Limited
Hi, We have some C++ code developed in Visual Studio. We have a linux redhat 6.2 server co-hosted for us somewhere 100 miles away. I have previously set up a red hat 6.2 pc and compiled code for the server on it however it takes an age to copy the code across from windows. Unfortunately that p

Re: how to check what cygwin packages are installed on the system ?

2004-08-04 Thread Andrew DeFaria
Christopher Faylor wrote: How dare you? I "dare" a lot of things. It's fun! This is unacceptable. Bummer. As you know, the Cygwin project is basically a front for a super-secret government shadow organization. Expect a visit from a Cygwin Reeducation Team (CRT) soon. I heard of CRTs but I though

Re: MySQL Client, Windows 2000 Server, Cygwin

2004-08-04 Thread Brian Dessent
Will Martell wrote: > I fixed the problem by invoking MySQL like this: > mysql -h 127.0.0.1 > > My Question is... How can I avoid having to type this "-h 127.0.0.1" in > every time I access mysql from cygwin. Add it to your my.cnf file. Read chapter 4 of the MySQL manual. This is not a cygwin

isfinite returning wrong results

2004-08-04 Thread Yitzchak Scott-Thoennes
I'm having trouble figuring this out. isfinite is sometimes returning incorrect results. In one more complicated program, I saw isfinite returning false for negative 0 and true for -Inf, and otherwise correctly, but once I got it down to this test case, isfinite, which is just a macro in math.h t

RE: Anyone having problem with 'man' permissions?

2004-08-04 Thread Fish
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Larry Hall wrote: > I find no evidence in the list archives or my local mailbox > that a message with the subject you mentioned was sent. H... So THAT'S why I was "being ignored." :) That WOULD explain it. :) > It may have gotten lost or reje

RESEND man.conf permissions problem

2004-08-04 Thread Fish
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 (I've removed the attachment in case that might have been associated with the reason why my original post never made it to the list. If you need to see my cygcheck output, let me know and I can either send that directly to you (zipped) or post it inli