Need some help building mspgcc sources.(slackware 9.1)
I face the same problem either building gcc and/or gdb. When i copy the
sources of mspgcc to the unpacked gcc (or gdb) source trees, and
next try to configure, i get the error message:
$Configuring for a i686-pc-linux-gnu host.
$*** cannot find config.sub.
(the config.sub is there..)
Check that if i don't copy the mspgcc source's (and replace the original
config.sub), it works.
I find that (probably) this comes from this lines in the configure file(s) :
# this is a hack. sun4 must always be a valid host alias or this
will fail.
if ${config_shell} ${configsub} sun4 >/dev/null 2>&1 ; then
true
else
echo '***' cannot find config.sub. 1>&2
exit 1
fi
#
What i can do about this ?
In my mind there are things like ...i386,i686,k...@$!^&*^.....i am in the
right way ?
Any kind of help,suggestions,opinions, etc, well accepted.