id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
2129	--enable-static has no effect	slyfox		"Static builds seems to be broken:
{{{
$ _mc-bin/bin/mc --version
GNU Midnight Commander 4.7.1-118-g9b41d62
}}}
{{{
$ LDFLAGS=-all-static ./configure --prefix=$(pwd)/_mc-bin \
                --with-samba \
                --with-mcfs \
                --enable-charset \
                --enable-extcharset \
                --enable-maintainer-mode \
                --with-glib-static \
                --enable-mcserver
}}}
{{{
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... yes
checking build system type... x86_64-unknown-linux-gnu
checking host system type... x86_64-unknown-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... 
configure: error: in `/home/slyfox/dev/git/mc-build.all-static':
configure: error: C compiler cannot create executables
See `config.log' for more details.
}}}
'''LDFLAGS=-static''' does not have any effect, Libtool seems to skip it on executable binaries.

It can easily be my misunderstanding on how to use it."	defect	new	major	Future Releases	mc-core	4.7.1			metux		2148	no branch	
