Why can not find libmysql.so but libmysql.a

2009-08-30 Thread runbirder
MYSQL_INC=/usr/mysql-connector-c-6.0.2-linux-glibc2.3-x86-32bit/include MYSQL_LIB=/usr/mysql-connector-c-6.0.2-linux-glibc2.3-x86-32bit/lib all: gcc -I${MYSQL_INC} -c testmain.c gcc -o testmain.exe testmain.o -L${MYSQL_LIB} -lmysql ///

[ANNOUNCEMENT] [1.5] Updated: task-1.8.1-1

2009-08-30 Thread Federico Hernandez
The task package provides a command line todo list manager. [[ compiled using gcc-3.4.4-999 ]] This is a new upstream version of task. CHANGES since task-1.7.1-1 == - new attribute modifiers - new reports - new support for weeknumbers and weekstart - new negative tag filt

Re: Why can not find libmysql.so but libmysql.a

2009-08-30 Thread Christopher Faylor
On Sun, Aug 30, 2009 at 03:13:04AM -0700, runbirder wrote: > >MYSQL_INC=/usr/mysql-connector-c-6.0.2-linux-glibc2.3-x86-32bit/include >MYSQL_LIB=/usr/mysql-connector-c-6.0.2-linux-glibc2.3-x86-32bit/lib >all: > gcc -I${MYSQL_INC} -c testmain.c > gcc -o testmain.exe testmain.o -L${MYSQL_LIB} -lmysq

The C locale

2009-08-30 Thread Andy Koppe
Trying to reply to Tuomo Valkonen's post about locale issues, I got rather confused about the C locale. The manual and the POSIX standard say that it supports ASCII only, so in theory anything above 0x7F should be rejected. In practice though, both Cygwin 1.5 and 1.7 do support characters above 0x7

default encoding (was: Re: GNU screen hangs)

2009-08-30 Thread Andy Koppe
Tuomo Valkonen: > Firstly Xlib/libc communication seems to be > broken/unimplemented. This has frequently been a > problem on Linux too, Xlib not being aware of libc > locales. (Xlib usually won't work without the .encoding > part in LC_CTYPE, which frequently isn't there, as > libc seemingly can g

parsing the output of "cygcheck" - or not

2009-08-30 Thread Duane Ellis
I need a simple standard (and script friendly) means of determining what is and is not installed under cygwin. (effectively, I need to write a script to verify that certain cygwin tools are, or not already installed). Option 1: Parse the output of 'cygcheck -s' doable... but might chan

Re: default encoding (was: Re: GNU screen hangs)

2009-08-30 Thread Tuomo Valkonen
On 2009-08-30, Andy Koppe wrote: > If a locale is specified without an encoding, Cygwin 1.7 uses the > Windows system's default "ANSI" codepage, i.e. CP1252 or such like. > > Presumably X implements the encodings itself rather than use > setlocale(LC_CTYPE, "") and rely on the standard conversion

Re: parsing the output of "cygcheck" - or not

2009-08-30 Thread Charles Wilson
Duane Ellis wrote: > I need a simple standard (and script friendly) means of determining what > is and is not installed under cygwin. > > (effectively, I need to write a script to verify that certain cygwin > tools are, or not already installed). > > Option 1: > Option 2 Option 3: "cygcheck -cd"

Re: default encoding (was: Re: GNU screen hangs)

2009-08-30 Thread Andy Koppe
Tuomo Valkonen: > I have LC_CTYPE=en_US.UTF-8, of course. And still Xlib fails. Oh well. Someone more knowledgeable about X will need to step in here. > I think the Python interpreter should call setlocale, > instead of having Python programs themselves do it, > because it is half-an-OS and does

pipelines with paths containing spaces

2009-08-30 Thread David Christensen
cygwin: I am having trouble using pipelines with paths containing spaces: 2009-08-31 01:16:32 administra...@p43400e ~ $ ls -d /cygdrive/c/Documents\ and\ Settings/ /cygdrive/c/Documents and Settings/ 2009-08-31 01:16:50 administra...@p43400e ~ $ ls -d /cygdrive/c/Documents\ a

R: pipelines with paths containing spaces

2009-08-30 Thread Marco Atzeri
--- Lun 31/8/09, David Christensen ha scritto: > Da: David Christensen > Oggetto: pipelines with paths containing spaces > A: cygwin cygwin.com > Data: Lunedì 31 agosto 2009, 10:27 > cygwin: > > I am having trouble using pipelines with paths containing > spaces: > >     2009-08-31 01:16:32 ad

Re: pipelines with paths containing spaces

2009-08-30 Thread Jeremy Bopp
David Christensen wrote: > I am having trouble using pipelines with paths containing spaces: This is not technically a Cygwin-specific issue, so I'm going to try to keep this short. > 2009-08-31 01:16:50 administra...@p43400e ~ > $ ls -d /cygdrive/c/Documents\ and\ Settings/ | xargs ls >

[ANNOUNCEMENT] Updated: {subversion,subversion-apache2,subversion-devel,subversion-perl,subversion-python,subversion-ruby}-1.6.5-1

2009-08-30 Thread David Rothenberger
NEWS: = This is a new upstream release. See CHANGES (URL below) for more information. IMPORTANT: This release will silently upgrade your Subversion working copies to the 1.6 format, rendering them unusable with previous major versions of Subversion. Please see the release notes http://subv

[ANNOUNCEMENT] [1.7] Updated: {subversion,subversion-apache2,subversion-devel,subversion-perl,subversion-python,subversion-ruby}-1.6.5-2

2009-08-30 Thread David Rothenberger
A new version of subversion is now available for download. This version is built for Cygwin 1.7. CYGWIN NEWS: There were two test failures with Cygwin 1.7. * All tests hang using the serf HTTP library. This package still includes support for serf, but if you encounter problems, pl

[ANNOUNCEMENT] [1.7] Updated: {flac,flac-devel,libFLAC8,libFLAC++6}-1.2.1-2

2009-08-30 Thread David Rothenberger
A new version the flac, flac-devel, libFLAC8, and libFLAC++6 packages are now available for download. NEWS: = These have been built for Cygwin 1.7 using GCC 4.3 to address the issue raised by http://cygwin.com/ml/cygwin/2009-08/msg00735.html DESCRIPTION: FLAC stands for Free

Re: mintty doesn't run on NT4 due to lack of GetConsoleWindow

2009-08-30 Thread Andy Koppe
Christopher Faylor: > I spent much of the day trying to resurrect my Windows NT4 system and > now that I finall have it back, I just tried to run mintty and noticed > that it seems to be using GetConsoleWindow.  That's not allowed on NT4. > I get an error that says: > > "The procedure entry point G

RE: pipelines with paths containing spaces

2009-08-30 Thread David Christensen
Marco Atzeri wrote: > not really cygwin specific > find /cygdrive/c/Documents\ and\ Settings/ -print0 |xargs --null ls > see "man xargs" That explains it. Here's a work-around: 2009-08-31 04:04:36 dpchr...@p43400e ~ $ ls -d /cygdrive/c/Documents\ and\ Settings/ | perl -ne 's/\n/\00/;

Re: fcntl bug

2009-08-30 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Eric Blake on 8/24/2009 9:15 AM: > While we're at it, fcntl and dup2 both have another minor bug. POSIX states > that fcntl(0,F_DUPFD,1000) should fail with EINVAL (not EBADF) and the > similar dup2(0,1000) should fail with EBAD

[ANNOUNCEMENT] Updated: {xz/liblzma-devel/liblzma1}-4.999.9beta-1

2009-08-30 Thread Charles Wilson
The xz package is the successor to lzma. Its command-line tools support both .lzma files and the new .xz format, and it ships with compatibility links so you don't even need to retrain your fingers: 'lzma', 'lzcat', etc, are all still present. However, you probably should: .xz files are already be

[ANNOUNCEMENT] [1.7] Updated: {xz/liblzma-devel/liblzma1}-4.999.9beta-10

2009-08-30 Thread Charles Wilson
The xz package is the successor to lzma. Its command-line tools support both .lzma files and the new .xz format, and it ships with compatibility links so you don't even need to retrain your fingers: 'lzma', 'lzcat', etc, are all still present. However, you probably should: .xz files are already be

[ANNOUNCEMENT] [1.7] Updated: {mingw-xz/mingw-liblzma-devel/mingw-liblzma1}-4.999.9beta-10

2009-08-30 Thread Charles Wilson
The mingw-xz package provides a version of the xz compression library and tools built using the standard windows runtime library and NOT cygwin. It is (or will be) used by setup.exe and is provided specifically for that purpose. No other uses are supported. However, for testing purposes it does pr

Cannot initialize bash shell after Cygwin 1.5.24 install

2009-08-30 Thread Doug Ruff
I've just completed the installation of Cygwin 1.5.24 to my Windows Server 2003 64-bit machine.   I installed using my domain user account (dougruff), and when the installation completed, I was able to launch a bash shell in my login session without any problems.   But as soon as another user lo

Re: The C locale

2009-08-30 Thread Christopher Faylor
On Sun, Aug 30, 2009 at 05:59:11PM +0100, Andy Koppe wrote: >Trying to reply to Tuomo Valkonen's post about locale issues, I got >rather confused about the C locale. The manual and the POSIX standard >say that it supports ASCII only, so in theory anything above 0x7F >should be rejected. In practice

Re: fcntl bug

2009-08-30 Thread Christopher Faylor
On Sun, Aug 30, 2009 at 06:32:59PM -0600, Eric Blake wrote: >According to Eric Blake on 8/24/2009 9:15 AM: >>While we're at it, fcntl and dup2 both have another minor bug. POSIX >>states that fcntl(0,F_DUPFD,1000) should fail with EINVAL (not >>EBADF) and the similar dup2(0,1000) should fa

Re: Cannot initialize bash shell after Cygwin 1.5.24 install

2009-08-30 Thread Larry Hall (Cygwin)
On 08/30/2009 08:49 PM, Doug Ruff wrote: I've just completed the installation of Cygwin 1.5.24 to my Windows Server 2003 64-bit machine. May I suggest that you try again with the current release (1.5.25) or even the pending release 1.7 (http://cygwin.com/#beta-test)? If there still exists a p

1.7: setup fails to complete download; all later attempts fail

2009-08-30 Thread Lee D. Rothstein
Setup failed to complete the download on an attempt to update. Yet, the install continued until that failed as well. Now, the same thing happens every try. Even if I: * Redownload the lastest setup * Shut off my AV program (Kaspersky) * Change servers * Delete all prior remnants of downloaded a

Re: 1.7: setup fails to complete download; all later attempts fail

2009-08-30 Thread Larry Hall (Cygwin)
On 08/30/2009 11:15 PM, Lee D. Rothstein wrote: Setup failed to complete the download on an attempt to update. Yet, the install continued until that failed as well. What do you mean by this? Define "failed". Clarify how "setup failed... yet, the install continued until that failed as well."

FW: Cygwin 1.7 ssh and window size

2009-08-30 Thread Karl M
> > Hi All... > > > > I just verified, this does no happen with Cygwin 1.5. > > > > I'll bet B20 was even better. > > > > It also still happens with the 8/24 snapshot dll. > > > > Thanks, > > > > ...Karl > > > >> From: karl >> Subject: Cygwin 1.7 ssh and window size >> Date: Sat, 29 Aug 2009 20:34

Re: FW: Cygwin 1.7 ssh and window size

2009-08-30 Thread Christopher Faylor
On Sun, Aug 30, 2009 at 09:07:29PM -0700, Karl M wrote: > >> >> Hi All... >> >> >> >> I just verified, this does no happen with Cygwin 1.5. >> >> >> >> I'll bet B20 was even better. >> >> >> >> It also still happens with the 8/24 snapshot dll. I think we need validation that this happens without t

RE: Cygwin 1.7 ssh and window size

2009-08-30 Thread Karl M
> Date: Mon, 31 Aug 2009 00:08:57 -0400 > From: cgf > Subject: Re: FW: Cygwin 1.7 ssh and window size > > On Sun, Aug 30, 2009 at 09:07:29PM -0700, Karl M wrote: >> >>> >>> Hi All... >>> >>> >>> >>> I just verified, this does no happen with Cygwin 1.5. >>> >>> >>> >>> I'll bet B20 was even better.

RE: Cygwin 1.7 ssh and window size

2009-08-30 Thread Thorsten Kampe
* Karl M (Sun, 30 Aug 2009 21:14:59 -0700) > > On Sun, Aug 30, 2009 at 09:07:29PM -0700, Karl M wrote: > >>> I just verified, this does no happen with Cygwin 1.5. > >>> > >>> I'll bet B20 was even better. > >>> > >>> It also still happens with the 8/24 snapshot dll. > > > > I think we need validati

RE: Cygwin 1.7 ssh and window size

2009-08-30 Thread Karl M
> From: thorsten > Subject: RE: Cygwin 1.7 ssh and window size > Date: Mon, 31 Aug 2009 07:40:12 +0200 > > * Karl M (Sun, 30 Aug 2009 21:14:59 -0700) >>> On Sun, Aug 30, 2009 at 09:07:29PM -0700, Karl M wrote: > I just verified, this does no happen with Cygwin 1.5. > > I'll bet B20 was