Bug 37687 - error: Link tests are not allowed after GCC_NO_EXECUTABLES while checking for symbol versioning support
Summary: error: Link tests are not allowed after GCC_NO_EXECUTABLES while checking for...
Status: RESOLVED DUPLICATE of bug 37634
Alias: None
Product: gcc
Classification: Unclassified
Component: libfortran (show other bugs)
Version: 4.4.0
: P3 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords: build
Depends on:
Blocks:
 
Reported: 2008-09-30 17:35 UTC by Bernhard Reutner-Fischer
Modified: 2008-09-30 18:49 UTC (History)
2 users (show)

See Also:
Host: i386-pc-linux-gnu
Target: powerpc-linux-uclibc
Build: i386-pc-linux-gnu
Known to work:
Known to fail:
Last reconfirmed:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Bernhard Reutner-Fischer 2008-09-30 17:35:54 UTC
checking whether symbol versioning is supported... configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES.
make[2]: *** [configure-target-libgfortran] Error 1

This affects both libgfortran and libssp.
Seen with:
gcc version 4.4.0 20080930 (experimental) [trunk revision 140790] (GCC)
Comment 1 Tobias Burnus 2008-09-30 18:49:03 UTC
Mark as duplicate of PR 37634.

That libgfortran does not work with GCC_NO_EXECUTABLES is a known, but unfixed problem. See PR 37634. If you have some time, you could try whether the suggested fixes there are enough. In any case I would like to see a patch - thus if you have time ...

*** This bug has been marked as a duplicate of 37634 ***