FW: gdbserver on cygwin

2012-06-29 Thread Buchbinder, Barry (NIH/NIAID) [E]
Richard H Lee wrote on June 29, 2012 7:29 PM > As of 2003 gdbserver was not supported on cygwin. > > Is it supported yet? http://cygwin.com/packages/ http://cygwin.com/cgi-bin2/package-grep.cgi?grep=gdbserver - Barry Disclaimer: Statements made herein are not made on behalf of NIAID. -- Prob

gdbserver on cygwin

2012-06-29 Thread Richard H Lee
As of 2003 gdbserver was not supported on cygwin. Is it supported yet? -- 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: vim/cygwin: python support

2012-06-29 Thread ping
I just got it re-compired from the source with python enabled, and it looks now have the python support. :version VIM - Vi IMproved 7.3 (2010 Aug 15, compiled Jun 29 2012 16:20:28) Included patches: 1-581 Compiled by ping@ping-new-laptop Huge version without GUI. Features included (+) or not (-

Re: vim/cygwin: python support

2012-06-29 Thread ping
thanks Ryan. I think I had the python package already -- I installed the FULL cygwin.. ping@ping-new-laptop ~ $ python Python 2.6.8 (unknown, Jun 9 2012, 11:30:32) [GCC 4.5.3] on cygwin Type "help", "copyright", "credits" or "license" for more information. >>> I guess I need to do some manual

Re: problem with fork() and temp dlls

2012-06-29 Thread marco atzeri
On 6/29/2012 2:07 PM, Lenci Damien wrote: Looks like fork problems to me. Perhaps you need to rebase the DLLs you're building? See the link below for more info: I've already done that, sorry I should have mentioned it. just to crosscheck, did you ran only rebaseall or rebaseall -T l

Re: vim/cygwin: python support

2012-06-29 Thread Ryan Johnson
On 06/29/2012 10:22 AM, ping wrote: cygwin full install went smooth. but looks I don't have python support here. http://cygwin.com/problems.html You might also try installing the python package... Ryan -- Problem reports: http://cygwin.com/problems.html FAQ: http://c

Re: vim/cygwin: python support

2012-06-29 Thread ping
got returned msg about cygwin. so resent.. On 06/29/2012 10:22 AM, ping wrote: not sure this should go to vim/cygwin team...so copy both and Vlad(Voom plugin author) I got a new laptop (folio) come with win7. for some reason I want to give win7 a trial. cygwin full install went smooth. but look

Re: cygwin: how to mount linux FS from cygwin

2012-06-29 Thread ping
thanks Thorsten. problem solved here by dokan sshfs tool. I may try samba/nfs solution later when desired, but apparently sshfs looks easier way as it does not require additional config/soft from the server... regards ping On 06/29/2012 04:16 AM, Thorsten Kampe wrote: * ping (Thu, 28 Jun 201

Re: problem with fork() and temp dlls

2012-06-29 Thread Lenci Damien
>>>Looks like fork problems to me. Perhaps you need to rebase the DLLs you're >>>building? See the link below for more info: >>I've already done that, sorry I should have mentioned it. >just to crosscheck, did you ran only > rebaseall >or > rebaseall -T list_of_my_built_files > > >rebaseal

Re: problem with fork() and temp dlls

2012-06-29 Thread marco atzeri
On 6/29/2012 11:56 AM, Lenci Damien wrote: Looks like fork problems to me. Perhaps you need to rebase the DLLs you're building? See the link below for more info: I've already done that, sorry I should have mentioned it. just to crosscheck, did you ran only rebaseall or rebaseall -T li

Re: problem with fork() and temp dlls

2012-06-29 Thread Lenci Damien
> Looks like fork problems to me. Perhaps you need to rebase the DLLs you're > building? See the link below for more info: I've already done that, sorry I should have mentioned it. I made a simple testcase reproducing the module loading algorithm of nagios : File mydll.c is only: int testvar =

Re: /dev/clipboard corrupted

2012-06-29 Thread Thomas Wolff
On 29.06.2012 11:24, Corinna Vinschen wrote: On Jun 28 20:33, Thomas Wolff wrote: Am 28.06.2012 10:20, schrieb Corinna Vinschen: On Jun 28 00:16, Thomas Wolff wrote: If the clipboard contains large data, the contents retrieved from /dev/clipboard gets corrupted. I compared the following in a f

Re: cygwin: how to mount linux FS from cygwin

2012-06-29 Thread Thorsten Kampe
* ping (Thu, 28 Jun 2012 14:01:34 -0400) > I just installed full cygwin and I now need to access a folder from > inside cygwin machine(win7). I did some google search but no good match. > are there any known best practice for that (e.g through SSH)? > the cygwin ssh client works fine but I just do

Re: /dev/clipboard corrupted

2012-06-29 Thread Corinna Vinschen
On Jun 28 20:33, Thomas Wolff wrote: > Am 28.06.2012 10:20, schrieb Corinna Vinschen: > >On Jun 28 00:16, Thomas Wolff wrote: > >>If the clipboard contains large data, the contents retrieved from > >>/dev/clipboard gets corrupted. > >>I compared the following in a few cases: > >>* cat /dev/clipboar