This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE:gcc 3.0 vs root 3.01.00
- To: schmid at snake dot iap dot physik dot tu-darmstadt dot de
- Subject: RE:gcc 3.0 vs root 3.01.00
- From: Masaharu Goto <MXJ02154 at nifty dot ne dot jp>
- Date: Sun, 10 Jun 2001 09:03:28 +0900
- Cc: gcc at gcc dot gnu dot org, rootdev at pcroot dot cern dot ch, libstdc++ at gcc dot gnu dot org
Hello Peter,
Thank you for doing this.
Will you send me following files too.
- Original files that you created libstrm.cxx/h so that I can
re-generate libstrm.cxx by myself. This is needed because
dictionary format is changed in some occasion. And I need to
update all of the dictionary files like XXXstrm.cxx
- libstrm.cxx and libstrm.h as whole file
It is likely that we need to use different file name than libstrm.cxx.
Because that file is used for many other platforms. Changing this file
causes problems there. We will need either create a new gcc3strm.cxx
or change installation script so that libstrm.cxx is regenerated at
install time.
Thank you
Masharu Goto
>After applying the appended patch, gcc version 3.0 20010608 compiles
>the files from root version 3.01.00 <http://root.cern.ch/> on the
>i686-pc-linux-gnu target without a problem. All programs in the test
>directory and all of the tutorials run fine.
>
>The patch is a bit a large, since for the gcc 3.0 compiler I
>had to rebuild the cint/inc/libstrm.h and cint/inc/libstrm.cxx files,
>otherwise there are only marginal changes.
>
>Hope this helps,
>