Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

build static linked gedit with meson?

116 views
Skip to first unread message

jeremy ardley

unread,
Feb 17, 2023, 9:10:05 PM2/17/23
to
I want to compile a statically linked version of gedit using the upstream meson based package.

I've got the sources matching my current Debian 11 system and can do a build no problem.

What I want to do is statically link the gedit executable. I see the non-static executable is very small and there is a large library file libgedit, and using ldd I see the executable wants to call many system libs.

Target is a single statically linked executable which incorporates libgedit as well as parts of all the system libraries they call.

Meson doesn't obviously seem to support static linked executables.

Any suggestions?

Jeremy
0 new messages