This is the mail archive of the gcc-prs@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]

libf2c/4521: libf2c shared library overflows command argument limits



>Number:         4521
>Category:       libf2c
>Synopsis:       libf2c shared library overflows command argument limits
>Confidential:   no
>Severity:       serious
>Priority:       high
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Oct 10 07:56:01 PDT 2001
>Closed-Date:
>Last-Modified:
>Originator:     dje@watson.ibm.com
>Release:        gcc 3.1 (experimental)
>Organization:
>Environment:
powerpc-ibm-aix4.3
>Description:
The conversion to build libf2c as a shared library attempts
to link all component object files into a shared library
with one command.  Between the command arguments and
environment variables, this can overflow the maximum
argument area and definitely is larger than the arg area
required for POSIX-compliant systems breaking the GCC
bootstrap on POSIX systems.
>How-To-Repeat:

>Fix:
Create archive of intermediate directories (libF77, libI77,
libU77) and link archives into shared library.
>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]