Ticket #2129 (new defect) — at Initial Version

Opened 14 years ago

Last modified 10 years ago

--enable-static has no effect

Reported by: slyfox Owned by:
Priority: major Milestone: Future Releases
Component: mc-core Version: 4.7.1
Keywords: Cc: metux
Blocked By: Blocking:
Branch state: no branch Votes for changeset:

Description

Static build seems to be broken:

$ _mc-bin/bin/mc --version
GNU Midnight Commander 4.7.1-118-g9b41d62
$ ./configure --prefix=$(pwd)/_mc-bin \
                --with-samba \
                --with-mcfs \
                --enable-charset \
                --enable-extcharset \
                --enable-maintainer-mode \
                --with-glib-static \
                --enable-static \
                --enable-mcserver
$ ldd _mc-bin/bin/mc
        linux-vdso.so.1 =>  (0x00007fffbd152000)
        libgpm.so.1 => /lib/libgpm.so.1 (0x00007f5d4b5a8000)
        libslang.so.2 => /usr/lib/libslang.so.2 (0x00007f5d4b242000)
        libc.so.6 => /lib/libc.so.6 (0x00007f5d4aeec000)
        libdl.so.2 => /lib/libdl.so.2 (0x00007f5d4ace8000)
        libncurses.so.5 => /lib/libncurses.so.5 (0x00007f5d4aa97000)
        libm.so.6 => /lib/libm.so.6 (0x00007f5d4a815000)
        /lib64/ld-linux-x86-64.so.2 (0x00007f5d4b7ae000)
Note: See TracTickets for help on using tickets.