ohr.edu link - Guest Etiquette

2009-08-05 Thread Dominique Evans
Dominique Evans has sent you this link to a page on the Ohr Somayach website - www.ohr.edu ** Guest Etiquette ** http://ohr.edu/yhiy/article.php/3993 Dominique Evans also sent you the following message - The auto cash system has already helped hundreds of ordinary people become

Where is LEIM for cygwin's emacs 21.2?

2009-08-05 Thread Harald Joerg
Very rarely I need to type one or two japanese characters in my emacs, and I recall that I did it with LEIM and set-input-method quite easily. However, in my current installation, emacs says that LEIM isn't installed. The cygwin installer says: LEIM is part of emacs package now. The

Re: Minor diff: /bin/ksh.exe

2009-08-05 Thread Dave Korn
Paul McFerrin wrote: I believe this is a non-problem. The cause: human error. Doing a cd /c/Doc*/pa*/App*is not the same as cd /c/Doc*/Pa*/App* Wildcard lookups are always case sensitive. I must not have been consistant when switching between Windows. This is a 1.7-vs-1.5

Re: Correct way to configure a Cygwin toolchain on Linux?

2009-08-05 Thread Dave Korn
Dave Korn wrote: Brendan Molloy wrote: Would I be able to get definitive instructions on setting up a successful Cygwin toolchain? Since I've never gotten around to building myself a Linux-x-Cygwin cross toolchain, I decided to spend some time this afternoon doing just that. I'll

Re: findutils-4.5.4-1 problem (updatedb crashing)

2009-08-05 Thread Dave Korn
marian wrote: however there is a comment INSIDE the conditional statement; is that legal c? Yep, 'fraid so, it's just a red herring. Comments can go pretty much anywhere except in the middle of a single word or number or string. cheers, DaveK -- Problem reports:

RE: Correct way to configure a Cygwin toolchain on Linux?

2009-08-05 Thread Jason Pyeron
-Original Message- From: Dave Korn Sent: Wednesday, August 05, 2009 6:24 To: Dave Korn Cc: cygwin@cygwin.com Subject: Re: Correct way to configure a Cygwin toolchain on Linux? Dave Korn wrote: Brendan Molloy wrote: Would I be able to get definitive instructions on

Re: Minor diff: /bin/ksh.exe

2009-08-05 Thread Mark J. Reed
On Wed, Aug 5, 2009 at 6:18 AM, Dave Korn wrote: Paul McFerrin wrote: I believe this is a non-problem.  This is a 1.7-vs-1.5 difference in the underlying Cygwin DLL then, and not related to ksh; yes? What part of non-problem do you not understand, Dave? ;) Seriously, is it a difference at

Re: Please test the latest snapshot!

2009-08-05 Thread Eric Blake
$ git clone git://git.sv.gnu.org/libsigsegv.git Initialized empty Git repository in /home/eblake/libsigsegv/.git/ fatal: write error (Socket operation on non-socket) I tried it and it failed as you indicated. The next snapshot should fix the problem. Nope - still seeing this in the

Re: _setlocale_r

2009-08-05 Thread Eric Blake
(Alternatively, making them reentrant by making the locale settings part of the REENT structure might be rather useful actually, for at least two reasons: different threads could use different locales, and you could convert between different charsets using the the _r versions of the mb

Re: Correct way to configure a Cygwin toolchain on Linux?

2009-08-05 Thread Dave Korn
Jason Pyeron wrote: FTR: I ran into some serious complication (to do with the layout of headers and libs and having stuff in a w32api subdir) and it appears that something is not quite working when it comes to building a cross-compiler by the standard procedures. It'll take me a

Re: Where is LEIM for cygwin's emacs 21.2?

2009-08-05 Thread Ken Brown
On 8/5/2009 4:16 AM, Harald Joerg wrote: Very rarely I need to type one or two japanese characters in my emacs, and I recall that I did it with LEIM and set-input-method quite easily. However, in my current installation, emacs says that LEIM isn't installed. The cygwin installer says: LEIM

Re: Please test the latest snapshot!

2009-08-05 Thread Christopher Faylor
On Wed, Aug 05, 2009 at 12:11:58PM +, Eric Blake wrote: $ git clone git://git.sv.gnu.org/libsigsegv.git Initialized empty Git repository in /home/eblake/libsigsegv/.git/ fatal: write error (Socket operation on non-socket) I tried it and it failed as you indicated. The next snapshot

Re: Correct way to configure a Cygwin toolchain on Linux?

2009-08-05 Thread Christopher Faylor
On Wed, Aug 05, 2009 at 11:24:26AM +0100, Dave Korn wrote: Dave Korn wrote: Brendan Molloy wrote: Would I be able to get definitive instructions on setting up a successful Cygwin toolchain? Since I've never gotten around to building myself a Linux-x-Cygwin cross toolchain, I decided

Re: Correct way to configure a Cygwin toolchain on Linux?

2009-08-05 Thread Dave Korn
Christopher Faylor wrote: You *are* using the patches I sent you many months ago, right? Or some variation thereof? Oops, no. I have no memory of them, but I have an extensive mailbox and a search function; I'll have a dig around for them. cheers, DaveK -- Problem reports:

Thanks (was: Re: Where is LEIM for cygwin's emacs 21.2?)

2009-08-05 Thread Harald Joerg
Ken Brown kbr...@cornell.edu writes: On 8/5/2009 4:16 AM, Harald Joerg wrote: Very rarely I need to type one or two japanese characters in my emacs, and I recall that I did it with LEIM and set-input-method quite easily. However, in my current installation, emacs says that LEIM isn't

Re: 8/04 snapshot was bad. Please try the 8/04 snapshot

2009-08-05 Thread Jim Reisert AD1C
Finally, SUCCESS! (from inside an xterm): cygwin 1.7.0-56OK Thanks for fixing this. I hope it will be released as -57 soon. Thanks, Christopher! - Jim -- Jim Reisert AD1C, jjreis...@alum.mit.edu, http://www.ad1c.us -- Problem reports:

MIME encoding tools?

2009-08-05 Thread Sivaram Neelakantan
Apart from uuencode which I believe is not about MIME what tools are available on cygwin to MIME encode attachments to send over the commandline? Right now, I'm using $ (cat ./mail.txt; uuencode a.gz a.gz) |/usr/sbin/msmtp -t and this sometimes inlines the attachment in some MUAs. Any way to

Some library fail to be found when compiling a little program of GCC

2009-08-05 Thread coolsand
This is the message relied from the make of GCC as blow: arch/s3c2410/s3c2410.o: In function `command_cpu': arch/s3c2410/s3c2410.o(.text+0x87c): undefined reference to `strncmp' arch/s3c2410/s3c2410.o(.text+0x8a0): undefined reference to `strncmp' arch/s3c2410/s3c2410.o(.text+0x8c4): undefined

Re: Some library fail to be found when compiling a little program of GCC

2009-08-05 Thread Greg Chicares
On 2009-08-05 15:39Z, coolsand wrote: This is the message relied from the make of GCC as blow: arch/s3c2410/s3c2410.o: In function `command_cpu': arch/s3c2410/s3c2410.o(.text+0x87c): undefined reference to `strncmp' Please show the command line that you used for linking. Perhaps you tried

CygWin backslash variable - stores dos based filename with path

2009-08-05 Thread Rajesh George CetusTech
Hi All, I am very new to CygWin, but having experience in Solaris, RedHat linux, Oracle linux and Microsoft Windows. My issue: Am running one batch job from Windows, which needs to execute one .sh file using CygWin and the batch file passes the filename with path (windows/DOS style) to the .sh

Re: CygWin backslash variable - stores dos based filename with path

2009-08-05 Thread Mark J. Reed
On Wed, Aug 5, 2009 at 4:13 PM, Rajesh George wrote: e:\test\testcomn\util\jre\1.1.8\bin\jre.exe become e:testtestcomnutiljre1.1.8binjre.exe and I got command not found error. In this case, am not allowed to edit the any bat/sh files. But I can modify the CygWin settings. Well, we'd need to

Can't execute scripts from a samba share with 1.7

2009-08-05 Thread Nahor
Hi, I have a samba share mounted in cygwin with the following fstab entry: //server/nahor /home/nahor smbfs binary,user,exec,acl,posix=0,cygexec 0 0 Permissions are set correctly: $ ls -al -rwxr--r-- 1 nahor Domain Users 19 Aug 5 11:46 t.sh My test script doesn't do much: $ cat ./t.sh

Missing i686-pc-cygwin-ar on building GCC

2009-08-05 Thread Aaron Gray
Anyone got a clue ? Aaron -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple

Re: Missing i686-pc-cygwin-ar on building GCC

2009-08-05 Thread Christopher Faylor
On Wed, Aug 05, 2009 at 09:57:59PM +0100, Aaron Gray wrote: Anyone got a clue ? Yes. cgf -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info:

Re: 1.7: help2man perl problem?

2009-08-05 Thread Reini Urban
Lee Rothstein schrieb: When I run 'help2man' on a bash script that I wrote, I get the following error messages: Constant subroutine main::LC_ALL redefined at /usr/lib/perl5/5.10/Exporter.pm line 66. at /bin/help2man line 38 Prototype mismatch: sub main::LC_ALL () vs none at

Re: CygWin backslash variable - stores dos based filename with path

2009-08-05 Thread Dave Korn
Rajesh George CetusTech wrote: I am very new to CygWin, but having experience in Solaris, RedHat linux, Oracle linux and Microsoft Windows. My issue: Am running one batch job from Windows, which needs to execute one .sh file using CygWin and the batch file passes the filename with path

Re: Missing i686-pc-cygwin-ar on building GCC

2009-08-05 Thread Dave Korn
Aaron Gray wrote: Anyone got a clue ? Shouldn't be needed. configure scripts should just find /bin/ar and use that. How did you configure everything? cheers, DaveK -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/

Re: Correct way to configure a Cygwin toolchain on Linux?

2009-08-05 Thread Dave Korn
Dave Korn wrote: Christopher Faylor wrote: You *are* using the patches I sent you many months ago, right? Or some variation thereof? Oops, no. I have no memory of them, but I have an extensive mailbox and a search function; I'll have a dig around for them. In all my mboxes I only

Re: Some library fail to be found when compiling a little program of GCC

2009-08-05 Thread coolsand
Hi, link command : /bin/arm-linux-ld -v $(LINKFLAGS) \ $(HEAD) \ $(CORE_FILES) \ $(DRIVERS) \ $(LIBS) \ -o vivi-elf $(CLIBS) I use the 'LD' to link indeed, but I think using it is also correct when 'Gcc' be used for

Re: Some library fail to be found when compiling a little program of GCC

2009-08-05 Thread Dave Korn
coolsand wrote: Hi, link command : /bin/arm-linux-ld -v $(LINKFLAGS) \ $(HEAD) \ $(CORE_FILES) \ $(DRIVERS) \ $(LIBS) \ -o vivi-elf $(CLIBS) I use the 'LD' to link indeed, but I think using it is also correct when

cl.exe and a C1083 error

2009-08-05 Thread Jake
So we are using regular make files to invoke the ms compiler. I get correct behavior on the build servers, but not my local system. The compiler isn't picking up the includes we send it on my system. We use a mount -f -s -b and that seems to clear up the posix to win32 path issue on the build

Re: cl.exe and a C1083 error

2009-08-05 Thread Larry Hall (Cygwin)
On 08/05/2009 10:49 PM, Jake wrote: So we are using regular make files to invoke the ms compiler. I get correct behavior on the build servers, but not my local system. The compiler isn't picking up the includes we send it on my system. We use a mount -f -s -b and that seems to clear up the

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

2009-08-05 Thread 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 GetConsoleWindow could not be