Version 2.00-2 of nasm has been uploaded, and should be available on
the cygwin mirrors in the near future. nasm is an x86 and x86-64
assembler. Please find it under the "Devel" category in cygwin's
setup utility.
This release fixes a bug with the cygwin packaging from the 2.00-1
releas
Michael Kairys wrote:
Well, I gave it a try, and I can see that ain't gonna happen :)
It might take more effort than just installing Cygwin's Perl.
I reran setup and let it install perl and whatever else it wanted to
(so I now have ruby and phython as well); then I began running scripts
under
On Dec 7, 2007 4:53 PM, Michael Kairys <[EMAIL PROTECTED]> wrote:
> Well, I gave it a try, and I can see that ain't gonna happen :)
>
> I reran setup and let it install perl and whatever else it wanted to (so I now
> have ruby and phython as well); then I began running scripts under both perls.
> I
Michael Kairys comcast.net> writes:
> I would prefer to maintain only one Perl installation and would in fact
> be perfectly happy to dump AS in favor of Cygwin if I could do so without
> major pain. You have encouraged me to at least give it a try.
Well, I gave it a try, and I can see that ain
Yaakov wrote:
> Dean Scarff wrote:
>> In short, the grep + cut doesn't quite work like it used to because
>> there is a trailing period. The case glob (which is not a POSIX
>> regex under the Bourne shell, right?) matches "x2.61." as well as
>> "x2.60", which is what we want.
> AFAIK that traili
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Please post to the list, so that others may chime in:
http://cygwin.com/acronyms/#PPIOSPE
According to Nicholas S. Wourms on 12/7/2007 8:56 AM:
> Eric,
>
> Using coreutils-6.9-5 with a recently checked out version of Cygwin
> sources from cvs is caus
On Fri, Dec 07, 2007 at 05:19:26PM -, Dave Korn wrote:
>On 07 December 2007 17:09, Dean Scarff wrote:
>
>- x2.6[0-9])
>+ x2.6[0-9]*)
>
>
> I don't see why both of those regexes wouldn't successfully match '2.61'
>already. Your patch looks like it's trying to make the
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA256
Dean Scarff wrote:
> In short, the grep + cut doesn't quite work like it used to because
> there is a trailing period. The case glob (which is not a POSIX regex
> under the Bourne shell, right?) matches "x2.61." as well as "x2.60",
> which is what w
Hello there!
> Which postgresql 8 version exactly?
8.0.7-1, though there is a 8.1.4-2.
> The cygwin release or self-build?
cygwin.
>
> Official is 8.0.7, but I have more versions on my own setup site
> http://rurban.xarch.at/software/cygwin/
>
> Running postmaster as service or as user?
> Sta
cappellano schrieb:
Before someone tells me to use Linux or a NT based win to run a native
Postgres, I must say that I have no choice regarding the use of
Postgres on old Win98 machines - this is a huge project that involves
some schools that still have this OS and will take a little longer for
t
> I don't see why both of those regexes wouldn't successfully match
> '2.61' already. Your patch looks like it's trying to make the regex
> accept "2.6" with no second digit after the decimal place as well.
> Can you perhaps clarify?
Oh dear. Apparently MIME inline attachments + gmane + ezmlm
On 07 December 2007 17:09, Dean Scarff wrote:
- x2.6[0-9])
+ x2.6[0-9]*)
I don't see why both of those regexes wouldn't successfully match '2.61'
already. Your patch looks like it's trying to make the regex accept "2.6"
with no second digit after the decimal place
--- cygport-0.2.10 2007-12-08 01:05:11.892666000 +0900
+++ cygport 2007-12-08 01:05:53.720791000 +0900
@@ -802,7 +802,7 @@
fi
case "x$(grep -m 1 'GNU Autoconf' ${confdir}/configure | cut -d ' ' -f 6)" in
- x2.6[0-9])
+ x2.6[0-9]*)
confargs+=" --datarootdir=/usr/share --docdir=/usr/share
Ack. Updating RSN.
> There is a /usr/share/doc/html directory which should be under
> /usr/share/doc/nasm-2.00
--
Dean
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
F
On Dec 6 15:12, Brian Mathis wrote:
> I see in the regtool source that there are some options for this (-w
> and -W), but I don't see those options available in the regtool
> release on my system (version 1.8), which, afaik, is the latest
> release. Are there plans to release this version of regt
15 matches
Mail list logo