Re: Installing the Win32:: modules for Cygwin Perl

2003-01-11 Thread Michael A Chase
On Sat, 11 Jan 2003 23:20:13 -0800 Rafael Kitover <[EMAIL PROTECTED]> wrote: > I have a patch for libwin32-0.191 to build under Cygwin Perl, both 5.6 > and 5.8. This is based on the work of Clive Nicolson a while back. >   > This will give you the core Win32 methods, as well libraries like > Win32

Installing the Win32:: modules for Cygwin Perl

2003-01-11 Thread Rafael Kitover
I have a patch for libwin32-0.191 to build under Cygwin Perl, both 5.6 and 5.8. This is based on the work of Clive Nicolson a while back.   This will give you the core Win32 methods, as well libraries like Win32::APIFile, Win32::Sound, Win32::Clipboard etc.   There is still quite a bit of work to b

RE: mean & grumpy (cygwin path analysis)

2003-01-11 Thread LA Walsh
> What so it's the list managers fault? The reason you don't > have to subscribe to this list, I'm guessing, is to make it > easier for new user's post here instead of *forcing* them to > sign-up first. If thats being "different" and violates > "normal expectations" then I obviously cannot argu

1.18 mysql+perl+dbi+dbd::mysql

2003-01-11 Thread Nikolayev Dmitry
I have installed cygwin 1.18, perl 5.6, DBI 1.30, mysql for windows 3.23.54 But when I tryied to install DBD::mysql, I got some errors with compiling: dbdimp.c:632: `MYSQL_OPT_COMPRESS' undeclared (first use in this function) dbdimp.c:632: (Each undeclared identifier is reported only once dbdimp.c

Re: javac on cygwin

2003-01-11 Thread Randall R Schulz
Kevin, Someone asked on about makefiles for Java. Another person replied with a pointer to this site: , which appears to have a good makefile for Java. It should be usable as-is or easily be modified to work under Cygwin. I h

Re: Updated: OpenSSH-3.5p1-3

2003-01-11 Thread Christopher Faylor
On Sat, Jan 11, 2003 at 07:27:40PM -0800, Michael A Chase wrote: >On Sat, 11 Jan 2003 18:54:08 -0800 John David Galt <[EMAIL PROTECTED]> >wrote: When attempting to install this update I get an error message saying that "cygwin1.DLL" is not installed. Where do I get it and how do I ins

Re: Updated: OpenSSH-3.5p1-3

2003-01-11 Thread Michael A Chase
On Sat, 11 Jan 2003 18:54:08 -0800 John David Galt <[EMAIL PROTECTED]> wrote: > > > When attempting to install this update I get an error message saying that > > > "cygwin1.DLL" is not installed. Where do I get it and how do I install it, > > > since the automated install process can't? Setup.e

Re: Updated: OpenSSH-3.5p1-3

2003-01-11 Thread John David Galt
Elfyn McBratney wrote: > > > When attempting to install this update I get an error message saying that > > "cygwin1.DLL" is not installed. Where do I get it and how do I install > it, > > since the automated install process can't? > > Do you have the path to your cygwin bin directory in your pat

Re: Solving the "relink exe's" libtool problem [take 2]

2003-01-11 Thread Charles Wilson
Alexandre Duret-Lutz wrote: Chuck> Said "stub" executable would have to do ALL of the Chuck> things the script does, and then pass that environment Chuck> to its exec'ed target in .libs/ -- Maybe it could just exec() something like `/bin/sh .libs/foo.sh', where `.libs/foo.sh' is the script wra

Re: Updated: OpenSSH-3.5p1-3

2003-01-11 Thread Elfyn McBratney
> When attempting to install this update I get an error message saying that > "cygwin1.DLL" is not installed. Where do I get it and how do I install it, > since the automated install process can't? Do you have the path to your cygwin bin directory in your path? eg. c:\cygwin\bin? If not if you ad

Re: mean & grumpy (cygwin path analysis)

2003-01-11 Thread Elfyn McBratney
> My configuration problem? Try *your* broken list manager that allows posting > from list outsiders! Pblblblblblt!I mean, many users, realizing their mistake > of using the wrong account, would just resend it under the correctly subscribed > address -- perfectly normal list behavior, but noo

Re: Updated: OpenSSH-3.5p1-3

2003-01-11 Thread John David Galt
When attempting to install this update I get an error message saying that "cygwin1.DLL" is not installed. Where do I get it and how do I install it, since the automated install process can't? Please reply directly, I'm not on this list. -- Unsubscribe info: http://cygwin.com/ml/#unsubscrib

Hindsite, moving forward, concepts...?

2003-01-11 Thread linda w \(cyg\)
> From: Larry Hall (RFK Partners, Inc) [mailto:[EMAIL PROTECTED]] > I've found that it's always easy to look back at a previously > made design decision and question it, especially when one > wasn't involved in the > design discussion that weighed the current needs with the > benefits and de

Are you paying too much?

2003-01-11 Thread Sommano
Dear Smart Consumer: At last, Unlimited Long-Distance & Local Calls. No Cost to try it out! Click to see eCommercial: http://64.7.200.12/ads/HTMlMailForAdvAccount.cfm?SentBannerID=&BannerID=23225&EmailAddress=som%40nexxrep%2Ecom&EmailID=1105646 Sommano Sivongsay - CEO/Founder SOM Marketing, In

bison-1.75 src/bin problem

2003-01-11 Thread Attila Csosz
Hi, I'd like to add some features to bison and thus I must rebuild bison but there is a bug maybe. The bin package works nice but when I'm using the exe compiled from the source the following error occured: the error line reported by the bison is higher (almost by 500) then reported the origina

RE: Repost, different list...File::Spec, cygwin, Syntactic vs. Semantic path analysis

2003-01-11 Thread Larry Hall (RFK Partners, Inc)
I've found that it's always easy to look back at a previously made design decision and question it, especially when one wasn't involved in the design discussion that weighed the current needs with the benefits and detriments of possible implementations. Rethinking a design decision isn't bad of

Re: cygwin's autoconf?

2003-01-11 Thread Lapo Luchini
Robert Collins wrote: Now, for the problem reported the root problem here is *NOT* autotools brokenness. It's CVS being broken (unless I'm seriously mistaken). I did forget to thanks you all.. Finally I know much more about how to use the autotools and what is actually done by each tool. T

Re: [Bug] 1.3.18-1: Problem with arrow keys and rxvt/bash/mc

2003-01-11 Thread Stuart Brady
On Sat, Jan 11, 2003 at 12:40:52AM -0600, Steve O wrote: > The change I suspect is one that writes characters one at a time to the > slave, instead of a bulk write of the entire buffer. Thus, it's > possible for the slave to read half of an escape sequence in a > race condition. I was under the

smokes (was Re: Repost, different list...File::Spec, cygwin, Syntactic vs. Semantic path analysis)

2003-01-11 Thread Nicholas Clark
On Thu, Jan 09, 2003 at 02:16:38AM -0500, Christopher Faylor wrote: > I wasn't aware of that but then I haven't been reading perl5-porters for a while > now. I don't know what smokes is but I assume it's a periodic test run of perl > on various platforms. Yes, it's "smoke testing". H Merijn Bran