strtosigno () from /usr/bin/cygwin1.dll

2003-12-19 Thread F K
I am developing a program on Cygwin. I got "Segmentation fault (core dumped)." >./pa -f sonsi05.pit -r -l256 Segmentation fault (core dumped) I tried gdb like below. (gdb) run Starting program: /cygdrive/c/root/rd/pa/pa.exe -f sonsi05.pit -r -l256 757 printf("r

Re: How to make Cygwin map backspace to ASCII DEL?

2003-12-19 Thread Hannu Koivisto
Igor Pechtchanski <[EMAIL PROTECTED]> writes: > "man stty" I'm well aware of the stty program. I was going to add "please, don't suggest stty" to my original mail, but thought it might be somewhat impolite. If you are trying to imply that 'stty erase $(tput kbs)' (where tput kbs outputs ASCII D

tcltk8.4.1 Bug Report: Incomplete usr/lib/tclConfig.sh

2003-12-19 Thread Patrick Samson
Postgresql's configure --with-tcl uses /lib/tclConfig.sh to know how to link with TCL. But in package tcltk version 20030901-1, usr/lib/tclConfig.sh contains: TCL_LIB_SPEC='' so something required by Postgres isn't found. Please change to: TCL_LIB_SPEC='-L/usr/lib -ltcl84' Additional comments: A

[FYI] Cygwin dll: mv'ing non-managed dirs to managed mounts also fails

2003-12-19 Thread Nicholas Wourms
Hi all, I gather this isn't going to be fixed, which is fine by me, since cp -a -preserve=all works equally as well. However, I would like to note for the record and the archives that `mv` is also experiencing problems when moving non-managed folders to managed mounts as was hypothesized by CG

inetd is up but does not listen ports

2003-12-19 Thread ZHAO,YE-MING (HP-China,ex2)
I've installed inetd as a service by /usr/sbin/inetd --install-as-service. CYGWIN and PATH both set according to /usr/share/doc/Cygwin/inetutils-1.3.2.README. The inetd service can be start/stop by "net start inetd" and "net stop inetd". No error msg. But it does not listen to the ports (telnet, f

adding to and upgrading a cygwin installation...

2003-12-19 Thread tomatohead
Can anyone point me to any good information about "adding to" and upgrading a cygwin installation ? The reason I ask is, whenever I try and use setup.exe it goes through the entire setup process from scratch. So, for example, if I want to simply add the vi editor, it comes up with all of the "de

Re: adding to and upgrading a cygwin installation...

2003-12-19 Thread Brian Ford
On Fri, 19 Dec 2003 [EMAIL PROTECTED] wrote: > Can anyone point me to any good information about "adding to" and > upgrading a cygwin installation ? > http://sources.redhat.com/cygwin-apps/setup.html > The reason I ask is, whenever I try and use setup.exe it goes through > the entire setup proces

Re: adding to and upgrading a cygwin installation...

2003-12-19 Thread Kimberlie S
If you select "Keep" at the top of the setup.exe install packages window, setup.exe will only install those packages you explicity set to install. Kimberlie <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Can anyone point me to any good information about "adding to" and > upgrading

Re: How to make Cygwin map backspace to ASCII DEL?

2003-12-19 Thread Igor Pechtchanski
On Fri, 19 Dec 2003, Hannu Koivisto wrote: > Igor Pechtchanski <[EMAIL PROTECTED]> writes: > > > "man stty" > > I'm well aware of the stty program. I was going to add "please, > don't suggest stty" to my original mail, but thought it might be > somewhat impolite. > > If you are trying to imply th

Setting breakpoints before main

2003-12-19 Thread Dalibor Topic
Hi all, in my attempts to fix an ugly bug in kaffe on Cygwin, the bug I'm trying to squish turned out to be triggered by something that happens *before* main is called. The opcode at the start of the function in question is apparently modified before the program actually calls main. So when I

Re: Re: [1.5.5] perl stuff building

2003-12-19 Thread dominix
{let forgive my backup issue} I completely understand what you mean, but I consider a community can help by itself, I really mean : "for some case I could help some perl fanatic^H^H^H passionate regarding cygwin issue", but it became impossible^H^H^H painfull regarding the dailly traffic on cygwin

Executing Perl scripts w/o the .pl

2003-12-19 Thread zzapper
Hi Ya In previous shells I've been able to call/execute perl scripts just by typing say >perlscript without the hassle of typing the .pl > perlscript.pl >echo $PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.php;.pl Another Shell I used recognised PATHEXT (set in Windows) zzappe

Undefined References using libtool

2003-12-19 Thread Roy Clemmons
Greetings, I am porting a Linux app to Windows using cygwin 1.5.5-1 and libtool 1.5 (1.1220.2.1 2003/04/14 22:48:00). I have successfully compiled the app but when I attempt to link it using libtool I receive many unreferenced errors. A sampling of the errors: undefined reference to `std::ios_b

Re: [1.5.5] perl stuff building

2003-12-19 Thread Brian Dessent
dominix wrote: > {let forgive my backup issue} > I completely understand what you mean, but I consider a community can help > by itself, I really mean : "for some case I could help some perl > fanatic^H^H^H passionate regarding cygwin issue", but it became > impossible^H^H^H painfull regarding the

RE: How to make Cygwin map backspace to ASCII DEL?

2003-12-19 Thread dwilson4life
I don't use the zsh, but for bash you can modify your /etc/inputrc or ~/.inputrc file. I am sure there is an equivalent rc file for zsh. This link may help ... http://www.ibb.net/%7Eanne/keyboard/keyboard.html#Bash >Greetings, > >I just upgraded all Cygwin packages to their latest >versions. >A

RE: adding to and upgrading a cygwin installation...

2003-12-19 Thread Buchbinder, Barry (NIH/NIAID)
On Fri, 19 Dec 2003 [EMAIL PROTECTED] wrote: > Also, is there any easy way to essentially just "upgrade" all of your > currently installed cygwin packages ? > Something kind of like debians "apt-get upgrade" ? setup.exe -R c:\cygwin -s ftp://mirrors.rcn.net -n -q works for me. I have is as a sh

Re: [1.5.5] perl stuff building

2003-12-19 Thread dominix
"Brian Dessent" <> wrote in message news:[EMAIL PROTECTED] > dominix wrote: > > > {let forgive my backup issue} > > I completely understand what you mean, but I consider a community can help > > by itself, I really mean : "for some case I could help some perl > > fanatic^H^H^H passionate regarding

Re: adding to and upgrading a cygwin installation...

2003-12-19 Thread e-head
On 12/19/03 15:02 or thereabouts, Buchbinder, Barry (NIH/NIAID) scribbled: > On Fri, 19 Dec 2003 [EMAIL PROTECTED] wrote: > > > Also, is there any easy way to essentially just "upgrade" all of your > > currently installed cygwin packages ? > > Something kind of like debians "apt-get upgrade" ? >

Re: Undefined References using libtool

2003-12-19 Thread Roy Clemmons
I was able to resolve this problem by linking the stdc++ library in the makefile ( -lstdc++) and changing libtool.m4. Roy -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html

Re: adding to and upgrading a cygwin installation...

2003-12-19 Thread Robert Collins
On Sat, 2003-12-20 at 04:04, [EMAIL PROTECTED] wrote: > Can anyone point me to any good information about "adding to" and > upgrading a cygwin installation ? > > The reason I ask is, whenever I try and use setup.exe it goes through > the entire setup process from scratch. Thats wrong. Can you su

List responces (Was: Re: Third-party products that include Cygwin)

2003-12-19 Thread Rolf Campbell
Larry Hall wrote: At 05:24 PM 12/13/2003, Hannu E K Nevalainen you wrote: PLEASE NOTE: ** on a mailing list; please keep replies on that particular list ** I'm a little confused by the intent of your "note" above. If this is directed at me, I replied to your message the way I always reply, with "