[ANNOUNCEMENT] New packages: fcgi-2.4.0-2

2006-08-08 Thread Reini Urban
fcgi-2.4.0-2, with the accompaning libraries libfcgi0 and libfcgi-devel has been added to the cygwin repository. I attached the README for full info. Note that first tests with the only official combination so far: lighttpd-1.4.9 and clisp-2.39 crashed clisp. This is not a fastcgi problem. Bu

[ANNOUNCEMENT] Updated: clamav-0.88.4-1

2006-08-08 Thread Reini Urban
A new upstream release. This release fixes a possible heap overflow in the UPX code. Release focus: Minor security fixes Note that 0.88.3-2 silently overwrote the two /etc/{clamd,freshclam}.conf files, and you might have to fill in your settings again. About: Clam AntiVirus is an anti-virus t

Re: Cygintl-3.dll was not found

2006-08-08 Thread infoterror
Standard response of the underconfident: accuse legitimate critics of being illegitimate sources, e.g. trolls. "Don't listen to the witch!" -- View this message in context: http://www.nabble.com/Cygintl-3.dll-was-not-found-tf869884.html#a5719366 Sent from the Cygwin Users forum at Nabble.com.

Re: Fw: GCC - 64bit long long type, support in lib

2006-08-08 Thread fred
Ok,Thanks for clearing me up. I had not thought printf,etc, was low enough level to require emulation.. yah for open source!! guess i'll just have to look at the cygwin source stuff. hope it does have 64bit int tho...but I don't care about 64 bit PE/COFF.. I am thinking like a 8bit micro ca

Re: Fw: GCC - 64bit long long type, support in lib

2006-08-08 Thread Brian Dessent
fred wrote: > sorry if I confused readers. > > the source gcc downloaded I have is gcc-3.4.4 > it seems the library is part of the gcc with cygwin. > and the library I'm referring to is in the libiberty sub-directory. > a config.h file does get generated (configured) in that directory. > > The

Re: Fw: GCC - 64bit long long type, support in lib

2006-08-08 Thread fred
sorry if I confused readers. the source gcc downloaded I have is gcc-3.4.4 it seems the library is part of the gcc with cygwin. and the library I'm referring to is in the libiberty sub-directory. a config.h file does get generated (configured) in that directory. The "newlib" you are referring to

Re:Can't link TclMagick anymore

2006-08-08 Thread Danny Smith
Sorry about breaking thread. I suppose I should give in and re-subscribe here. Dave Bodenstab wrote at http://cygwin.com/ml/cygwin/2006-08/msg00264.html > Warning: .drectve `-defaultlib:MSVCRT ' unrecognized > Warning: .drectve `-defaultlib:OLDNAMES ' unrecognized These are harmless > Cannot e

Re: Fw: GCC - 64bit long long type, support in lib

2006-08-08 Thread Tim Prince
fred wrote: The gcc supports 64bit int it seems, but the library as downloaded does not, for example try long long ldec = 0x110LL; printf("%s: 0x%Lx,%Ld; %s\n","test",ldec,ldec,"test2"); seems the library should support it, look in usr\src\gcc-3.4.4\libiberty\_doprnt.c #if defined(_

Re: Cygintl-3.dll was not found

2006-08-08 Thread Christopher Faylor
On Tue, Aug 08, 2006 at 06:43:40PM -0700, infoterrier wrote: >Brian Dessent wrote: > >> Roberto Sapiens wrote: >> >> > I have dowloaded Cygwin from cygwin.com web site. From that download, >> > I have installed Cygwin with no problems in a Windows 2000 Pro >> > computer. However, when I try to in

Re: Cygintl-3.dll was not found

2006-08-08 Thread infoterror
Brian Dessent wrote: > Roberto Sapiens wrote: > > > I have dowloaded Cygwin from cygwin.com web site. From that download, > > I have installed Cygwin with no problems in a Windows 2000 Pro > > computer. However, when I try to install Cygwin in my Windows XP Home > > Edition notebook, I see a me

Re: Can't link TclMagick anymore

2006-08-08 Thread Dave Bodenstab
Danny Smith wrote: Dave Bodenstab wrote: Warning: .drectve `-defaultlib:MSVCRT ' unrecognized Warning: .drectve `-defaultlib:OLDNAMES ' unrecognized Cannot export [EMAIL PROTECTED]@Tcl?$AA@: symbol not found Cannot export [EMAIL PROTECTED]@[EMAIL PROTECTED]@: symbol not found Cannot export ^

installing/configuring tcllib under tcltk

2006-08-08 Thread Charles D. Russell
Simply running the install routine for tcllib (from sourceforge) ran without error messages but the library routines are still not accessible using a "package require" command. Note to package maintainer: is there some reason tcllib is not routinely included with cygwin tcltk? The cygwin ruby

Re: 1.5.18-1: incorrect cron "script not found" message (Win2k).

2006-08-08 Thread Larry Hall (Cygwin)
Irwin, Doug wrote: Hi Larry, Looks like you sent the cygcheck output for ZIGGY rather than server2... -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893-9779 - RFK Office 216 Dalton Rd. (508) 893-9889 - FAX

Fw: GCC - 64bit long long type, support in lib

2006-08-08 Thread fred
The gcc supports 64bit int it seems, but the library as downloaded does not, for example try long long ldec = 0x110LL; printf("%s: 0x%Lx,%Ld; %s\n","test",ldec,ldec,"test2"); seems the library should support it, look in usr\src\gcc-3.4.4\libiberty\_doprnt.c #if defined(__GNUC__) || d

Re: Ansi escape sequences showing in Man pages

2006-08-08 Thread Igor Peshansky
On Tue, 8 Aug 2006, Igor Peshansky wrote: > On Wed, 9 Aug 2006, jbonnett wrote: > > > I am having a problem where escape sequences, rather than colour > > highlighting, appear when I display man pages. > > > > I am running CygWin under Windows XP SP2. My prompt (the default) > > contains escape se

Re: Ansi escape sequences showing in Man pages

2006-08-08 Thread Igor Peshansky
On Wed, 9 Aug 2006, jbonnett wrote: > I am having a problem where escape sequences, rather than colour > highlighting, appear when I display man pages. > > I am running CygWin under Windows XP SP2. My prompt (the default) > contains escape sequences and the prompt appears correctly in colour. If >

True Static Linking: working

2006-08-08 Thread Juul Vanderspek
I needed a statically linked version of busybox, without any dependence on a non- windows dll. Because I ran into more porting work than I wanted on MingW, and because my busybox configuration compiled almost out of the box on CygWin, I dug into winsup and modified it a little. For those interest

Ansi escape sequences showing in Man pages

2006-08-08 Thread jbonnett
I am having a problem where escape sequences, rather than colour highlighting, appear when I display man pages. I am running CygWin under Windows XP SP2. My prompt (the default) contains escape sequences and the prompt appears correctly in colour. If I enter ls --color then I see nicely coloured

libMagick-devel package broken? (missing libdpstk)

2006-08-08 Thread Rafal Mantiuk
Hi, When I try to compile my software with the up-to-date cygwin dist (8 Aug 2006), the compilation fails at: /bin/sh ../../libtool --tag=CXX --mode=link g++ -O3 -o pfsinimgmagick.exe pfsinimgmagick.o -no-undefined -L/usr/X11R6/lib -ljbig -llcms -ltiff -lfreetype -ljasper -ljpeg -lpng -lfpx

RE: 1.5.18-1: incorrect cron "script not found" message (Win2k).

2006-08-08 Thread Irwin, Doug
Hi Larry, > Looks like you sent the cygcheck output for ZIGGY rather than > server2... > > -- > Larry Hall http://www.rfk.com > RFK Partners, Inc. (508) 893-9779 - RFK Office > 216 Dalton Rd. (508) 893-9889 - FAX > Holli

Re:Can't link TclMagick anymore

2006-08-08 Thread Danny Smith
Dave Bodenstab wrote: > Warning: .drectve `-defaultlib:MSVCRT ' unrecognized > Warning: .drectve `-defaultlib:OLDNAMES ' unrecognized > Cannot export [EMAIL PROTECTED]@Tcl?$AA@: symbol not found > Cannot export [EMAIL PROTECTED]@[EMAIL PROTECTED]@: > symbol not found > Cannot export ^?CORE_RL_ma

Re: [ANNOUNCEMENT] Updated: clamav-0.88.3-3

2006-08-08 Thread Reini Urban
Dr. Volker Zell schrieb: Reini Urban writes: > Due to another packaging errors detected by Volker Zell I've updated > clamav to 0.88.3-3, and split the packages into libclamav1 and > libclamav-devel. I think here comes the last packaging error: Your postinstall script tries to copy

Re: Can't link TclMagick anymore

2006-08-08 Thread Larry Hall (Cygwin)
Problems with the -mno-cygwin switch typically put you in the MingW camp (www.mingw.org). You should consult their list/archives. See below. Dave Bodenstab wrote: Within the last two months I used to be able to link a .dll using the -mno-cygwin switch. Today it fails with the error messages b

Can't link TclMagick anymore

2006-08-08 Thread Dave Bodenstab
Within the last two months I used to be able to link a .dll using the -mno-cygwin switch. Today it fails with the error messages below. I know this is pretty vague, but if I can figure out >why< it is now broken, I am hoping I can fix it. This *used* to work -- I used to get a .dll that worked

/bin/sh very slow

2006-08-08 Thread Stanislav Sinyagin
hi all, I've installed a fresh cygwin on my WinXP Pro computer, and started to compile some software. The compilation is much slower than before, especially the "make install" part, which should usually go quite fast. The Task Manager shows sh.exe occupying 100% of CPU time. Compilation and in

Re: [ANNOUNCEMENT] Updated: clamav-0.88.3-3

2006-08-08 Thread Dr. Volker Zell
> Reini Urban writes: > Due to another packaging errors detected by Volker Zell I've updated > clamav to 0.88.3-3, and split the packages into libclamav1 and > libclamav-devel. I think here comes the last packaging error: Your postinstall script tries to copy from etc/defaults/et

Re: crashes with various programs

2006-08-08 Thread Dr. Volker Zell
> Christopher Faylor writes: > I don't see anything out of the ordinary in the above. pstree isn't > dying. It's just stopping at cygwin's "break_here". Maybe you have the > CYGWIN_DEBUG environment variable set? No. 06:27 PM [507]> env | grep CYGWIN CYGWIN=server error_start=

Re: crashes with various programs

2006-08-08 Thread Corinna Vinschen
On Aug 8 10:08, Dr. Volker Zell wrote: > Hi > > pstree also crashes for me after running cygwin for quite a while. > I usually startup X, 3 rxvt windows and xemacs. In the beginning pstree > works just fine, but from a certain point in time it starts crashing. > As soon as pstree shows this behav

Re: crashes with various programs

2006-08-08 Thread Christopher Faylor
On Tue, Aug 08, 2006 at 08:20:05AM -0700, Lester Ingber wrote: >I have not set CYGWIN_DEBUG: >% printenv |grep CYG >CYGWIN=error_start=C:\cygwin\bin\gdb.exe I was responding to Volker when I asked that question. I saw hints in his backtrace which indicated that he had CYGWIN_DEBUG set. cgf -- U

Re: crashes with various programs

2006-08-08 Thread Lester Ingber
Christopher: I have not set CYGWIN_DEBUG: % printenv |grep CYG CYGWIN=error_start=C:\cygwin\bin\gdb.exe Clearly, something causes pstree (and some other programs) to crash intermittently. (I was getting dump files before setting error_start...)? Also see the recent posting by Volker Zell? I gues

Re: crashes with various programs

2006-08-08 Thread Christopher Faylor
On Tue, Aug 08, 2006 at 10:08:32AM +0200, Dr. Volker Zell wrote: >Hi > >pstree also crashes for me after running cygwin for quite a while. >I usually startup X, 3 rxvt windows and xemacs. In the beginning pstree >works just fine, but from a certain point in time it starts crashing. >As soon as pstr

Re: crashes with various programs

2006-08-08 Thread Lester Ingber
Christopher: I have CYGWIN set for error_start=c:/cygwin/bin/gdb.exe in my WINDOWS (vs bash/tcsh) environment. Soon after starting a session my test on pstree again crashed. Here is the DOS window info: GNU gdb 6.5.50.20060706-cvs (cygwin-special) Copyright (C) 2006 Free Software Foundation, In

[ANNOUNCEMENT] New package: rlwrap-0.24-1

2006-08-08 Thread Maur�cio
Version 0.24-1 of 'rlwrap' has been uploaded. According to the author, "rlwrap is a 'readline wrapper' that uses the GNU readline library to allow the editing of keyboard input for any other command. Input history is remembered across invocations, separately for each command; history completion an

Re: GnuPG bug: --refresh-keys

2006-08-08 Thread Max Bowsher
Mark Fisher wrote: On 8/7/06, Max Bowsher wrote: Reini Urban wrote: > Did you get gpg-agent working? > My private gnupg-1.9.20-1 fails. I used the stable release, not the development branch. hi, which version of gpg-agent and gpg are you using? My research [reading from latest announce : http

Re: GnuPG bug: --refresh-keys

2006-08-08 Thread Mark Fisher
On 8/7/06, Max Bowsher wrote: Reini Urban wrote: > Did you get gpg-agent working? > My private gnupg-1.9.20-1 fails. I used the stable release, not the development branch. hi, which version of gpg-agent and gpg are you using? My research [reading from latest announce : http://lists.gnupg.org/

Re: crashes with various programs

2006-08-08 Thread Dr. Volker Zell
Hi pstree also crashes for me after running cygwin for quite a while. I usually startup X, 3 rxvt windows and xemacs. In the beginning pstree works just fine, but from a certain point in time it starts crashing. As soon as pstree shows this behaviour, I see the following when typing ps -ef: vz