Hey ASMA,
I used git to get the current gcc-dev directory and I tried to install python,
gcalc and sample_fe at the same time.
I configured with and It worked
when I call make bootstrap, I get an error dealing with the GTY (GTY must be
declared before identifier) in the sfe1.h (sample_fe front end)
Yes, this might occur if you use older versions (for example built for
4.4) in 4.5. builds. The handling of GTY(()) slightly changed with 4.5
. But, you already corrected it accordingly.
checking for suffix of object files... configure: error: in
`/export/home/charfi/objdir/i686-pc-linux-gnu/libgcc':
configure: error: cannot compute suffix of object files: cannot compile
See `config.log' for more details.
You'll need to look at the file config.log in directory
/export/home/charfi/objdir/i686-pc-linux-gnu/libgcc. It will tell you
what's missing. Maybe you're just missing a depending library (mpc,
mpfr, gmp).
Cheers,
Andi