Re: Cannot find -lcurses

2009-12-17 Thread anand85
Hi, Thanks a lot. I have installed the libncurser in cygwin and the software is working. Dave Korn-6 wrote: > > anand85 wrote: >> Please find below the output of the cygcheck -c: >> http://old.nabble.com/file/p26839344/New%2BPicture%2B%25287%2529.bmp > > You have the libncurses package t

openSSH cygwin, use rsa key with Windows 2003

2009-12-17 Thread Stéphanie Cettou
Hi! I have a server openSSH and a client winSCP. The client is in Windows XP. Before, I tried to install the server in an other windows XP pc. I can connect with my client in password mode. I generated a public and a private key with my client, and I copied the public key in the server. In the ho

Re: openSSH problem

2009-12-17 Thread Stéphanie Cettou
Hi, thank you for you answer. Yes, I have run this script. But I say to compare, while maybe it not run correctly.. but finally today I find the "solution". I have read, to set system as hown of " /etc/ssh*" and "/var/empty" I tryed, but didn't changed. Finally, I reinstalled all and I have delete

Re: Cygwin 1.7 - backquoting, carriage returns and the removal of binmode

2009-12-17 Thread Thomas Wolff
Ryan Dortmans schrieb: Hi, I have been having issues with backquoting DOS (text mode) programs in Cygwin 1.7. For example, for the following command: echo `example-prog` aaa I would expect output to be: hello world aaa However, the carriage return is being including in the output, resulting

Re: SO_REUSEADDR and windows enhanced socket security

2009-12-17 Thread yesin
Corinna! Thanks! Can you shedule a build for cygwin.dll with changes included in CVS? I promise to test it! Thanks again,Vladimir Yesin. Corinna Vinschen ?: On Dec 15 18:48, yesin wrote: looks like a problem with SO_REUSEADDR exists in CYGWIN for all windows with support for "Enhanced s

Re: Cannot find -lcurses

2009-12-17 Thread Dave Korn
Huang Bambo wrote: > 2009/12/18 anand85 : >> Please find below the output of the cygcheck -c: >> http://old.nabble.com/file/p26839344/New%2BPicture%2B%25287%2529.bmp >> New+Picture+%287%29.bmp >> > > You should have a symble link in /usr/lib like: > > lrwxrwxrwx 1 Bambo None 12 2009-11-21 12:

Re: Cannot find -lcurses

2009-12-17 Thread Dave Korn
anand85 wrote: > Please find below the output of the cygcheck -c: > http://old.nabble.com/file/p26839344/New%2BPicture%2B%25287%2529.bmp You have the libncurses package that contains the ncurses DLL, but that is just for runtime; for linking applications against ncurses, you need the development

Re: Cannot find -lcurses

2009-12-17 Thread Huang Bambo
2009/12/18 anand85 : > > Please find below the output of the cygcheck -c: > http://old.nabble.com/file/p26839344/New%2BPicture%2B%25287%2529.bmp > New+Picture+%287%29.bmp > You should have a symble link in /usr/lib like: lrwxrwxrwx 1 Bambo None 12 2009-11-21 12:10 libcurses.a -> libncurses.a

Re: Cannot find -lcurses

2009-12-17 Thread anand85
Please find below the output of the cygcheck -c: http://old.nabble.com/file/p26839344/New%2BPicture%2B%25287%2529.bmp New+Picture+%287%29.bmp Huang Bambo wrote: > > 2009/12/18 anand85 >> >> Hello all, >>            I am trying to install a speech synthesis software called >> 'Festival' throug

Re: Is 1.7 ready?/Installation Issues

2009-12-17 Thread Dave & Diane
Hi Folks, I got the latest libstdc and have 1.7 now running on my work system thanks to your advice - it was invaluable. Thanks guys. I'd like to bring the conversation back to why base-files-mketc.sh / base-files-profile.sh had the wrong permissions to start with. Are they being installed w

Re: Cannot find -lcurses

2009-12-17 Thread Huang Bambo
2009/12/18 anand85 > > Hello all, >            I am trying to install a speech synthesis software called > 'Festival' through cygwin. But when i try to configure and install it > through the 'make' command i am getting an error like this: > > i686-pc-cygwin/bin/id: cannot find -lcurses > collect2:

Cannot find -lcurses

2009-12-17 Thread anand85
Hello all, I am trying to install a speech synthesis software called 'Festival' through cygwin. But when i try to configure and install it through the 'make' command i am getting an error like this: i686-pc-cygwin/bin/id: cannot find -lcurses collect2: id returned 1 exit status. 'for

cygwin_conv_path() documentation RFE

2009-12-17 Thread Warren Young
On this page http://cygwin.com/1.7/cygwin-api/func-cygwin-conv-path.html the size parameter should say whether it's measured in bytes or characters. For instance, if I pass CCP_POSIX_TO_WIN_W for the first parameter and a pure ASCII file name for the 'from' parameter, it's obvious th

Re: Cygwin 1.7 - backquoting, carriage returns and the removal of binmode

2009-12-17 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Ryan Dortmans on 12/17/2009 4:45 PM: > This issue has been raised before in the mailing lists, with the > solution being to set the CYGWIN environment variable to include > "nobinmode". That controlled whether pipes are in text or binary

Re: ATTN sqlite3 maintainer: Re: libsqlite3_0-3.6.21-2 breaks subversion

2009-12-17 Thread Warren Young
On 12/17/2009 4:28 PM, David Rothenberger wrote: This appears to be a problem with sqlite3 itself. Actually, SQLite itself is fine. The problem is a patch I made to it to move away from a deprecated Cygwin 1.5 API function, which SQLite used. That patch did several different things, most of

Re: libsqlite3_0-3.6.21-2 breaks subversion

2009-12-17 Thread David Rothenberger
On 12/17/2009 3:26 PM, Warren Young wrote: On 12/17/2009 4:30 AM, Christian Franke wrote: After upgrading from libsqlite3_0 from 3.6.2-1 to 3.6.21-2, svn is broken. 3.6.2-1 was just copied over from the Cygwin 1.5 repository, so it was built with old tools. This means gcc 3 ABI, no Unicode sup

ATTN sqlite3 maintainer: Re: libsqlite3_0-3.6.21-2 breaks subversion

2009-12-17 Thread David Rothenberger
On 12/17/2009 3:30 AM, Christian Franke wrote: After upgrading from libsqlite3_0 from 3.6.2-1 to 3.6.21-2, svn is broken. Testcase: When a new repository is created, the sqlite file normally at "repo/db/rep-cache.db" is written to a funny name in current directory. This appears to be a problem

Re: libsqlite3_0-3.6.21-2 breaks subversion

2009-12-17 Thread Warren Young
On 12/17/2009 4:30 AM, Christian Franke wrote: After upgrading from libsqlite3_0 from 3.6.2-1 to 3.6.21-2, svn is broken. 3.6.2-1 was just copied over from the Cygwin 1.5 repository, so it was built with old tools. This means gcc 3 ABI, no Unicode support in Cygwin, etc. 3.6.21 is the firs

Re: undefined reference to `___real__Znwj'

2009-12-17 Thread jojelino
no wrote: >> tested with gcc version 4.5.0 20091217 (experimental) (GCC) > > You're going to have to describe the exact steps to reproduce this > problem. > As far as I can see the winsup directory doesn't come anywhere close to > building with 4.5.0 at the m

Re: undefined reference to `___real__Znwj'

2009-12-17 Thread Dave Korn
jojelino wrote: > tested with gcc version 4.5.0 20091217 (experimental) (GCC) You're going to have to describe the exact steps to reproduce this problem. As far as I can see the winsup directory doesn't come anywhere close to building with 4.5.0 at the moment, so I don'

Re: Cygwin 1.7 GNU screen freezing when disconnected

2009-12-17 Thread Karim Ali
On Thu, Dec 17, 2009 at 1:06 PM, Andrew Schulman wrote: > Karim, I'm afraid that I don't have much to offer here.  A few thoughts: > > After you kill ssh, what does screen -list say? After I kill ssh, screen -list doesn't do anything. It basically becomes unresponsive as well. > You probably know

[ANNOUNCEMENT] New: rc 1.7.1-1 -- An implementation of the AT&T Plan 9 shell

2009-12-17 Thread Jari Aalto
PACKAGE DESCRIPTION === Homepage: http://packages.debian.org/unstable/rc License : GPL A command interpreter and programming language similar to sh(1). It is based on the AT&T Plan 9 shell of the same name. The shell offers a C-like syntax (much more so than the C shell), and a p

sshd crashing on win64 CreateProcessA failed, errno 30

2009-12-17 Thread Bill Hoffman
I have a bit of an odd problem. I am running sshd from cygwin on a windows XP 64 machine. I use it to build, test and package CMake for cygwin. So, from a Linux machine I run a shell script via ssh on the windows machine. The shell script builds CMake, and runs all of the CMake tests. I

Re: undefined reference to `___real__Znwj'

2009-12-17 Thread Dave Korn
jojelino wrote: > i'm using GNU nm (GNU Binutils) 2.20.51.20091023 Right, that should be up-to-date enough. I'll post more when I've managed to reproduce the problem. > "Dave Korn" http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwi

Re: Cygwin 1.7 GNU screen freezing when disconnected

2009-12-17 Thread Andrew Schulman
> Hi, > > I have the latest version of screen (4.0.3-4) and using the cygwin 1.7 > beta. My host computer has an sshd server running, and it has a screen > session open. I then ssh into my host computer from another computer > and attach to this session with the command: > screen -AOUxR > > Somet

Re: undefined reference to `___real__Znwj'

2009-12-17 Thread jojelino
i'm using GNU nm (GNU Binutils) 2.20.51.20091023 "Dave Korn" wrote in message news:4b2a8f0f.7060...@gmail.com... > jojelino wrote: >> tested with gcc version 4.5.0 20091217 (experimental) (GCC) > >> cygwin0.dll have __real__z* symbol... > >> /tmp/winsu

Re: undefined reference to `___real__Znwj'

2009-12-17 Thread Dave Korn
jojelino wrote: > tested with gcc version 4.5.0 20091217 (experimental) (GCC) > cygwin0.dll have __real__z* symbol... > /tmp/winsup/i686-pc-cygwin/winsup/cygwin/libcygwin.a(_cygwin_crt0_common.o):_cyg > win_crt0_common.cc:(.data+0x0): undefined reference to `___real__Znwj' >

undefined reference to `___real__Znwj'

2009-12-17 Thread jojelino
tested with gcc version 4.5.0 20091217 (experimental) (GCC) perl v5.10.1 (this is weird . it complains .) cannot remove path when cwd is /tmp/fbRcNjc7xj for /tmp/fbRcNjc7xj: at /usr/lib /perl5/5.10/File/Temp.pm line 902 cygwin0.dll have __real__z* symbol... it seems it should have been

Re: Fwd: 1.5.25: Tools to diagnose unresponsive pre-compiled executables?

2009-12-17 Thread Gilles Lehoux
On Thu, Dec 17, 2009 at 1:23 PM, Dave Korn wrote: > Larry Hall (Cygwin) wrote: >> On 12/17/2009 12:24 PM, Gilles Lehoux wrote: >>> Some of my executables are unresponsive. What tools exist in cygwin >>> (other than gdb) to diagnose what is going on? There is no output from >>> the executable (ex.

Re: Fwd: 1.5.25: Tools to diagnose unresponsive pre-compiled executables?

2009-12-17 Thread Gilles Lehoux
2009/12/17 Larry Hall (Cygwin) > > On 12/17/2009 12:24 PM, Gilles Lehoux wrote: >> >> Some of my executables are unresponsive. What tools exist in cygwin >> (other than gdb) to diagnose what is going on? There is no output from >> the executable (ex. error msg) and these are pre-compiled executabl

Re: Fwd: 1.5.25: Tools to diagnose unresponsive pre-compiled executables?

2009-12-17 Thread Dave Korn
Larry Hall (Cygwin) wrote: > On 12/17/2009 12:24 PM, Gilles Lehoux wrote: >> Some of my executables are unresponsive. What tools exist in cygwin >> (other than gdb) to diagnose what is going on? There is no output from >> the executable (ex. error msg) and these are pre-compiled executables. >> No

RE: rsync hangs on big transfer Debian 5.0.3 pulling from WinXP SP3/ Cygwin 1.5.25

2009-12-17 Thread David Christensen
Debian Users & Cygwin: It must have been an owner/ group/ permission issue on the receiving end (?) -- I moved the destination directory aside, created a new top-level destination directory, and now the script runs fine. :-) HTH, David -- Problem reports: http://cygwin.com/problems.htm

Re: Fwd: 1.5.25: Tools to diagnose unresponsive pre-compiled executables?

2009-12-17 Thread Larry Hall (Cygwin)
On 12/17/2009 12:24 PM, Gilles Lehoux wrote: Some of my executables are unresponsive. What tools exist in cygwin (other than gdb) to diagnose what is going on? There is no output from the executable (ex. error msg) and these are pre-compiled executables. No graphics. Strictly command line executa

Re: openSSH problem

2009-12-17 Thread Larry Hall (Cygwin)
On 12/17/2009 02:04 AM, Stéphanie Cettou wrote: Thank you very much. I tried to reinstall cygwin, but the problem is the same.. How I can find scripts ssh-host-config and ssh-user-config to compare? So you didn't run these after you installed openssh? That would be a big part (all?) of your pr

Re: libtool: link: warning

2009-12-17 Thread Marco Atzeri
--- Gio 17/12/09, Charles Wilson ha scritto: > Dave Korn wrote: > > Marco Atzeri wrote: > > > >> not sure but I suspect > >> > --- > >>   lt_search_path_spec=`$ECHO > "$lt_tmp_lt_search_path_spec" | awk ' > >> BEGIN {RS=" "; FS="/|\n";}

libsqlite3_0-3.6.21-2 breaks subversion

2009-12-17 Thread Christian Franke
After upgrading from libsqlite3_0 from 3.6.2-1 to 3.6.21-2, svn is broken. Testcase: When a new repository is created, the sqlite file normally at "repo/db/rep-cache.db" is written to a funny name in current directory. $ mkdir tmp $ cd tmp $ svnadmin create repo $ ls -l -N | cat -A -rwxr-xr-x+

Re: libtool: link: warning

2009-12-17 Thread Dave Korn
Charles Wilson wrote: > Dave Korn wrote: >> Marco Atzeri wrote: >>> >>> if (lt_foo != "") { lt_freq[[lt_foo]]++; } >>> if (lt_freq[[lt_foo]] == 1) { print lt_foo; } >>> >>> awk states sintax error due to double [ >> Yeah, it would. That's some sort of changequote problem. > > Only if Marco'

Re: java headers in gcc4-g++

2009-12-17 Thread Dave Korn
Yaakov (Cygwin/X) wrote: > On 17/12/2009 02:40, Dave Korn wrote: >> Andy Koppe wrote: >>> The gcc4-g++ contains about 4000 Java-related headers under >>> /usr/lib/gcc/i686-pc-cygwin/4.3.4/include/c++. Is that as intended? >> >>Yep. > > Why? Debian packages them in libgcj9-dev[1], so they shou

Re: libtool: link: warning

2009-12-17 Thread Charles Wilson
Dave Korn wrote: > Marco Atzeri wrote: > >> not sure but I suspect >> --- >> lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' >> BEGIN {RS=" "; FS="/|\n";} { >> lt_foo=""; >> lt_count=0; >> for (lt_i = NF; lt_i > 0; l

Re: Cygwin 1.7 Beta: openssh-5.3p1-1: bug report

2009-12-17 Thread Corinna Vinschen
On Dec 16 16:36, Edward Strauch wrote: > I'm running Cygwin 1.7 Beta on Windows 7, and have encountered the > following problem with the openssh-5.3p1.1 package: > > There is no ssh-copy-id file or man page. I can find these files in the > source package (openssh-5.3p1-1-src), but not in the bina

Re: java headers in gcc4-g++

2009-12-17 Thread Yaakov (Cygwin/X)
On 17/12/2009 02:40, Dave Korn wrote: Andy Koppe wrote: The gcc4-g++ contains about 4000 Java-related headers under /usr/lib/gcc/i686-pc-cygwin/4.3.4/include/c++. Is that as intended? Yep. Why? Debian packages them in libgcj9-dev[1], so they should be safe to go in gcc4-java instead.

Re: libtool: link: warning

2009-12-17 Thread Dave Korn
Marco Atzeri wrote: > not sure but I suspect > --- > lt_search_path_spec=`$ECHO "$lt_tmp_lt_search_path_spec" | awk ' > BEGIN {RS=" "; FS="/|\n";} { > lt_foo=""; > lt_count=0; > for (lt_i = NF; lt_i > 0; lt_i--) { > if ($lt_i !=

Re: libtool: link: warning

2009-12-17 Thread Marco Atzeri
--- Mer 16/12/09, Charles Wilson ha scritto: > Data: Mercoledì 16 dicembre 2009, 19:00 > On Wed, 16 Dec 2009 16:39 +, > "Marco Atzeri" wrote: > > I suspect the problem is here, on the fortran libs > path > > coming as default > >  > > > > FLIBS=' -L/usr/lib/gcc/i686-pc-cygwin/4.3.4 > > -L/

Re: java headers in gcc4-g++

2009-12-17 Thread Dave Korn
Andy Koppe wrote: > The gcc4-g++ contains about 4000 Java-related headers under > /usr/lib/gcc/i686-pc-cygwin/4.3.4/include/c++. Is that as intended? Yep. cheers, DaveK -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentati