Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why doesn the latest release version compile properly on Linux-From-Scratch systems?

0
Posted

Why doesn the latest release version compile properly on Linux-From-Scratch systems?

0

It’s a bug in gcc-2.95. One workaround is to compile with -march=i586 instead of the default -march=i686; real fixes already exist in newer versions of gcc. “Linux-From-Scratch” users encounter this bug most frequently, since that distribution uses the lethal combination of gcc-2.95 and -march=i686 by default, but it may also affect other distributions like Gentoo or users who choose their own compilers or optimizations.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123