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 cr

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