wide string methods, round two

2003-09-27 Thread Joshua Kwan
Sorry I was not able to respond to helpful replies on this list due to the lack of "CC me on reply"-age. Luckily, I had the presence of the mind to check cygwin.com/ml/cygwin :) Anyway, some sed work got me this conclusive list of missing functions: assign(wchar_t*, unsigned, wchar_t) compare(wch

Re: perl-5.8.1 debugging version available

2003-09-27 Thread Charles Wilson
Gerrit P. Haase wrote: Some technical information: It is compiled with gcc-3.3.1 under cygwin-1.5.5, linked against libcrypt and libutil, some modules are linked against zlib, libdb4 and libgdbm4, I used the latest binutils. Why do you need libutil? everything in libutil (except for two internal

Re: rsync protocol error

2003-09-27 Thread Mark Thornton
Mark Thornton wrote: I am attempting to use rsync 2.5.6 to transfer files between two XP machines. On one machine rsync is run as a daemon (either via cygrunsrv or just from a bash shell). A copy of a small number of files from the daemon machine to my local machine has succeeded, however all

gcc-3.3.1, error compiling c++ code: Assembler messages: Error: symbol `_N' is already defined

2003-09-27 Thread Gerrit P. Haase
Hallo, I'm getting the following error when compiling icu-2.6.1 with gcc-3.3.1-1: $ g++ -D_REENTRANT -I. -I../common -I../common -D_REENTRANT -DHAVE_CONFIG_H -DU_I18N_IMPLEMENTATION -O4 -c -DPIC -o strmatch.o strmatch.cpp /tmp/cc3umU0v.s: Assembler messages: /tmp/cc3umU0v.s:60: Error: symbol

Off Topic!! - Microsoft critic dismissed by @Stake -

2003-09-27 Thread guenter strubinsky
I realize that this is completely off topic but could someone here offer Mr. Dan Geer a job? The implication of criticizing Microsoft's security and being fired as a result does have -naturally- a chilling effect on any public assessment of Microsoft's products. Nothing would help the IT public mor

Re: ftp way quicker than cp?

2003-09-27 Thread Brian Dessent
Andrew DeFaria wrote: > I was aware that there is SMB overhead - just didn't think it would be > that great! It's not necessarily overhead as in "extra data" but also round trip delay times. SMB was designed for use with a low-latency local network connection, in contrast to FTP which was design

getmxrr() doesnt work

2003-09-27 Thread RiCH
Hi Has anyone managed to get PHP to compile in CLI mode and get getmxrr() to work? I always get Fatal error: Call to undefined function: getmxrr() Have tried various versions of PHP with configure line ./configure --enable-cli --enable-sigchild --with-mysql --enable-pcntl --di sable-debug -

RE: rsync protocol error

2003-09-27 Thread Hannu E K Nevalainen \(garbage mail\)
> From: Mark Thornton > I am attempting to use rsync 2.5.6 to transfer files between two XP > machines. On one machine rsync is run as a daemon (either via cygrunsrv > or just from a bash shell). A copy of a small number of files from the > daemon machine to my local machine has succeeded, howeve

RE: papers

2003-09-27 Thread Hannu E K Nevalainen \(garbage mail\)
> From: Igor Pechtchanski > The HTML and other manuals for Cygwin itself are contained in the > "cygwin-doc" package, which is not in the "Base" category, so it will have > to be installed explicitly (by either selecting everything, or selecting > that individual package). Once it's installed, it

Re: ftp way quicker than cp?

2003-09-27 Thread Igor Pechtchanski
On Sat, 27 Sep 2003, Andrew DeFaria wrote: > Igor Pechtchanski wrote: > > > You are not really measuring the time needed for "cp". You are > > measuring the overhead of SMB share access. Using ftp bypasses all > > this mechanism completely, and sends files directly over the network. > > Try compar

Re: ftp way quicker than cp?

2003-09-27 Thread Andrew DeFaria
Igor Pechtchanski wrote: You are not really measuring the time needed for "cp". You are measuring the overhead of SMB share access. Using ftp bypasses all this mechanism completely, and sends files directly over the network. Try comparing the time it takes to copy the file in Windows Explorer

perl-5.8.1 debugging version available

2003-09-27 Thread Gerrit P. Haase
Hallo, Now after perl-5.8.1 was finally released, I've made a debugging version available at first. This will not be distributed via the Cygwin mirrors and is not installable via setup.exe. But you can fetch it from the CPAN mirror which is nearest to you: $CPAN/authors/id/G/GE/GERRIT/CHECKSU

Re: ftp way quicker than cp?

2003-09-27 Thread Igor Pechtchanski
On Sat, 27 Sep 2003, Andrew DeFaria wrote: > Ftp is orders of magnitude quicker than cp. Here's the situation. > > File to copy: 25 Meg. > From location: Santa Clara, USA. > To location: Shanghai, China > Network connection: Not really sure but both Santa Clara and Shanghai > are in the same NT d

ftp way quicker than cp?

2003-09-27 Thread Andrew DeFaria
Ftp is orders of magnitude quicker than cp. Here's the situation. File to copy: 25 Meg. From location: Santa Clara, USA. To location: Shanghai, China Network connection: Not really sure but both Santa Clara and Shanghai are in the same NT domain. I tried the following: $ time ncftpput sons-cc R

RE: Problem with SETFACL and shortcuts?

2003-09-27 Thread Igor Pechtchanski
On Sat, 27 Sep 2003, Harre Mark VIE wrote: > [snip] > If I may ask another question regarding setfacl. > I would like to use setfacl on all subdirs but unlike chmod it doesn't > have a recursive option (unless I missed it somewhere?) so I use the > following bash script: > > cd / >

Re: cygwin v1.5.5-1: g++ produces "Entry Point Not Found" error

2003-09-27 Thread Christopher Faylor
On Sat, Sep 27, 2003 at 10:33:38AM -0400, Igor Pechtchanski wrote: >Ken, > >Adding a "." to the end of your PATH and then running "cygcheck -svr" >*from the directory where the problem occurs* would have shown that extra >cygwin1.dll (and its version) in the output. > >As a general advice (and I gu

Re: Strange make [Error 255] (cygwin bug?)

2003-09-27 Thread Christopher Faylor
On Sat, Sep 27, 2003 at 04:01:34PM +0200, Jan Nieuwenhuizen wrote: >Corinna Vinschen writes: >>>How does it make it unnecessary? Won't it still cause make to return >>>an error as opposed to actually getting make working? >> >>Yes, but it returns a correct, useful error message. Obviously there >

smbntsec broken for drives shared as different user

2003-09-27 Thread Michael Condict
There are many reasons in Windows why you need to map a shared drive onto your system by connecting to it with an explicit username and password, different from the current logged in user. The most important reason is that you are logged into a desktop as a local (non-domain) user and want to acce

[ANNOUNCEMENT] New package: cocom-0.995-1

2003-09-27 Thread Igor Pechtchanski
I have packaged the COCOM compiler creation toolset (). The COCOM toolset is intended to help creation of compilers, cross-compilers, interpreters, and other language processors. The distribution also contains an interpreter for the DINO language as an example of the

Re: Cygwin v1.5.5-1: g++ produces "Entry Point Not Found" error

2003-09-27 Thread Igor Pechtchanski
Ken, Adding a "." to the end of your PATH and then running "cygcheck -svr" *from the directory where the problem occurs* would have shown that extra cygwin1.dll (and its version) in the output. As a general advice (and I guess we might want to add this to the problem reporting page), if there's a

Re: Cygwin on Windows Me on Athlon64

2003-09-27 Thread Tim Prince
On Friday 26 September 2003 16:19, Koide wrote: > Now I am using cygwin on Windows Me on AthlonXP . > > I will have Athlon64 system shortly . Then I want to use cygwin > on Athlon64 . The executable files of programs comliled on Athlon64 > should be much faster than those are compil

Re: Strange make [Error 255] (cygwin bug?)

2003-09-27 Thread Jan Nieuwenhuizen
Corinna Vinschen writes: >> How does it make it unnecessary? Won't it still cause make to return >> an error as opposed to actually getting make working? > > Yes, but it returns a correct, useful error message. Obviously there > is a system imposed upper limit of command line length on all syste

RE: Problem with SETFACL and shortcuts?

2003-09-27 Thread Harre Mark VIE
Thx Corinna That explains it better for me - I was a little confused by the relationship between windows shortcuts and *nix symlinks. If I may ask another question regarding setfacl. I would like to use setfacl on all subdirs but unlike chmod it doesn't have a recursive option (unless I missed it

rsync protocol error

2003-09-27 Thread Mark Thornton
I am attempting to use rsync 2.5.6 to transfer files between two XP machines. On one machine rsync is run as a daemon (either via cygrunsrv or just from a bash shell). A copy of a small number of files from the daemon machine to my local machine has succeeded, however all attempts to transfer

Re: make is not install

2003-09-27 Thread bohm s
From: Larry Hall <[EMAIL PROTECTED]> Could you post the output the command `cygcheck -svr' so your problem can be diagnosed better. That and /var/log/setup.log*. Thanks for the tips, I downloaded again from nasa and took a better look at the install options treeview and everything is working n