> On 25. Feb 2025, at 13:15, Alexander Demin via mc > <[email protected]> wrote: > > This is not an original question. If there were discussions or even decisions > from the past, please point me in the right direction to read?
https://midnight-commander.org/ticket/2129 > In short, can MC be built (or maybe there are already such builds out there) > as a 100% statically linked single binary? In theory, as long as you have all the dependencies (glib and slang or ncurses) available as static libraries, you should be able to use LDFLAGS=-all-static ./configure In practice, it might be broken. Feel free to update the ticket with your experience. -- mc mailing list [email protected] https://lists.midnight-commander.org/mailman/listinfo/mc
