bugs.t2-project.org seems to be down, so I'll keep on posting here. :-P
gcc wants tlx and mpfr in order to compile, yet TLX does not provide
these. I assume that whatever environment the main developers use
already provides these, while my system (Ubuntu Feisty) does not.
The attached patch builds both for the bootstrap process, but
shouldn't make any changes to the final image that is generated.
--
William Tracy
[EMAIL PROTECTED] -- [EMAIL PROTECTED]
Vice President, Cal Poly Linux Users' Group
http://www.cplug.org
Index: target/tlx/pkgsel.sed
===================================================================
--- target/tlx/pkgsel.sed (revision 31123)
+++ target/tlx/pkgsel.sed (working copy)
@@ -4,5 +4,7 @@
/ libtool / { s,^. [^ ]*,X 0---------,; p; d; }
/ cache / { s,^. [^ ]*,X 0---------,; p; d; }
/ binutils / { s,^. [^ ]*,X 0---------,; p; d; }
+/ gmp / { s,^. [^ ]*,X 0---------,; p; d; }
+/ mpfr / { s,^. [^ ]*,X 0---------,; p; d; }
# if we would need C++ this would need to be build in 1 as well
/ gcc / { s,^. [^ ]*,X 0---------,; p; d; }
Index: target/tlx/pkgsel
===================================================================
--- target/tlx/pkgsel (revision 31123)
+++ target/tlx/pkgsel (working copy)
@@ -4,6 +4,8 @@
# just for the toolchain
X linux-header
X binutils
+X gmp
+X mpfr
X gcc
X autoconf
X automake
-----------------------------------------------------------
If you wish to unsubscribe from this mailing, send mail to
[EMAIL PROTECTED] with a subject of: unsubscribe t2