This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

other/2236: config.if (gcc 2.95.2, possibly others) pukes if it can't find gl*bc



>Number:         2236
>Category:       other
>Synopsis:       config.if (gcc 2.95.2, possibly others) pukes if it can't find gl*bc
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Thu Mar 08 17:36:01 PST 2001
>Closed-Date:
>Last-Modified:
>Originator:     orc@pell.chi.il.us
>Release:        gcc 2.95.2
>Organization:
>Environment:
Mastodon Linux INST0064-dr2 (libc 4.8.0) on ia32
>Description:
If you have the misfortune of being on a Linux box, 
config.if does various checks to see what version of
gl*bc is on that box and if it can't find out which
version, it fails with an exit 1.    Mastodon Linux
uses libc 4.8.0, which does not do the magic config.if
expects -- config.if should return a `this is an unknown
library' token instead of dying.
>How-To-Repeat:
Run configure on a Mastodon INST0050->INST0064 system.
>Fix:
In config.if, change the code that says:

        # It should never happen.
        echo "Cannot find the GNU C library minor version number." >&2
        rm -f $dummy.c $dummy
        exit 1

To
        libc_interface=-
>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]