Re: No output files on 4.6/Cygwin

2010-06-09 Thread Wojciech Meyer
On Wed, Jun 9, 2010 at 11:51 AM, Piotr Wyderski
 wrote:
> I have a problem with recent builds of GCC4.6 (trunk)
> on Cygwin 1.7. The compiler itself builds correctly, but
> when I run it on even the simplest input, e.g.
>
>   gcc in.c -o a.exe
>
> with in.c = int main() {}, no executable file is created.
> No oputput is created even with the -S and -E options.

Maybe a mismatched cygwin1.dll. Do you have the right version of
cygwin1.dll on path? e.g the one against which gcc was compiled?.
Cygwin fails silently to execute the image in case of a mismatched
dll.


>
> Best regards,
> Piotr Wyderski
>

Wojciech


Re: Please support coo.h

2010-06-10 Thread Wojciech Meyer
On Thu, Jun 10, 2010 at 2:10 PM, yuanbin  wrote:
> initialization of global variable?

No, just define a macro.

>
>
> 2010/6/10 Andreas Schwab :
>> yuanbin  writes:
>>
>>> but i want default format:
>>> CThis t={0, 1, 1}; //simple
>>
>> Define a suitable constructor.
>

Wojciech