I tried to install Gentoo Prefix on Ubuntu 11.10, by following the Bootstrapping guide.
But I have an error when I come to the step: emerge --oneshot --nodeps "=sys-devel/gcc-4.2*"
- Output of
emerge --info '=sys-devel/gcc-4.2.4-r01.4'
- Output of
emerge -pqv '=sys-devel/gcc-4.2.4-r01.4'
In build.log, I find some error like:
/usr/include/stdint.h:27:24: error: bits/wchar.h: No such file or directory
Someone told me I should install build-essential
, but I've already installed that.
Please let me know if I can provide any more information.