Angelo Graziosi wrote on 09 October 2008 17:14: Hi Angelo,
> with gfortran-4 from gcc-4 package > > $ gfortran-4.exe hello.F95 -o hello_cyg > > I obtain a file, hello_cyg.exe, of 381598 bytes. > > If I use the build of gfortran I did at the end of August, when > GCC-4.3.2 was released [1], the result is > > $ gfortran hello.F95 -o hello_my > > with hello_my.exe of 133075 bytes! > Obviously, stripping hello_cyg.exe gives a file of only 99840 bytes! > > It seems that gcc-4 uses '-g' even when it is not given on command > line!!! > > IS THIS true? > Is there some problem here? Is it perhaps that the runtime library has debug in it with my package but not from your self-build version? cheers, DaveK -- Can't think of a witty .sigline today.... -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/