Re: [Gimp-developer] xdg-app; was: WGO Transition Meeting



2015-11-17 16:43 GMT+01:00 Elle Stone <ellestone ninedegreesbelow com>:
On 11/17/2015 08:44 AM, Elle Stone wrote:
Would glib and etc also need to be in the mix somehow?

Yes, I expect that glib, gtk+ etc., and lcms would be in the build as
well. Although you might want talking to someone with more experience
instead.

...

OK, what next?

Hi,

a short search (google) for "build statically linked binary linux" gave me this:

make SHARED=0 CC='gcc -static'
https://www.duksta.org/archives/2009/06/10/building-static/

gcc -o foo main.o -static -lbaz -lbar
https://stackoverflow.com/questions/14842268/how-to-create-static-binary-which-runs-on-every-distro

Regards,
Tobias


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]