Re: [ANNOUNCE] LibXML2 (2.5.7) test packages available

2003-06-01 Thread Elfyn McBratney
I think you need a "curr: 2.4.23-1" in your setup.hint file. Upset seems to have dropped the [curr] packages from setup.ini. Max. Yea, I noticed an hour after I updated the setup.hint file. Thanks for letting me know, though. :-) Elfyn

O_NONBLOCK has no effect on stdout

2003-06-01 Thread Dave Johnson
Setting stdout to non-blocking doesn't have an effect, calls to write() and the like block the process until the blocking condition is removed. Note that the fcntl() returns success. Running the below test program produces: under cygwin: $ ./test Starting, sleeping 2 seconds, hit ctrl-s test

Re: The standard library version in g++

2003-06-01 Thread Alex Vinokur
"Martin Gainty" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > g++ --version $ g++ --version g++ (GCC) 3.2 20020927 (prerelease) Copyright (C) 2002 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCH

Re: [ANNOUNCE] LibXML2 (2.5.7) test packages available

2003-06-01 Thread Max Bowsher
Elfyn McBratney wrote: > I have uploaded test packages for LibXML2 version 2.5.7 to > sources.redhat.com . The LibXML2 source and binary packages *should* be > available on most mirrors by the beginning of next week. The source package > does not *yet* contain a patch file; for some reason (me bein

Re: [ANNOUNCE] LibXML2 (2.5.7) test packages available

2003-06-01 Thread Elfyn McBratney
Elfyn- Wheres the doc? Thanks, -Martin > If you mean the documentation for the library, it's under /usr/share/doc(libxml2(-python)-2.5.7), s%share/doc%share/doc/% Elfyn _ On the move? Get Hotmail on your mobile phone http://www.msn.

Re: [ANNOUNCE] LibXML2 (2.5.7) test packages available

2003-06-01 Thread Elfyn McBratney
Elfyn- Wheres the doc? Thanks, -Martin If you mean the documentation for the library, it's under /usr/share/doc(libxml2(-python)-2.5.7), with a Cygwin README in /usr/doc/Cygwin . Elfyn _ Sign-up for a FREE BT Broadband connection t

Re: [ANNOUNCE] LibXML2 (2.5.7) test packages available

2003-06-01 Thread Martin Gainty
Elfyn- Wheres the doc? Thanks, -Martin - Original Message - From: "Elfyn McBratney" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 31, 2003 7:12 PM Subject: [ANNOUNCE] LibXML2 (2.5.7) test packages available > I have uploaded test packages for LibXML2 version 2.5.7 to > s

[ANNOUNCE] LibXML2 (2.5.7) test packages available

2003-06-01 Thread Elfyn McBratney
I have uploaded test packages for LibXML2 version 2.5.7 to sources.redhat.com . The LibXML2 source and binary packages *should* be available on most mirrors by the beginning of next week. The source package does not *yet* contain a patch file; for some reason (me being tired?) `diff' was thinki

Re: libncurses

2003-06-01 Thread Christopher Faylor
On Sat, May 31, 2003 at 04:07:49PM -0600, David Knox wrote: >But there is a package "ncurses: Libraries for terminal handling" that >given its label and description, it can easily be assumed that it really >does contain libncurses. > >That's all I'm trying to say. There are packages specifically

Re: libncurses

2003-06-01 Thread Max Bowsher
David Knox wrote: > But there is a package "ncurses: Libraries for terminal handling" that > given its label and description, it can easily be assumed that it really > does contain libncurses. > > That's all I'm trying to say. Rather that firing off emails, perhaps you could take the time to look

RE: libncurses

2003-06-01 Thread David Knox
But there is a package "ncurses: Libraries for terminal handling" that given its label and description, it can easily be assumed that it really does contain libncurses. That's all I'm trying to say. -- dave > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behal

Re: libncurses

2003-06-01 Thread Max Bowsher
David Knox wrote: > I got into situation trying to compile an application with GCC under > cygwin. When I ran configure all of the C++ test snips failed. I checked > the command line that was being used to compile the snips and tried it > from the command line myself. It turned out that my last upd

libncurses

2003-06-01 Thread David Knox
I got into situation trying to compile an application with GCC under cygwin. When I ran configure all of the C++ test snips failed. I checked the command line that was being used to compile the snips and tried it from the command line myself. It turned out that my last update of libncurses from the

Trivial change request for autoconf-wrapper

2003-06-01 Thread Max Bowsher
The current autoreconf wrapper doesn't know about the --warnings option. The logic is already there for autoconf, etc. so the only change needed to the package is: echo opt_warnings >> autoreconf.options Thanks, Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem r

Re: ODBC & PHP4

2003-06-01 Thread Martin Gainty
PHP has a configuration file for this Read http://www.phpbuilder.com/manual/configuration.php for help in Unified ODBC Configuration Directives skål Martin - Original Message - From: "Sven Köhler" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Saturday, May 31, 2003 11:23 AM Subject: Re:

Re: The standard library version in g++

2003-06-01 Thread Martin Gainty
g++ --version Martin - Original Message - From: "Alex Vinokur" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Saturday, May 31, 2003 1:22 PM Subject: The standard library version in g++ > How can we know what is version of the standard library of g++? > > Tha

Re: Should PERLIO=no_crlf be the default on Cygwin?

2003-06-01 Thread Gerrit P. Haase
Hallo Tom, Am Samstag, 31. Mai 2003 um 16:13 schriebst du: > > Gerrit: > Your plan to make PERLIO=no_crlf a default sounded great, > but: > bash-2.05b$ uname -r;perl -v|grep 'This is' > 1.3.22(0.78/3/2) > This is perl, v5.8.0 built for cygwin-multi-64int > bash-2.05b$ printf "\

Re: Should PERLIO=no_crlf be the default on Cygwin?

2003-06-01 Thread Gerrit P. Haase
Hallo Max, Am Samstag, 31. Mai 2003 um 15:06 schriebst du: >>> I know very little about perlio, but wouldn't defaulting to stdio cause >>> Perl to obey Cygwin mount modes? >> From perlrun.pod: >> "An unset or empty PERLIO is equivalent to :stdio." >> The problem is that it will be superseeded f

Re: Should PERLIO=no_crlf be the default on Cygwin?

2003-06-01 Thread Gerrit P. Haase
Hallo Greg, Am Samstag, 31. Mai 2003 um 17:00 schriebst du: > Oops. > [EMAIL PROTECTED] ~ > $ export PERLIO=bytes $ perl -e 'open OUTFILE,">:crlf","text.txt";print OUTFILE "\n";' ...segfaults. This is an official PERLIO layer, set it to PERLIO=raw and you get no segfaults. Well, perl should

The standard library version in g++

2003-06-01 Thread Alex Vinokur
How can we know what is version of the standard library of g++? Thanks, == Alex Vinokur mailto:[EMAIL PROTECTED] http://www.simtel.net/pub/oth/19088.html http://sourceforge.net/users/alexvn ==

apache cygwin package hangs when MaxRequestsPerChild reached!

2003-06-01 Thread Christopher B. Liebman
It seems that there is a bug somewhere in the server pool handling in apache under cygwin, When MaxRequestsPerChild is reached it hangs! Repeat by setting MaxRequestsPerChild to 5 and making sequental requests... the 6'th times out. I'm running the latest cygwin and the cygwin apache package. M

cygwin apache with php - how to connect to database

2003-06-01 Thread Cary Lewis
I am attempting to use the Cygwin version of the Apache web server in a dynamic database system. Cygwin and apache with mod_php work fine. But the database functions odbc_connect produces a undefined function error. Where can I found the appropriate .dll? How do I install it. Thank

Re: ODBC & PHP4

2003-06-01 Thread Sven Köhler
i'm trying to build unixODBC & PHP with ODBC support on CYGWIN. There should perhaps be a possibility to bridge Windows' ODBC to Cygwin, so that you can compile PHP with Windows' ODBC. Perhaps all you need are some header-files, but i'm not to sure about that, because Windows DLLs and Cygwin mus

cygipc/cygwin-daemon

2003-06-01 Thread Sven Köhler
hi, i just want to know, how far the development of the cygipc-replacement is. i'm just interested in that technique. BTW: what does the cygwin-daemon do different? I always wondered, why cygipc needs a deamon-process, because as far as i know, a DLL is only loaded once, and so the cygipc.dll/c

Re: Should PERLIO=no_crlf be the default on Cygwin?

2003-06-01 Thread Greg Matheson
On Sat, 31 May 2003, Gerrit P. Haase wrote: > #!/usr/bin/perl > open OUTFILE, ">:crlf", "text.txt"; > print OUTFILE "This is a test.\n"; > close OUTFILE; Oh, yeh. That works. [EMAIL PROTECTED] ~ $ perl -e 'open OUTFILE,">:crlf","text.txt";print OUTFILE "\n";' ; cat text.txt|od -a 000 cr nl

Re: Should PERLIO=no_crlf be the default on Cygwin?

2003-06-01 Thread Tom Rodman
Gerrit: Your plan to make PERLIO=no_crlf a default sounded great, but: bash-2.05b$ uname -r;perl -v|grep 'This is' 1.3.22(0.78/3/2) This is perl, v5.8.0 built for cygwin-multi-64int bash-2.05b$ printf "\r\n\n"|PERLIO=no_crlf perl -pe '1;'|od -a 000 cr nl cr nl 004

using cygwin under dos

2003-06-01 Thread David Meltzer
hello and thanks for reading this, is it possible to the cygwin tools under dos. i am looking for a way to use the dd command to copy a hard drive image. i am afraid to use this command under windows since windows would be writing to the drive as i am trying to copy it. being new to linux, i am