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 format: [Raw text]

[Bug c/50648] New: --disable-shared is not passed on to target-zlib


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50648

             Bug #: 50648
           Summary: --disable-shared is not passed on to target-zlib
    Classification: Unclassified
           Product: gcc
           Version: 4.5.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P3
         Component: c
        AssignedTo: unassigned@gcc.gnu.org
        ReportedBy: fzvqedi@v.mintemail.com


apparently zlib-target tries to build a shared library.

since the case $host_os in zlib/configure:9352 thinks that my OS (aboriginal
linux 1.01 on armv6l) is not in the list, it fails at line 9707 at:

    eval "libdir=/foo; wl=\"$lt_prog_compiler_wl\"; \                           
         LDFLAGS=\"\$LDFLAGS $hardcode_libdir_flag_spec\""      

with

 configure:9707: error: Link tests are not allowed after GCC_NO_EXECUTABLES.


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