Hello,
I am building gcc-3.4.6 in the framework of my tool (see signature).
It's a native build on Mandriva 2006 IA32 Linux.
The essence of my tool is that it builds and installs every target in a separate
directory, other than that it uses
./configure
make
make check
make install
sequence.
I
Hello,
I am building gcc-4.1.1 in the framework of my project (see signature).
Basically, 'gcc' is built according to
configure
make
make check
make install
(I build everything locally, no root privileges are needed, directory per
lib/app)
scheme.
Because of the scheme I expect all the steps