libgcc_s_sjlj-1 and libstdc++-6 dependency...

2015-02-04 Thread Umesh Kalappa
Hi All,

Was configured and build gcc 4.8.3 for windows on linux using mingw .

configure options as

../../src45x/gcc/configure --build=i686-pc-linux-gnu --host=i686-w64-mingw32
--with-dwarf2 --with-newlib --with-gnu-as --with-gnu-ld
--enable-cxx-flags=-mno-smart-io --enable-lto --enable-fixed-point
--enable-gofast --enable-languages=c,c++ --enable-sgxx-sde-multilibs
--enable-sjlj-exceptions --enable-obsolete --disable-hosted-libstdcxx
--disable-libstdcxx-pch --disable-libssp --disable-libmudflap
--disable-libffi --disable-libfortran --disable-bootstrap
--disable-shared --disable-__cxa_atexit --disable-nls
--disable-libgomp --disable-threads --disable-sim
--disable-decimal-float --disable-libquadmath --without-headers
XGCC_FLAGS_FOR_TARGET=-frtti -fexceptions -fno-enforce-eh-specs

When we try to run the binary on windows  it says that


libstdc++-6.dll   and libgcc_s_sjlj-1  not found


currently we copied the those dll's  to the binary folder and things
works fine .

But we need to get rid of those dll dependency,So any  inputs/comments
on this issue will highly appreciated ?

Thank you
~Umesh


Thanks for your helpful information

2015-02-04 Thread Susan Kitchen
Hello,

My name is Susan, and I am helping my daughter Zelda work on a project for 
school about how computers have evolved over the years and we were happy to 
find your helpful page, http://gnu.april.org/software/gcc/readings.html  It has 
been very helpful for us, thank you for making such a great resource! I'm sure 
many others are getting great use out of it as well!

Zelda has had a lot of fun with this project and it has sparked her interest in 
working with computers one day (she says she understands this information a lot 
more than I do). So, as a Thank You, Zelda wanted to pass along a resource we 
found about the history of computer programming: 
http://www.certstaff.com/trainingcatalog/computer-programming-history.html , to 
add to your resource list, if it isn't too much trouble. It might Also help 
Zelda get a few bonus points with the teacher, to show she went above and 
beyond on this project. (Which she would love!)

Anyway, thanks again for the great page, we found it very helpful!

Have a great day,
Susan


gcc-4.9-20150204 is now available

2015-02-04 Thread gccadmin
Snapshot gcc-4.9-20150204 is now available on
  ftp://gcc.gnu.org/pub/gcc/snapshots/4.9-20150204/
and on various mirrors, see http://gcc.gnu.org/mirrors.html for details.

This snapshot has been generated from the GCC 4.9 SVN branch
with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-4_9-branch 
revision 220419

You'll find:

 gcc-4.9-20150204.tar.bz2 Complete GCC

  MD5=5a59c19c4ff7acd3db7f8d94843f7f85
  SHA1=27a2ea9795eddf2577dee247700809c75836e455

Diffs from 4.9-20150128 are available in the diffs/ subdirectory.

When a particular snapshot is ready for public consumption the LATEST-4.9
link is updated and a message is sent to the gcc list.  Please do not use
a snapshot before it has been announced that way.


Re: Rename C files to .c in GCC source

2015-02-04 Thread Jonathan Wakely
On 4 February 2015 at 00:22, Kevin Ingwersen (Ingwie Phoenix) wrote:
> How many hacks/workarounds can be avoided?

How many new hacks/workaround will be needed for exploring the files'
version control history, even with a VCS that supports renaming?

Renaming the files has downsides as well as upsides.