Re: it works well

2010-01-01 Thread jojelino
now it doesn't complains. thank you sincerely. "Christopher Faylor" wrote in message news:20100101191658.ga32...@ednor.casa.cgf.cx... > On Thu, Dec 31, 2009 at 11:25:53AM -0500, Christopher Faylor wrote: >>On Thu, Dec 31, 2009 at 05:00:25PM +0900, jojelino wrote: >>>hi >>>here is testcase to rep

Re: Help on configuring keyboard on Cygwin/x on Windows XP

2010-01-01 Thread Andy Koppe
2010/1/1 Gunnar Vestergaard: > I prefer that Emacs accepts input from my Faroese keyboard, or at least > Danish if need be. Whatever I do, the US keyboard mapping is in effect > always. How do I change that? I mean, for every X11 application? X questions should go to the cygwin-xfree list. The X

using a serial port with cygwin

2010-01-01 Thread Rance Hall
Ive been reading up on this and I think I have a handle on knowing that I can use comx in cygwin or maybe /dev/ttySx with my usb-serial adapter. heres my problem, some of the docs I read are old and they refer to apps no longer with cygwin setup. so my question is what apps are available from se

Re: old install instructions? -mnomingw being removed?

2010-01-01 Thread JonY
On 1/2/2010 07:52, Ken Tilton wrote: Sorry, I am a complete noob to all this make/install/gcc stuff, I am just trying to make a fresh build of a DLL I have used for years to see if it resolves a problem. I installed cygwin 1.7.1 today on a windows 7 laptop. The directions for my library are gre

find utils (updatedb) crashes on invalid win symlink

2010-01-01 Thread Linda Walsh
Some time ago, my daily updatedb stopped working and I just got around to figuring out why -- it was dying with (I wish I had the message, but I lost it) an internal error in 'find' which would then exit and updatedb would overwrite the old file with a new empty file. But the place where it di

old install instructions? -mnomingw being removed?

2010-01-01 Thread Ken Tilton
Sorry, I am a complete noob to all this make/install/gcc stuff, I am just trying to make a fresh build of a DLL I have used for years to see if it resolves a problem. I installed cygwin 1.7.1 today on a windows 7 laptop. The directions for my library are great: "VER=8.4.12 SRCDIR=`pwd` cd $S

Re: Missing #defines from cygwin

2010-01-01 Thread Chris Sutcliffe
>> At least the following are missing from cygwin's >> >> (from MS WinNT.h) >> (from MS WinBase.h) > >  Sorry, you (and we) can't do that.  Copying and pasting definitions from > Microsoft's proprietary header files is a no-no; we have to use > publicly-available sources of information such as MSD

Re: Symbolic links problem with cygwin 1.7.1 in 64-bit Win7 Command Prompt

2010-01-01 Thread Lee Rothstein
Andy Koppe wrote: 2009/12/30 Larry Hall (Cygwin): I've been using gcc and other tools in older versions of cygwin with 32-bit Windows XP and Vista from windows command prompt (cmd.exe) without problems. But now I'm using 64-bit Windows 7, and some command line tools like gcc.exe do not work anym

Re: Symbolic links problem with cygwin 1.7.1 in 64-bit Win7 Command Prompt

2010-01-01 Thread Andy Koppe
2009/12/30 Larry Hall (Cygwin): >> I've been using gcc and other tools in older versions of cygwin with >> 32-bit Windows XP and Vista from windows command prompt (cmd.exe) >> without problems. But now I'm using 64-bit Windows 7, and some command >> line tools like gcc.exe do not work anymore (from

Re: Missing #defines from cygwin

2010-01-01 Thread Dave Korn
neil.mowb...@calgacus wrote: > Folks, > > At least the following are missing from cygwin's > > (from MS WinNT.h) > (from MS WinBase.h) Sorry, you (and we) can't do that. Copying and pasting definitions from Microsoft's proprietary header files is a no-no; we have to use publicly-available so

Missing #defines from cygwin

2010-01-01 Thread Neil.Mowbray
Folks, At least the following are missing from cygwin's #define FILE_ATTRIBUTE_VIRTUAL 0x0001 (from MS WinNT.h) #define SYMBOLIC_LINK_FLAG_DIRECTORY(0x1) (from MS WinBase.h) Regards, Neil -- Problem reports: http://cygwin.com/problems.html

Re: cygwin passes argv with preserved (") quote. and it is undesired result.

2010-01-01 Thread Christopher Faylor
On Thu, Dec 31, 2009 at 11:25:53AM -0500, Christopher Faylor wrote: >On Thu, Dec 31, 2009 at 05:00:25PM +0900, jojelino wrote: >>hi >>here is testcase to reproduce the problem >> >>#include >>#include >>int main(int argc, char**argv) >>{ >>printf("argv %s",argv[1]); >>open(argv[1],"r"); >>assert(

Re: GCC, -rdynamic option is unrecognized by GCC.

2010-01-01 Thread Greg Chicares
On 2010-01-01 15:26Z, Claude Sylvain wrote: > > - How come Cygwin GCC do not still support "-rdynamic" option? http://gcc.gnu.org/onlinedocs/gcc/Link-Options.html | Pass the flag -export-dynamic to the ELF linker, | on targets that support it. Cygwin uses PE, not ELF. -- Problem reports:

Re: Alt key not recognized as Meta in xterm

2010-01-01 Thread Andy Koppe
2010/1/1 Thomas Dickey: > On Fri, 1 Jan 2010, Andy Koppe wrote: > >>>    XTerm*vt100.metaSendsEscape: true >> >> Actually that's not a hack, but the correct solution. I think this >> needs to be part of the default config in /etc/X11/app-defaults/XTerm. > > However, the reason that it's not is beca

Re: Alt key not recognized as Meta in xterm

2010-01-01 Thread Thomas Dickey
On Fri, 1 Jan 2010, Andy Koppe wrote:    XTerm*vt100.metaSendsEscape: true Actually that's not a hack, but the correct solution. I think this needs to be part of the default config in /etc/X11/app-defaults/XTerm. However, the reason that it's not is because there's no standard for the meta k

Re: Alt key not recognized as Meta in xterm

2010-01-01 Thread Andy Koppe
2009/12/30 Gary Carvell: X issues including xterm ones should go to the cygwin-xfree list. I'm sending this to both lists, but please respond on cygwin-xfree only. > With the upgrade to Cygwin 1.7, I found that the Alt key is no longer > recognized as a Meta key in xterm. This means the Alt based

Re: gcc4[1.7] printf treats differently a string constant and a character array

2010-01-01 Thread Andy Koppe
> Some comments: > 1- I think that printf(string_constant) and printf(char_array) should give > the same > output in any circumstance. > 2- In absence of a call to setlocale printf((string_constant) writes > according to > the locale of the environment, but  printf(char_array)  does not, even > tho

Re: Appropriate expectation on the degree of cygwin and MS interoperability

2010-01-01 Thread Tim Prince
neil.mowb...@calgacus.com wrote: For the most part the cygwin tools interoperate with MS artifacts but it does break down, especially, with 64bit artifacts. For example, nm can work with 32bit object files created by MS cl.exe but it cannot work with 64bit MS object files (unrecognised file for

Re: BSOD after major release

2010-01-01 Thread Sergey Ivanov
> From: "Lee D. Rothstein" > To: cyg...@cygwin.com > Date: Fri, 01 Jan 2010 04:00:02 -0500 > Subject: Re: BSOD after major release > >>> failures.) >>> >> >>  Yeh.  A falling hippo will do that to your park zone.  Youse guys wanna be >> careful there, somebody might burn it down! >> >> > > It had

GCC, -rdynamic option is unrecognized by GCC.

2010-01-01 Thread Claude Sylvain
Hello, - I am trying (without success) to compile this application (PCB): http://geda.seul.org/dist/pcb-20091103.tar.gz - "configure" work well. But... - When doing a "make", there is a message telling: "gcc: unrecognized option '-rdynamic'" Followed by a ton of linker messag

Re: Appropriate expectation on the degree of cygwin and MS interoperability

2010-01-01 Thread JonY
On 1/1/2010 20:37, JonY wrote: On 1/1/2010 20:06, neil.mowb...@calgacus.com wrote: Folks, A bit of a vague question but any greater clarity concerning the appropriate level of interoperability between Cygwin and MS would be appreciated. I have my Windows 6 and 7 platforms configured to build s

RE: /var/lib/alternatives/gcc missing for alternatives 1.3.30c

2010-01-01 Thread Neil.Mowbray
Thanks folks. I did have a /etc/postinstll/gcc.sh.done but it was installing v3.0 so I modified to v4.0 and run it which solved the problem. Also apologies for not understanding how alternatives works -- all fixed now. Regards, Neil Larry Hall (Cygwin) wrote: > On 12/30/2009 08:07 AM, neil.mowb

Re: Appropriate expectation on the degree of cygwin and MS interoperability

2010-01-01 Thread JonY
On 1/1/2010 20:06, neil.mowb...@calgacus.com wrote: Folks, A bit of a vague question but any greater clarity concerning the appropriate level of interoperability between Cygwin and MS would be appreciated. I have my Windows 6 and 7 platforms configured to build software using different toolchai

Appropriate expectation on the degree of cygwin and MS interoperability

2010-01-01 Thread Neil.Mowbray
Folks, A bit of a vague question but any greater clarity concerning the appropriate level of interoperability between Cygwin and MS would be appreciated. I have my Windows 6 and 7 platforms configured to build software using different toolchains, the most common being (1) Visual Studio 10 and (2)

Re: Symbolic links problem with cygwin 1.7.1 in 64-bit Win7 Command Prompt

2010-01-01 Thread tuli tanssi
> This is a known limitation of the symbolic links in Cygwin 1.7. The solution > is ... Thanks for the info. I'll try one of your workarounds. Cheers, Tuli -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwi

Re: BSOD after major release

2010-01-01 Thread Lee D. Rothstein
failures.) Yeh. A falling hippo will do that to your park zone. Youse guys wanna be careful there, somebody might burn it down! It had to happen. MITMDTPTP. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: