[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Binutils 2.18 + GCC 4.2.3



MiKRO wrote:
    Could you please send me the file "config.h", generated in the
    various directories of libstdc++-v3 ?

I attached it, libstdc++-v3 in only inside m68k-atari-mint directory, so here it is.

I'm trying to reproduce the libstdc++-v3 native configuration problems with ARAnyM. I don't want to recompile everything, so I use the GCC RPMs provided by Keith.

With GCC 4.2.2 installed, I try to configure only libstdc++-v3 with the following command line:
CC=gcc CXX=g++ ../gcc-4.2.3-mint-20080202/libstdc++-v3/configure

After a while, I get that kind of errors:
checking for float.h... ../gcc-4.2.3-mint-20080202/libstdc++-v3/configure: ${+set}: bad substitution
../gcc-4.2.3-mint-20080202/libstdc++-v3/configure: =no: command not found
../gcc-4.2.3-mint-20080202/libstdc++-v3/configure: ${}: bad substitution
../gcc-4.2.3-mint-20080202/libstdc++-v3/configure: ${}: bad substitution

../gcc-4.2.3-mint-20080202/libstdc++-v3/configure: ${}: bad substitution
../gcc-4.2.3-mint-20080202/libstdc++-v3/configure: test: =: unary operator expected ../gcc-4.2.3-mint-20080202/libstdc++-v3/configure: fork: Cannot allocate memory ../gcc-4.2.3-mint-20080202/libstdc++-v3/configure: ${+set}: bad substitution

Did you have that kind of errors ?
Maybe it is because of my unusual configure invocation...
And the "fork: Cannot allocate memory" seems to be true.
The "sh" process becomes huge (more than 22 Mb if I remember), and I can believe it cannot fork()...
Did someone manage to compile libstdc++-v3 on ARAnyM ?

--
Vincent Rivière