Re: [fpc-pascal] FPC version 2.2.2 is very silent

2008-08-11 Thread Michael Fuchs
Marco van de Voort schrieb: Now with 2.2.2 I need -vi to get these infos. Without the parameter the console stays blank. Is this intended? -vi is always needed. Usually, for a release, there is -viwh in your fpc.cfg. Could you check if this is the case for 2.2.2 ? Surprisingly, I don't found

Re: [fpc-pascal] FPC version 2.2.2 is very silent

2008-08-11 Thread Marco van de Voort
> if I compile a pas file with 2.2.0, fpc send some information to console. > >D:\>fpc xarray.pas >Target OS: Win32 for i386 >Compiling xarray.pas >Linking xarray.exe >39 lines compiled, 0.1 sec , 35120 bytes code, 1656 bytes data > > Now with 2.2.2 I need -vi to get these inf

Re: [fpc-pascal] FPC version 2.2.2 is very silent

2008-08-11 Thread Michael Van Canneyt
On Mon, 11 Aug 2008, Michael Fuchs wrote: > Hi, > > if I compile a pas file with 2.2.0, fpc send some information to console. > > D:\>fpc xarray.pas > Target OS: Win32 for i386 > Compiling xarray.pas > Linking xarray.exe > 39 lines compiled, 0.1 sec , 35120 bytes code, 1656 bytes dat

[fpc-pascal] FPC version 2.2.2 is very silent

2008-08-11 Thread Michael Fuchs
Hi, if I compile a pas file with 2.2.0, fpc send some information to console. D:\>fpc xarray.pas Target OS: Win32 for i386 Compiling xarray.pas Linking xarray.exe 39 lines compiled, 0.1 sec , 35120 bytes code, 1656 bytes data Now with 2.2.2 I need -vi to get these infos. Without the p