Skip to content
Commit 3d4f1d1b authored by Mohammad Akhlaghi's avatar Mohammad Akhlaghi
Browse files

GNU C Library builds on my GNU/Linux, corrections still necessary

The problem with the previous commits was that MPFR (and thus its
dependecy: GMP) conflict with the GNU C Library's internal implementation
of GMP functionality. So the AWK for building GNU C Library is not built
with MPFR and the problem has been fixed.

However, there are still two problems with the current build:
 1. Many programs (like `gzip' and `tar' that were checked), need patchelf
    to actually link with our internal C library.
 2. There was a compilation error while building `ncurses' with C++ because
    of the new C library.
parent 53313943
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment