Re: Building dll's and executables in same package

2004-02-17 Thread Charles Wilson
Yaakov Selkowitz wrote: OK, here's the story. I built clamav after the following steps, and everything completed without errors, and cygcheck shows the applications are linked to cygclamav-1.dll. But when I try running one of the programs that were built, I get a Windows error dialog: freshclam.

Re: 20040217 unhoses unzip!

2004-02-17 Thread Thomas L Roche
On Tue, 17 Feb 2004, Christopher Faylor wrote: >> Hmm. I really don't understand why unless you were unzipping *a lot* >> of files with long filenames. There should have been something like >> 32MB of space to waste before you saw the problem. Igor Pechtchanski Tue, 17 Feb 2004 22:09:51 -0500 (E

Re: [Dbdpg-general] RE: DBD::Pg - $dbh->quote() causes core dump

2004-02-17 Thread Bruce Momjian
Rudy Lippan wrote: > On Tue, 17 Feb 2004, Rafael Kitover wrote: > > > Date: Tue, 17 Feb 2004 02:51:42 -0800 > > > There was some memory allocation related funkiness in DBD::Pg that the attached > > patch fixes. You can apply it to both 1.31 and 1.32_1. > > > > Before I apply the path, how neede

Re: 20040217 unhoses unzip!

2004-02-17 Thread Igor Pechtchanski
On Tue, 17 Feb 2004, Christopher Faylor wrote: > On Tue, Feb 17, 2004 at 07:06:19PM -0500, Thomas L Roche wrote: > >On Tue, Feb 17, 2004 at 03:18:33PM -0500, Christopher Faylor wrote: > >> I've created a new snapshot > > > >http://cygwin.com/snapshots/cygw

Re: 20040217 unhoses unzip!

2004-02-17 Thread Pierre A. Humblet
On Tue, Feb 17, 2004 at 09:49:32PM -0500, Christopher Faylor wrote: > On Tue, Feb 17, 2004 at 07:06:19PM -0500, Thomas L Roche wrote: > >On Tue, Feb 17, 2004 at 03:18:33PM -0500, Christopher Faylor wrote: > >> I've created a new snapshot > > > >http://cygwin.com

Re: where is $SHELL set?

2004-02-17 Thread Igor Pechtchanski
On Wed, 18 Feb 2004, Greg Matheson wrote: > I couldn't find anything about what is setting $SHELL. > [snip] > > man bash says it sets BASH, but there is nothing about SHELL. Though I > notice on a Linux server, SHELL is also set. > > Where is it being set? > -- > Greg Matheson, Taiwan Contrary to

Re: 20040217 unhoses unzip!

2004-02-17 Thread Christopher Faylor
On Tue, Feb 17, 2004 at 07:06:19PM -0500, Thomas L Roche wrote: >On Tue, Feb 17, 2004 at 03:18:33PM -0500, Christopher Faylor wrote: >> I've created a new snapshot > >http://cygwin.com/snapshots/cygwin1-20040217.dll.bz2 > >> which incorporates Pierre's much appr

where is $SHELL set?

2004-02-17 Thread Greg Matheson
I couldn't find anything about what is setting $SHELL. In a cygwin rxvt window: [EMAIL PROTECTED] ~ $ grep BASH /etc/profile /etc/bash* ~/.bash* ~/.profile grep: /home/greg/.profile: No such file or directory [EMAIL PROTECTED] ~ $ grep SHELL /etc/profile /etc/bash* ~/.bash* ~/.profile grep: /hom

Re: New snapshot available which *may* fix unzip long filenames problem

2004-02-17 Thread Gary Johnston
Christopher Faylor wrote: I've created a new snapshot which incorporates Pierre's much appreciated research into the unzip problem. Thanks to Pierre and Igor for looking into things at this depth. I'm rather torn between fixing build_fh_name and keeping the destructor. The destructor is cleaner bu

Re: problem extending perl-5.8.2-1 via CPAN: Storable.dll

2004-02-17 Thread S. Alan Ezust
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I was having some strange problems with CPAN as well - has anyone ever tried running a perl script that uses HTML::Parser or HTML::Filter by installing through the CPAN that comes with cygwin? I have a script that runs fine under linux and activeper

Re: Assembler

2004-02-17 Thread Igor Pechtchanski
On Tue, 17 Feb 2004, Krzysztof Duleba wrote: > Williams, Gerald S (Jerry) wrote: > > >> What about Linux syscalls? Will Cygwin emulation layer match > >> it? > > > I just Googled "int 0x80". So THAT'S what you're > > trying to do. :-) > > :-) > > > No, I think your experiment shows that Cygwin is

Re: [Dbdpg-general] RE: DBD::Pg - $dbh->quote() causes core dump

2004-02-17 Thread Rudy Lippan
On Tue, 17 Feb 2004, Rafael Kitover wrote: > Date: Tue, 17 Feb 2004 02:51:42 -0800 > There was some memory allocation related funkiness in DBD::Pg that the attached > patch fixes. You can apply it to both 1.31 and 1.32_1. > Before I apply the path, how needed is that PQfreemem() instead of free

Re: 2004-Feb-17 snapshot change ssh option parsing behavior

2004-02-17 Thread David Rothenberger
Robert Collins wrote: you may find that ssh somehost -- bin/bash --login -c date also works. In fact, I did, and mentioned that in my first email. Unfortunately, I use this with some old Solaris boxes, which require "-login" instead of "--login", and ssh somehost -- /bin/bash -login -c date

Re: Assembler

2004-02-17 Thread Krzysztof Duleba
Williams, Gerald S (Jerry) wrote: >> What about Linux syscalls? Will Cygwin emulation layer match >> it? > I just Googled "int 0x80". So THAT'S what you're > trying to do. :-) :-) > No, I think your experiment shows that Cygwin is > not emulating Linux syscalls at that level. Really? > Nor wo

new to cygwin, not understanding a setup issue...

2004-02-17 Thread Adam Reiswig
Hello, I am new to cygwin. I am running a windows 2000 machine. I just finished downloading and installing cygwin. When the setup finished I ran the Cygwin icon on my desktop, got the bash prompt and every command I type comes back "command not found". The head of the bash window reads "bas

RE: lighttpd - dlopen: Win32 error 126

2004-02-17 Thread Sencer
> From: Igor Pechtchanski > On Tue, 17 Feb 2004, Sencer wrote: > > Hi, > > > > I have compiled and installed lighttpd (available from: > > http://www.incremental.de/products/lighttpd/documentation/ ) > under Cygwin > > (WinXP). When I try to run it I get the following error: > > > > 2004-02-17 09

20040217 unhoses unzip!

2004-02-17 Thread Thomas L Roche
On Tue, Feb 17, 2004 at 03:18:33PM -0500, Christopher Faylor wrote: > I've created a new snapshot http://cygwin.com/snapshots/cygwin1-20040217.dll.bz2 > which incorporates Pierre's much appreciated research into the > unzip[-related] problem. and which WORKS! n == 1 (I&#x

Re: Java Thread Dump in Bash

2004-02-17 Thread Randall R Schulz
Frank-Michael, At 12:09 2004-02-17, Frank-Michael Moser wrote: Unfortunately neither Ctrl-Break nor Ctrl-Scroll produce a thread dump not in pure bash and not in RXVT for me. I'm using latest cygwin and tried JDK 1.4.2_02 and 1.5.0 beta. Also the java applications I tried do not read from stand

Re: Pserver on cygwin corrupts binary files

2004-02-17 Thread Alejandro Lopez-Valencia
On Tue, 17 Feb 2004 12:49:50 -0600, Chuck Irvine wrote in <[EMAIL PROTECTED]>: Hi Chuck, [in answer to something I wrote irately before my morning coffee you wrote] >I don't believe that this is my problem. I'm having this problem with >jar files and I do have "*.jar -k 'b'" among other entries

Re: New snapshot available which *may* fix unzip long filenames problem

2004-02-17 Thread Christopher Faylor
On Tue, Feb 17, 2004 at 05:48:17PM -0500, Pierre A. Humblet wrote: >When you have a minute or two, could you think of an example where the >win32 name would have problems replacing the unix name in fhandler_*? fhandler_base::get_default_fmode is one place, I believe. I don't know if that functio

Re: Entry point _fcntl64 not found, Cygwin version 1.5.5

2004-02-17 Thread Brian Keener
Pavan Mandalkar wrote: > After googling and going through the mail archives all I could find > was the following. > http://www.cygwin.com/ml/cygwin/2004-01/msg01387.html > >This was no > Have you tried looking at this message and some og the others related in this area: http://www.cygwin.co

Re: New snapshot available which *may* fix unzip long filenames problem

2004-02-17 Thread Pierre A. Humblet
On Tue, Feb 17, 2004 at 04:06:28PM -0500, Christopher Faylor wrote: > On Tue, Feb 17, 2004 at 03:56:52PM -0500, Pierre A. Humblet wrote: > >Good plan. After looking into it, I now think we could get rid of the > >normalized path storage entirely. It's mostly used in get_name(), which is > >90% for

Entry point _fcntl64 not found, Cygwin version 1.5.5

2004-02-17 Thread Pavan Mandalkar
Hi, To run a particular application, I am installing Cygwin 1.5.5. and gcc version 3.2.3. After installation, when I run make for my application, I get a windows error dialogue. "The procedure entry point _fcntl64 could not be located in the dynamic library cygwin1.dll" make then thro

Re: 2004-Feb-17 snapshot change ssh option parsing behavior

2004-02-17 Thread Robert Collins
On Wed, 2004-02-18 at 08:39, David Rothenberger wrote: > Corinna Vinschen wrote: > > On Feb 17 12:58, David Rothenberger wrote: > > We're using the latest plain BSD getopt() now. It's permuting the > > options by default. This was switched off by default in Cygwin so far. > > > > Typically you s

Path issue after umount -c

2004-02-17 Thread Dick Repasky
When following two commands are executed in a bash script umount -c C:/cygwin/home/me/experiment/bin/umount -A the second command fails with the error: script.sh: line x: /home/me/experiment/bin/umount: No such file or directory if when the script is run the Cygwin mount points are pre

Re: 2004-Feb-17 snapshot change ssh option parsing behavior

2004-02-17 Thread David Rothenberger
Corinna Vinschen wrote: On Feb 17 12:58, David Rothenberger wrote: We're using the latest plain BSD getopt() now. It's permuting the options by default. This was switched off by default in Cygwin so far. Typically you should quote the command you send to the remote host: ssh somehost '/bin/bas

Re: 2004-Feb-17 snapshot change ssh option parsing behavior

2004-02-17 Thread Corinna Vinschen
On Feb 17 12:58, David Rothenberger wrote: Content-Description: message body text > Prior to using the 2004-Feb-17 snapshot, the command > > % ssh somehost /bin/bash --login -c date > > worked correctly. Now, ssh gives "Unknown cipher type 'date'." We're using the latest plain BSD getopt() no

Re: ssh -X --display localhost:0.0

2004-02-17 Thread Igor Pechtchanski
On Tue, 17 Feb 2004, Biju G C wrote: > --- Igor Pechtchanski csnyuedu> wrote: Please configure your mailer to not quote raw e-mail addresses in your replies. Let's not make the spam harvesters' job any easier. > > This is a shell programming question (I use the terms "shell" and > > "programmi

Re: New snapshot available which *may* fix unzip long filenames problem

2004-02-17 Thread Christopher Faylor
On Tue, Feb 17, 2004 at 03:56:52PM -0500, Pierre A. Humblet wrote: >On Tue, Feb 17, 2004 at 03:18:33PM -0500, Christopher Faylor wrote: >> I've created a new snapshot which incorporates Pierre's much appreciated >> research into the unzip problem. >> >> Thanks to Pierre and Igor for looking into t

2004-Feb-17 snapshot change ssh option parsing behavior

2004-02-17 Thread David Rothenberger
0x000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/home (default) = `c:\users' flags = 0x000a HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts v2\/m (default) = `m:' flags = 0x0008 HKEY_LOCAL_MACHINE\SOFTWARE\Cygnus Solutions\Cygwin\mounts

Re: ssh -X --display localhost:0.0

2004-02-17 Thread Biju G C
--- Igor Pechtchanski <[EMAIL PROTECTED]> wrote: > This is a shell programming question (I use the terms "shell" and > "programming" loosely, since you're asking about the cmd.exe shell), and > as such is off-topic for this list. > Since I'm sending this anyway, you *can* do it in bash like this:

Re: New snapshot available which *may* fix unzip long filenames problem

2004-02-17 Thread Pierre A. Humblet
On Tue, Feb 17, 2004 at 03:18:33PM -0500, Christopher Faylor wrote: > I've created a new snapshot which incorporates Pierre's much appreciated > research into the unzip problem. > > Thanks to Pierre and Igor for looking into things at this depth. > > I'm rather torn between fixing build_fh_name a

New snapshot available which *may* fix unzip long filenames problem

2004-02-17 Thread Christopher Faylor
I've created a new snapshot which incorporates Pierre's much appreciated research into the unzip problem. Thanks to Pierre and Igor for looking into things at this depth. I'm rather torn between fixing build_fh_name and keeping the destructor. The destructor is cleaner but slower and its in a par

RE: EMACS problems with Cygwin 1.5.7.1

2004-02-17 Thread andy . glew
> As a software developer, I'm sure you know the value of development > snapshots[*] (and trying them out). :-) > FWIW, "Ehud Karni" reported in > that the latest > snapshot *does* fix his problem. > Igor > [*] See

RE: Assembler

2004-02-17 Thread Williams, Gerald S (Jerry)
Krzysztof Duleba wrote: > What about Linux syscalls? Will Cygwin emulation layer match > it? I just Googled "int 0x80". So THAT'S what you're trying to do. :-) No, I think your experiment shows that Cygwin is not emulating Linux syscalls at that level. Nor would I have expected it to. On the ot

Re: Java Thread Dump in Bash

2004-02-17 Thread Frank-Michael Moser
Unfortunately neither Ctrl-Break nor Ctrl-Scroll produce a thread dump not in pure bash and not in RXVT for me. I'm using latest cygwin and tried JDK 1.4.2_02 and 1.5.0 beta. Also the java applications I tried do not read from standard input. What versions (cygwin/java) do you use. Is it worth

Re: EMACS problems with cygwin 1.5.7.1

2004-02-17 Thread Christopher Faylor
On Tue, Feb 17, 2004 at 02:30:25PM -0500, Thomas L Roche wrote: >That being said, emacs is still not nearly as stable now as it was on >1.5.5-1--in fact, I got an exit 128 (haven't seen one of those before, >usually it's just SEGVs) while composing this reply. So while I don't >believe Plager's res

Re: Building dll's and executables in same package

2004-02-17 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I wrote: | I got the patch, and if I'm reading it right, then you did the following: | | 1) added -no-undefined to libfribidi_la_LDFLAGS | 2) removed libtool.m4 from acinclude.m4 | 3) autoreconf -i -f -v | | Wondering if that's also the problem with cl

Re: ssh -X --display localhost:0.0

2004-02-17 Thread Igor Pechtchanski
On Tue, 17 Feb 2004, Biju G C wrote: > I know we could set env variable DISPLAY in DOS/MS-Windows > and start ssh for X forwarding. > But can we pass value for DISPLAY var as a command line > parameter for ssh something like ? > > C:\windows>ssh -X --display localhost:0.0 [EMAIL PROTECTED] This i

Re: failure of unzip and recent cygwin1.dll

2004-02-17 Thread Pierre A. Humblet
On Tue, Feb 17, 2004 at 12:33:34PM -0500, Christopher Faylor wrote: > On Tue, Feb 17, 2004 at 11:09:39AM -0500, Christopher Faylor wrote: > >>I believe a destructor would be cleaner, and the current code obviously > >>misses at least one more place where this is needed. Unfortunately, with > >>my

Re: EMACS problems with Cygwin 1.5.7.1

2004-02-17 Thread Thomas L Roche
On Tue, 17 Feb 2004 andyglewamdcom wrote: >> I have been seeing the same frequent crashes of EMACS on CYGWIN >> 1.5.7.1 that "Ehud Karni" and >> "Charles Plager" have >> already reported to this list. >> Grepping further: >>Thomas L Roche us.ibm.com> >>Dr.. Volkmer Zell Igor Pechtchans

ssh -X --display localhost:0.0

2004-02-17 Thread Biju G C
I know we could set env variable DISPLAY in DOS/MS-Windows and start ssh for X forwarding. But can we pass value for DISPLAY var as a command line parameter for ssh something like ? C:\windows>ssh -X --display localhost:0.0 [EMAIL PROTECTED] _

Re: Building dll's and executables in same package

2004-02-17 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Gerrit P. Haase wrote: | Fribidi is not an easy candidate, they included libtool.m4 as | acinclude.m4 in the source directory which is really bad since this | overrides the system libtool.m4 when running configure creats libtool, | see my patch here: |

Re: Cygwin Mailing list

2004-02-17 Thread Brian Dessent
utomo wrote: > I can catagorize my email using [EMAIL PROTECTED] as rules. But it is a > suggestions. > In many mailing list (I guess more than 70%) they use a subject as > indicator. I think it also one of the good way to do. We did not need to > be a different, or do somethings which others did

RE: Pserver on cygwin corrupts binary files

2004-02-17 Thread Chuck Irvine
>I'm using a cvs pserver on cygwin and I find that when I pull (checkout, >update, etc) binary file from the repository they come out corrupted, >i.e. can't be opened with jar, etc. Using the cvs command locally works >fine. If I'm not mistaken, I've used used a cvs pserver previously >without t

Re: good top program for Cygwin

2004-02-17 Thread Larry Hall
At 10:32 AM 2/17/2004, Simon you wrote: >Anyone know of a decent top program to run from the command line? >The one i have with cygwin installation has no help Did you try 'man top'? -- Larry Hall http://www.rfk.com RFK Partners, Inc. (508) 893

Re: lighttpd - dlopen: Win32 error 126

2004-02-17 Thread Igor Pechtchanski
On Tue, 17 Feb 2004, Sencer wrote: > Hi, > > I have compiled and installed lighttpd (available from: > http://www.incremental.de/products/lighttpd/documentation/ ) under Cygwin > (WinXP). When I try to run it I get the following error: > > 2004-02-17 09:51:09: (plugin.c.72) dlopen: Win32 error 126

Re: EMACS problems with Cygwin 1.5.7.1

2004-02-17 Thread Igor Pechtchanski
On Tue, 17 Feb 2004 andyglewamdcom wrote: > In case anyone keeeps track, I have been seeing the same frequent > crashes of EMACS on CYGWIN 1.5.7.1 that "Ehud Karni" mvs dot co dot il> and "Charles Plager" ucla dot edu> have already reported to this list. > > Grepping further: >Thomas L Roche

lighttpd - dlopen: Win32 error 126

2004-02-17 Thread Sencer
Hi, I have compiled and installed lighttpd (available from: http://www.incremental.de/products/lighttpd/documentation/ ) under Cygwin (WinXP). When I try to run it I get the following error: 2004-02-17 09:51:09: (plugin.c.72) dlopen: Win32 error 126 2004-02-17 09:51:09: (server.c.374) When I tri

problem extending perl-5.8.2-1 via CPAN: Storable.dll

2004-02-17 Thread Tino Lange
Gerrit P. Haase wrote: perl-5.8.2-1 release has been uploaded to sourceware -- it should be on the mirrors soon. Hi Gerrit, hi List! I have a problem updating modules within the CPAN Shell. Perl itself crashes due to problems with Storable.dll? cpan> install Mail::SpamAssassin

Re: Assembler

2004-02-17 Thread Krzysztof Duleba
Williams, Gerald S (Jerry) wrote: >> I wanted to test some of my linux assembler code on my >> Windows-Cygwin box. >> Is it possible at all? > I don't know about using BIOS calls, etc., but I've > assembled and linked a few NASM assembly functions. What about Linux syscalls? Will Cygwin emulatio

EMACS problems with Cygwin 1.5.7.1

2004-02-17 Thread andy . glew
In case anyone keeeps track, I have been seeing the same frequent crashes of EMACS on CYGWIN 1.5.7.1 that "Ehud Karni" and "Charles Plager" have already reported to this list. Grepping further: Thomas L Roche us.ibm.com> Dr.. Volkmer Zell all seem to report similar problems. As do many

Re: emacs Fatal error 11

2004-02-17 Thread Ehud Karni
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Tue, 17 Feb 2004 12:03:56 +0100, Etienne Huot <[EMAIL PROTECTED]> wrote: > > I've experienced major emacs bugs using the latest realease of cygwin. > Emacs causes a: > Fatal error (11).Segmentation fault > after few minutes. Generally when no

Re: failure of unzip and recent cygwin1.dll

2004-02-17 Thread Yitzchak Scott-Thoennes
On Mon, Feb 16, 2004 at 12:36:14PM -0500, Thomas L Roche wrote: > > My experience using and contributing to OSS has created expectations > that > > * projects advance faster when their leaders encourage assistance from > the community and bootstrap members' attempts to assist better (e.g. > P

RE: good top program for Cygwin

2004-02-17 Thread DePriest, Jason R.
pslist from the pstools suite from Sysinternals. http://www.sysinternals.com/ When you give it the -s switch, it behaves like top... sort of. -Jason > -Original Message- > From: cygwin-owner at cygwin dot com > [mailto: cygwin-owner at cygwin dot com] On Behalf Of Simon > Sent: Tuesday,

Re: Solved: Still trouble with IPC

2004-02-17 Thread Yitzchak Scott-Thoennes
On Sun, Feb 15, 2004 at 05:24:29PM -0500, Charles Wilson wrote: > Frank Wübbeling wrote: > >Looking at the cygwin sources, I realized that any access to cygserver is > >disabled unless I explicitly export CYGWIN="server=1". Doing this > >immediately solved my problems. Weird. Since cygserver is now

Re: Building dll's and executables in same package

2004-02-17 Thread Yaakov Selkowitz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Charles Wilson wrote: | Don't use dlltool. It's old and crotchety. Use gcc -shared (or | libtool). For examples, see the dllhelpers | here:http://www.neuro.gatech.edu/users/cwilson/cygutils/dll-stuff/index.html OK, so I got the dllhelpers-0.4.1 and t

Re: failure of unzip and recent cygwin1.dll

2004-02-17 Thread Christopher Faylor
On Tue, Feb 17, 2004 at 12:14:58AM -0500, Thomas L Roche wrote: >Larry Hall Mon, 16 Feb 2004 16:42:48 -0500 >> In your case, it sounds to me like you could just pipe the output of >> strace into grep looking for a keyword or two specific to the error > >Unfortunately no: the phrase 'commit memory f

Re: failure of unzip and recent cygwin1.dll

2004-02-17 Thread Christopher Faylor
On Tue, Feb 17, 2004 at 11:09:39AM -0500, Christopher Faylor wrote: >>I believe a destructor would be cleaner, and the current code obviously >>misses at least one more place where this is needed. Unfortunately, with >>my copyright assignment in flux, I can't send in a patch. If noone fixes >>thi

RE : CVS server install on Cygwin with SSH Authentification on Windows XP Pro : author still the same

2004-02-17 Thread Flo
Ok So thanks very much for your help By Flo -Message d'origine- Igor Pechtchanski Envoyé : lundi 16 février 2004 22:55 À : Flo Objet : Re: CVS server install on Cygwin with SSH Authentification on Windows XP Pro : author still the same Flo, As you were successful in getting it to run

Re: How to print out from DLL

2004-02-17 Thread Mikhail Bykanov
Hi Igor, Thank you for your answer. But I stil have a questions. If I change the printf function in the DLL to the fprintf and print to the file, then this programm works fine. If I change the file descriptor to the stderr then I have again this problem - no printings. It looks like no problem with

waiting for your reply

2004-02-17 Thread judithy
-- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

RE: Assembler

2004-02-17 Thread Williams, Gerald S (Jerry)
Krzysztof Duleba wrote: > I wanted to test some of my linux assembler code on my > Windows-Cygwin box. > Is it possible at all? I don't know about using BIOS calls, etc., but I've assembled and linked a few NASM assembly functions. I didn't use ELF format, though. There's a gnuwin32 format that w

RE: cygwin Mailing list

2004-02-17 Thread Hughes, Bill
> Sent: 17 February 2004 16:00 From: Christopher Faylor ..snip.. > >> cygwin is not for newbies. (*evil grin*). > > > >Ooh, ooh, have we got ourselves a new catchphrase here? > CGF? Maybe even > >an acronym: "CINFN"? :-) > > Sounds good to me. Even though it's not true. I'd say that > most o

Re: 1.5.7-1: Repeatible crash in cygwin1.dll, _sigbe

2004-02-17 Thread Christopher Faylor
On Tue, Feb 17, 2004 at 10:22:31AM -0600, Cliff Geschke wrote: >I am trying to run RTEMS (see www.rtems.com) under cygwin under WindowsXP. >I encountered a repeatible crash in the pre-built cygwin binaries. >To debug it, I downloaded sources and built cygwin1.dll by hand. Try CVS. >(Has anyone tr

1.5.7-1: Repeatible crash in cygwin1.dll, _sigbe

2004-02-17 Thread Cliff Geschke
I am trying to run RTEMS (see www.rtems.com) under cygwin under WindowsXP. I encountered a repeatible crash in the pre-built cygwin binaries. To debug it, I downloaded sources and built cygwin1.dll by hand. (Has anyone tried to make cygwin under cygwin recently? It failed, but that's another story

Apache 1.3.29-2

2004-02-17 Thread tull y
Had a problem with Apache 1.3.29-2 on my WinME laptop, where cyggdbm-4.dll and cyggdbm-compat-4.dll error dialog boxes came up every time I started httpd or tried to access a page on the web server. I resolved the problem by installing the older apache 1.3.24-5 package and changing the /etc/setu

Re: How to print out from DLL

2004-02-17 Thread Igor Pechtchanski
On Tue, 17 Feb 2004, Mishel wrote: > Hi, > > I have a problem with printing to the standart output from DLL. > 1. I create simple DLL(aaaDll.dll) in the MVS 6.0. This DLL has only one > function(fnAaaDll()), which prints some strings. > 2. I create another console application project(aaaTestDll.cp

Re: DejaGnu package

2004-02-17 Thread Christopher Faylor
On Tue, Feb 17, 2004 at 09:33:32AM +1100, Ben Elliston wrote: >I see that the Dejagnu package in Cygwin is a snapshot and not a >formal release. DejaGnu 1.4.4 was released a couple of weeks ago and >should work fine on Cygwin. Can the package maintainer do the deed? Do you want to be the cygwin

Re: failure of unzip and recent cygwin1.dll

2004-02-17 Thread Christopher Faylor
On Mon, Feb 16, 2004 at 10:09:07PM -0500, Igor Pechtchanski wrote: >On Mon, 16 Feb 2004, Pierre A. Humblet wrote: > >> At 01:20 PM 2/16/2004 -0500, Christopher Faylor wrote: >> >On Mon, Feb 16, 2004 at 12:36:14PM -0500, Thomas L Roche wrote: >> >> >> >>No, I have discovered considerably more. Conse

Re: cygwin logging

2004-02-17 Thread Igor Pechtchanski
On Tue, 17 Feb 2004, Martin Otto wrote: > hello igor, > > i've found your "answer" to uwe's question regarding logging on some > website. the answer was missing, though, the only that was there was > your signature. :( > i'm experiencing the same or even worse problem - i can't log even > locally

Re: cygwin Mailing list

2004-02-17 Thread Christopher Faylor
On Tue, Feb 17, 2004 at 08:51:43AM -0500, Igor Pechtchanski wrote: >> Now if you just think of "quality" of posts where just is said "This has >> been discussed, search archives". Well if bother to reply at all, why >> not bring some content, e.g. title of thread that discussion were. Oh >> wait...

Re: Unofficial Newsgroup link at http://cygwin.com/

2004-02-17 Thread Christopher Faylor
On Tue, Feb 17, 2004 at 05:29:00AM +, Biju G C wrote: >Unofficial Newsgroup link at http://cygwin.com/ >ie, http://news.gmane.org/?match=cygwin > >is not filtering as it use to do previously > >please change it to > >http://gmane.org/find.php?list=cygwin >it returns cygwin related list Done.

good top program for Cygwin

2004-02-17 Thread Simon
Anyone know of a decent top program to run from the command line? The one i have with cygwin installation has no help, and doesnt seem to show all the windows 2000 processes running on my box. thanks Simon -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports:

Re: cygwin Mailing list

2004-02-17 Thread Christopher Faylor
On Tue, Feb 17, 2004 at 10:35:24AM +0700, utomo wrote: >In many mailing list (I guess more than 70%) they use a subject as >indicator. I think it also one of the good way to do. We did not need >to be a different, or do somethings which others did not do. Actually, we need to do what I decide to

Re: Java Thread Dump in Bash

2004-02-17 Thread Randall R Schulz
Frank-Michael, CTRL-BREAK produces a thread-dump using the latest Sun JVM on my system when launched from BASH. However, if the program is reading standard input from the unredirected console, it receives an end-of-file indication on that stream as well. Randall Schulz At 03:42 2004-02-17, Fr

Re: tcsh hangs after updating to cygwin 1.5.7-1. Expires with "Out of Memory"

2004-02-17 Thread Corinna Vinschen
On Feb 17 12:51, Etienne Huot wrote: > References: <[EMAIL PROTECTED]> > > I have experienced exactly the same problem! On two different machines > running XP. But actually, I'm not sure this is due to the new DLL I'm running XP *and* I'm using tcsh on a regular basis and I'm not able to reprodu

Re: *****SPAM***** RE: DBD::Pg - $dbh->quote() causes core dump

2004-02-17 Thread Ian Sealy
Dear Rafael, > There was some memory allocation related funkiness in DBD::Pg that the > attached patch fixes. You can apply it to both 1.31 and 1.32_1. > > Bug posted on CPAN: > http://rt.cpan.org/NoAuth/Bug.html?id=5357 All the tests now pass and everything works perfectly. Thanks very much for

Re: Cygwin Mailing list

2004-02-17 Thread Igor Pechtchanski
On Tue, 17 Feb 2004, Jani Tiainen wrote: > Chris Jefferson wrote: > > > Gareth Pearce wrote: > >> > >> As obviously you're a mailing list professional, I'm sure you checked the > >> mailing list archives before posting on this topic. > >> > >> Hence there is no need for me to reply. > > Still, you

RE: Cygwin Mailing list

2004-02-17 Thread Gareth Pearce
> While I do not claim any kind of authority, could I suggest perhaps a) > being a little nicer to newbies (it isn't that hard really) and b) if > you feel the need for a post without any useful content (perhaps just > saying "search the archives") to send it just to the author of the mail > in que

Re: Cygwin Mailing list

2004-02-17 Thread Jani Tiainen
Chris Jefferson wrote: Gareth Pearce wrote: As obviously you're a mailing list professional, I'm sure you checked the mailing list archives before posting on this topic. Hence there is no need for me to reply. Still, you replied..? =) As implied by my above statement, the topic has already been d

Re: Cygwin Mailing list

2004-02-17 Thread Chris Jefferson
Gareth Pearce wrote: As obviously you're a mailing list professional, I'm sure you checked the mailing list archives before posting on this topic. Hence there is no need for me to reply. As implied by my above statement, the topic has already been discussed. Therefore given the subject line of th

Re: Windows Services for UNIX 3.5 now Free

2004-02-17 Thread Vaclav Haisman
I think that he/she is only trying to point out that the final product is there free to download. Not just beta like last time. Vaclav Haisman -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http:/

How to print out from DLL

2004-02-17 Thread Mishel
Hi, I have a problem with printing to the standart output from DLL. 1. I create simple DLL(aaaDll.dll) in the MVS 6.0. This DLL has only one function(fnAaaDll()), which prints some strings. 2. I create another console application project(aaaTestDll.cpp) in MVS 6.0 which has only main function. I

Re: tcsh hangs after updating to cygwin 1.5.7-1. Expires with "Out of Memory"

2004-02-17 Thread Etienne Huot
References: <[EMAIL PROTECTED]> I have experienced exactly the same problem! On two different machines running XP. But actually, I'm not sure this is due to the new DLL version. It happens firts using an older version but the bugs disappered strangly after a several usings. In an other hand, it h

Java Thread Dump in Bash

2004-02-17 Thread Frank-Michael Moser
Searching the mailing list archive I found that there is an old thread from Dec 2000 which exactly describes my problem: http://sources.redhat.com/ml/cygwin/2000-12/msg00490.html In short: Using Ctrl-Scroll does not cause a Java program to dump threads as it does in cmd.exe. Unfortunately the t

emacs Fatal error 11

2004-02-17 Thread Etienne Huot
I've experienced major emacs bugs using the latest realease of cygwin. Emacs causes a: Fatal error (11).Segmentation fault after few minutes. Generally when no key has been pressed for a while. And morover it has a very hazardous behaviour. [EMAIL PROTECTED] cygwin.log Description: B

Re: execute RPM files

2004-02-17 Thread Thorsten Kampe
* Jimmi Wolf (2004-02-17 11:22 +0100) > Is it possible to execute a RPM file in cygwin, and if yes, how??? What do you mean by "execute a RPM file"? RPM files are not executable. If you mean "open" then "yes". Just install rpm. If you mean "install", probably yes, but it wouldn't make sense. As yo

RE: DBD::Pg - $dbh->quote() causes core dump

2004-02-17 Thread Rafael Kitover
Hi Ian, There was some memory allocation related funkiness in DBD::Pg that the attached patch fixes. You can apply it to both 1.31 and 1.32_1. Bug posted on CPAN: http://rt.cpan.org/NoAuth/Bug.html?id=5357 -- Rafael >-Original Message- >From: Ian Sealy >Sent: Monday, February 16, 2004

execute RPM files

2004-02-17 Thread Jimmi Wolf
Hello Is it possible to execute a RPM file in cygwin, and if yes, how??? Thnaks Jimmi --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.583 / Virus Database: 369 - Release Date: 10-02-2004 -- Unsubscribe info: http://cygwin

RE: Windows Services for UNIX 3.5 now Free

2004-02-17 Thread Gareth Pearce
As mentioned in my last email - please start reading the message archives so you can avoid unnecessarily reopening topics which have already been dealt with. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation:

Re: Windows Services for UNIX 3.5 now Free

2004-02-17 Thread Jani Tiainen
Alexander Shopov wrote: Gratis maybe (for the 3.5 beta) but definately NOT free. al_shopov Now, this is completely off topic... But, english word "free" greatly depends on context. GPL (and derivatives) uses free in context of freedom to use and modify original piece of work, still _you can_ ch

RE: Cygwin Mailing list

2004-02-17 Thread utomo
Hi Larry, OK if like that It will no use to discuss about this further. Better to discuss about better cygwin/less bugs :) I will stop this thread. Thanks. Regards, Utomo > -Original Message- > From: Larry Hall [mailto:[EMAIL PROTECTED] > Sent: Tuesday, February 17, 2004 10:52 AM >

Re: Windows Services for UNIX 3.5 now Free

2004-02-17 Thread Alexander Shopov
Gratis maybe (for the 3.5 beta) but definately NOT free. al_shopov utomo wrote: http://www.microsoft.com/windows/sfu/default.asp http://www.microsoft.com/windows/sfu/downloads/default.asp Windows Services for UNIX 3.5 Product Overview Posted: January 15, 2004 -- Unsubscribe info: http://cyg

Windows Services for UNIX 3.5 now Free

2004-02-17 Thread utomo
http://www.microsoft.com/windows/sfu/default.asp http://www.microsoft.com/windows/sfu/downloads/default.asp Windows Services for UNIX 3.5 Product Overview Posted: January 15, 2004 Windows Services for UNIX 3.5 provides a full range of cross-platform services for blending Windows and UNIX-bas