diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-07-22 23:33:17 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2010-07-22 23:33:17 +0200 |
commit | a8fa17de9f24f6a2f05e6e1cb23a2ffb5100b0e5 (patch) | |
tree | 9cec19ca8e78a0f72a3680ced5d8cbd2bd815c35 /docs | |
parent | 25bb99693ae8a9fe34693dac5b5046c8f36d42f2 (diff) | |
download | crosstool-ng-a8fa17de9f24f6a2f05e6e1cb23a2ffb5100b0e5.tar.gz crosstool-ng-a8fa17de9f24f6a2f05e6e1cb23a2ffb5100b0e5.tar.bz2 crosstool-ng-a8fa17de9f24f6a2f05e6e1cb23a2ffb5100b0e5.zip |
docs/known-issues: document the "error compiling FC test program" issue
Diffstat (limited to 'docs')
-rw-r--r-- | docs/known-issues.txt | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/docs/known-issues.txt b/docs/known-issues.txt index be7c3fad..95e19919 100644 --- a/docs/known-issues.txt +++ b/docs/known-issues.txt @@ -97,3 +97,25 @@ Workaround: Build shared companion libraries. -------------------------------- +Symptoms: + While building the final gcc, I get an error message that ends with: + libtool.m4: error: problem compiling FC test program + +Explanations: + The gc build procedure tries to run a Fortran test to see if it has a + working native fortran compiler installed on the build machine, and it + can't find one. A native Fortran compielr is needed (seems to be) to + build the Fortran frontend of the cross-compiler. + Even if you don't want to build the Fortran frontend, gcc tries to see + if it has one, but fails. This is no problem, as the Fortran frontend + will not be built. There is nothing to be worry about (unless you do + want to build the Fortran frontend, of course). + +Fix: + None so far. It's a spurious error, so there will probably never be + a fix for this issue. + +Workaround: + None needed, it's a spurious error. + +-------------------------------- |