Re: Announce: FlexDLL, flexible DLLs under Windows

2007-11-21 Thread Christopher Faylor
On Wed, Nov 21, 2007 at 06:30:06PM -0800, Brian Dessent wrote: >Christopher Faylor wrote: >>somebody else wrote: >>>Not an unreasonable idea, but very hard to make work when we really >>>want cygwin apps to basically be windows apps; I can't see how cygwin >>>could support e.g. an ELF loader and y

Re: (non-)updates for upx and lighttpd

2007-11-21 Thread Yaakov (Cygwin Ports)
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 (Having problems posting to cygwin-apps at the moment.) Lapo Luchini wrote: > I'm having some problems updating both upx and lighttpd to their latest > upstream release: they've changed the build script enough to break the > existing GBS and I have

Re: Announce: FlexDLL, flexible DLLs under Windows

2007-11-21 Thread Brian Dessent
Christopher Faylor wrote: > > Not an unreasonable idea, but very hard to make work when we really want > >cygwin apps to basically be windows apps; I can't see how cygwin could > >support > >e.g. an ELF loader and yet still be able to launch cygwin apps from cmd.exe > >rather than having to fire

Re: in /bin after installation

2007-11-21 Thread Larry Hall (Cygwin)
C. Blue wrote: I installed to c:\cygin, but it always places me in c:\cygwin\bin when I click the cygwin icon. I thought I was supposed to be in my home folder, ie c:\cygwin\home\ Also, the bash prompt looks very sparse, I thought something looked different when I last saw a cygwin system. Also,

Problem with win32 GUI application using console

2007-11-21 Thread Slava Pestov
Hi everybody, I'm building a native Win32 GUI application which should be able to display a console on demand for debugging purposes. I found that my program was crashing when compiled with Cygwin, however it worked fine with Visual Studio. Here is the output of gcc --version: gcc (GCC) 3.4

in /bin after installation

2007-11-21 Thread C. Blue
I installed to c:\cygin, but it always places me in c:\cygwin\bin when I click the cygwin icon. I thought I was supposed to be in my home folder, ie c:\cygwin\home\ Also, the bash prompt looks very sparse, I thought something looked different when I last saw a cygwin system. Also, many files and st

gcj segmentation fault on commons-codec

2007-11-21 Thread James Hunsaker IV
I am trying to compile a java program which uses Apache commons-codec library. gcj is crashing with a segmentation fault. Any clues? Thanks. $ gcj -v /cygdrive/c/Docume~1/hunsaker/Workspace/S3MD5/src/S3MD5.java /cygdrive/c/Docume~1/hunsaker/Workspace/S3MD5/lib/*.jar -o s3md5sum Reading specs fro

Re: rehash= command not found

2007-11-21 Thread Larry Hall (Cygwin)
Lixia Jin wrote: I think I installed the full version of cygwin. But when I type 'rehash', it tells me "command not found" Where is wrong? Thank you for help! You're looking for 'hash -r' in 'bash'. 'rehash' is a C-shell syntax. Run 'tcsh' if you prefer C-shell. -- Larry Hall

rehash= command not found

2007-11-21 Thread Lixia Jin
I think I installed the full version of cygwin. But when I type 'rehash', it tells me "command not found" Where is wrong? Thank you for help! Lixia -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http

Re: [Fwd: sshd display]

2007-11-21 Thread Robert Kiesling
[ Charset ISO-8859-1 unsupported, converting... ] > On Nov 21, 2007 3:58 PM, Robert Kiesling <[EMAIL PROTECTED]> wrote: > > [ Charset UTF-8 unsupported, converting... ] > > > On 11/21/2007, Uber Zooka wrote: > > > > Because he's trying to go from a linux machine to a machine running > > > > Cygwin.

Re: [Fwd: sshd display]

2007-11-21 Thread Brian Mathis
On Nov 21, 2007 3:58 PM, Robert Kiesling <[EMAIL PROTECTED]> wrote: > [ Charset UTF-8 unsupported, converting... ] > > On 11/21/2007, Uber Zooka wrote: > > > Because he's trying to go from a linux machine to a machine running > > > Cygwin > > > > I think you're missing my point. If there's an

Re: [Fwd: sshd display]

2007-11-21 Thread Robert Kiesling
[ Charset UTF-8 unsupported, converting... ] > On 11/21/2007, Uber Zooka wrote: > > Because he's trying to go from a linux machine to a machine running > > Cygwin > > I think you're missing my point. If there's an answer to this question > in the Linux->Linux case (or on any other UNIXy pla

Re: unison-2.27.exe silently exits

2007-11-21 Thread Robert Schmidt
Andrew Schulman wrote: Robert, I have an updated version of unison2.27. Can you please test it to see if it works on your hosts? Thanks, Andrew - that works! Robert -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Docu

Re: [Fwd: sshd display]

2007-11-21 Thread Larry Hall (Cygwin)
On 11/21/2007, Uber Zooka wrote: Because he's trying to go from a linux machine to a machine running Cygwin I think you're missing my point. If there's an answer to this question in the Linux->Linux case (or on any other UNIXy platforms that don't include Cygwin) then that same approach s

Re: unison-2.27.exe silently exits

2007-11-21 Thread Andrew Schulman
> tar -C/ unison2.27-2.27.48-3.tar.bz2 Sorry, should be tar -C/ -jxf unison2.27-2.27.48-3.tar.bz2 -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ:

Re: Announce: FlexDLL, flexible DLLs under Windows

2007-11-21 Thread Christopher Faylor
On Wed, Nov 21, 2007 at 04:25:31PM -, Dave Korn wrote: >On 21 November 2007 16:07, Alain Frisch wrote: > >> (Altough at this point, one >> could also imagine that Cygwin supports another binary format for >> dynamic libraries, e.g. ELF, which can deal with unresolved symbols >> natively.) > >

RE: Cygwin Bash Exception

2007-11-21 Thread Dave Korn
On 21 November 2007 16:51, Cook, Anthony D - Wilkes Barre, PA - Contractor wrote: > Every time I run a command I get these exceptions in the strace of the > command. > > Exception E06D7363 at 7C812A5B > > I get thousands of these and then the command finally runs.  Consequently, > all commands

Cygwin Bash Exception

2007-11-21 Thread Cook, Anthony D - Wilkes Barre, PA - Contractor
Every time I run a command I get these exceptions in the strace of the command.   Exception E06D7363 at 7C812A5B   I get thousands of these and then the command finally runs.  Consequently, all commands run slow, very slow.  I am running the following version of Cygwin:   CYGWIN_NT-5.1 X224KGLZA45

RE: Announce: FlexDLL, flexible DLLs under Windows

2007-11-21 Thread Dave Korn
On 21 November 2007 16:07, Alain Frisch wrote: > (Altough at this point, one > could also imagine that Cygwin supports another binary format for > dynamic libraries, e.g. ELF, which can deal with unresolved symbols > natively.) Not an unreasonable idea, but very hard to make work when we rea

Re: Announce: FlexDLL, flexible DLLs under Windows

2007-11-21 Thread Alain Frisch
Dave Korn wrote: This looks very interesting indeed. Thanks! It's great to see some interest from people on this list. Of course, implementing a similar feature directly in the linker and in the runtime library makes sense, and I'll be happy to see some of the ideas developed in FlexDLL ap

Re: gcc bug

2007-11-21 Thread Samuel Thibault
Dave Korn, le Wed 21 Nov 2007 15:57:15 -, a écrit : > On 21 November 2007 15:43, Samuel Thibault wrote: > > > Ok, so cygwin has it too. It's fixed in HEAD, see > > > http://www.nabble.com/-Bug-c-34130---New%3A-the-builtin-abs%28%29-gives-wrong- > result-when-used-in-some-expression-tf4824981.h

RE: gcc bug

2007-11-21 Thread Dave Korn
On 21 November 2007 15:43, Samuel Thibault wrote: > Ok, so cygwin has it too. It's fixed in HEAD, see > http://www.nabble.com/-Bug-c-34130---New%3A-the-builtin-abs%28%29-gives-wrong- result-when-used-in-some-expression-tf4824981.html#a13808833 Now why didn't you just say "PR34130" in the first

Re: gcc bug

2007-11-21 Thread Samuel Thibault
Dave Korn, le Wed 21 Nov 2007 15:38:55 -, a écrit : > On 21 November 2007 15:30, Samuel Thibault wrote: > > > Dave Korn, le Wed 21 Nov 2007 15:22:15 -, a écrit : > >> On 21 November 2007 15:02, Samuel Thibault wrote: > >> > >>> Can someone test http://dept-info.labri.fr/~thibault/tmp/test

Re: unison-2.27.exe silently exits

2007-11-21 Thread Andrew Schulman
> I've installed 2.27 and and 2.13 on 3 different machines (XP, Vista, > 2003 server), but on all of them, unison-2.27.exe simply exits (error > code 1) with no output, regardless of anything written on the command > line (-version, -help). Robert, I have an updated version of unison2.27. Can

RE: gcc bug

2007-11-21 Thread Dave Korn
On 21 November 2007 15:30, Samuel Thibault wrote: > Dave Korn, le Wed 21 Nov 2007 15:22:15 -, a écrit : >> On 21 November 2007 15:02, Samuel Thibault wrote: >> >>> Can someone test http://dept-info.labri.fr/~thibault/tmp/test.c ? >> Yep, the URL works fine. >> Perhaps you'd like to expand

Re: gcc bug

2007-11-21 Thread Samuel Thibault
Dave Korn, le Wed 21 Nov 2007 15:22:15 -, a écrit : > On 21 November 2007 15:02, Samuel Thibault wrote: > > > Can someone test http://dept-info.labri.fr/~thibault/tmp/test.c ? > Yep, the URL works fine. > Perhaps you'd like to expand on that request? Yes: please run make test and ./test

RE: gcc bug

2007-11-21 Thread Dave Korn
On 21 November 2007 15:02, Samuel Thibault wrote: > Can someone test http://dept-info.labri.fr/~thibault/tmp/test.c ? /win/t/artimi/chips $ wget 'http://dept-info.labri.fr/~thi bault/tmp/test.c' --15:20:18-- http://dept-info.labri.fr/~thibault/tmp/test.c => `test.c' Resolving dept-in

gcc bug

2007-11-21 Thread Samuel Thibault
Can someone test http://dept-info.labri.fr/~thibault/tmp/test.c ? Samuel -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/

Re: Cygwin ssh and MS AD

2007-11-21 Thread pat
On Wed, 21 Nov 2007 14:58:39 +0100, Corinna Vinschen wrote > On Nov 18 23:08, pat wrote: > > Hello, > > > > I need to access from MS Windows to UNIX system using OpenSSH (from Cygwin). > > Both will be authenticated against MS Active Directory. But problem is if > > the > > OpenSSH from Cygwin us

Re: Undefined reference to _regcmp and _regex

2007-11-21 Thread Corinna Vinschen
On Nov 21 17:42, Anik Pal wrote: > Hello All, > I was porting my application code to windows from solaris environment using > cygwin, while compiling goes ok at linking phase I get the following error. > > /home/Administrator/glds/build/Sgl/tables.c:1744: undefined reference to > `_regcmp' > >

Re: [Fwd: sshd display]

2007-11-21 Thread Uber Zooka
> > I have a need to use a ssh client on a Linux machine to run a console > > application on a windows machine via cygwin sshd. How does one cause > > the display to remain on the server machine? > > > > > Why is this Cygwin-specific? Does what you're trying to do work > Linux->Linux? What are y

Re: OpenSSH with Corkscrew. Cannot install Corkscrew

2007-11-21 Thread [EMAIL PROTECTED]
Dave Korn wrote: > On 19 November 2007 10:18, jameshanley39 wrote: > > > I tried these instructions. Involve downloading a corkscrew.tar.gz > > file using gunzip and then tar. to decompress it. > > Hopelessly editting a script file called "configure" . > > There was no need to do that, the su

Re: NSS and PAM

2007-11-21 Thread Corinna Vinschen
On Nov 19 10:18, Jerome Haltom wrote: > I was wondering what the potential for providing a NSS and PAM > implementation which used the built in Windows account base by default > would be. > > Basically it would remove manual generation of /etc/passwd > and /etc/group. Apps which queryed for these

Re: "diff" command missing in cygwin distribution ?

2007-11-21 Thread Finof
Thanks, I installed diffutils and now have many diff-commands available. Finof wrote: > > Hi, > > I just installed cygwin 2.573.2.2 directly from internet. > Trying to get my linux-scripts working I repeated the installation a few > times (only changing text-mode to binary-mode and back). No

Re: Cygwin ssh and MS AD

2007-11-21 Thread Corinna Vinschen
On Nov 18 23:08, pat wrote: > Hello, > > I need to access from MS Windows to UNIX system using OpenSSH (from Cygwin). > Both will be authenticated against MS Active Directory. But problem is if the > OpenSSH from Cygwin using Kerberos ticket from Windows workstation or not? If you use password au

Re: [Fwd: sshd display]

2007-11-21 Thread Larry Hall (Cygwin)
Roger Wells wrote: Original Message Subject: sshd display Date: Tue, 20 Nov 2007 08:52:55 -0500 From: ... Reply-To: ... Organization: SAIC To: ... Please don't quote mail headers of previous messages. Doing so just provides spam fodder. I have

[Fwd: sshd display]

2007-11-21 Thread Roger Wells
Original Message Subject:sshd display Date: Tue, 20 Nov 2007 08:52:55 -0500 From: Roger Wells <[EMAIL PROTECTED]> Reply-To: [EMAIL PROTECTED] Organization: SAIC To: [EMAIL PROTECTED] I have a need to use a ssh client on a Linux machine to run a consol

Re: "diff" command missing in cygwin distribution ?

2007-11-21 Thread Larry Hall (Cygwin)
On 11/21/2007, Finof wrote: Hi, I just installed cygwin 2.573.2.2 directly from internet. Trying to get my linux-scripts working I repeated the installation a few times (only changing text-mode to binary-mode and back). Now I'm using test-mode. 2.573.2.2 is the version of 'setup.exe', not any

Re: "diff" command missing in cygwin distribution ?

2007-11-21 Thread Václav Haisman
Finof wrote, On 21.11.2007 11:57: > Hi, > > I just installed cygwin 2.573.2.2 directly from internet. > Trying to get my linux-scripts working I repeated the installation a few > times (only changing text-mode to binary-mode and back). Now I'm using > test-mode. > > Now my script fails on a di

Undefined reference to _regcmp and _regex

2007-11-21 Thread Anik Pal
Hello All, I was porting my application code to windows from solaris environment using cygwin, while compiling goes ok at linking phase I get the following error. /home/Administrator/glds/build/Sgl/tables.c:1744: undefined reference to `_regcmp' /home/Administrator/glds/build/Sgl/tables.c:17

RE: Weird error from rsync

2007-11-21 Thread Dave Korn
On 21 November 2007 01:57, Mike Richards wrote: > I'm trying to run the following command > > rsync -rtzmv "$HOME/My Documents/" > [EMAIL PROTECTED]:"/cygdrive/e/rsync/$USER/" > > but keep getting this strange error: > > building file list ... done > rsync: mkdir "/cygdrive/c/Documents and Sett

"diff" command missing in cygwin distribution ?

2007-11-21 Thread Finof
Hi, I just installed cygwin 2.573.2.2 directly from internet. Trying to get my linux-scripts working I repeated the installation a few times (only changing text-mode to binary-mode and back). Now I'm using test-mode. Now my script fails on a diff command. And to my surprise I can't find "diff"

RE: Intermittent 'make' segfaults in Cygwin

2007-11-21 Thread Stephen Bennett
> Try using %CYGWIN%=error_start to get either gdb or dumper.exe attached at > the exact moment of failure. Check the user guide > http://cygwin.com/cygwin-ug-net/using-cygwinenv.html > for full usage information. Thanks for the tip. That was enough to get a stack trace with no symbol informa

rsync command

2007-11-21 Thread Abdul Hakeem
Hello, Can anyone spare the rsync command which removes files older than (i.e. 8 days) from the SOURCE while leaving the DESTINATION intact ? Also, I am searching for the command for rsync to exclude *tmp or locked files from the SOURCE. Many thanks, Abdul Hakeem -Original Message- Fro