Re: [i3] How to get i3wm statically linked?

2015-01-15 Thread cyberwoodman .
make

2015-01-15 0:08 GMT+02:00 Thiago Farina tfar...@chromium.org:



 On Mon, Dec 15, 2014 at 7:15 PM, cyberwoodman . taras.korol...@gmail.com
 wrote:

 Hello. At work I must use and old Ubuntu 11.04 version. So I limited to
 use i3 with version 3.x

 Sadly, the newest version of i3 is much more handy than previous one.

 Could you please advise me how to build i3 statically linked? Thanks.


 What makes you think it is building in a shared/dynamic mode?

 How are you building it?

 --
 Thiago Farina



Re: [i3] How to get i3wm statically linked?

2015-01-14 Thread Thiago Farina
On Mon, Dec 15, 2014 at 7:15 PM, cyberwoodman . taras.korol...@gmail.com
wrote:

 Hello. At work I must use and old Ubuntu 11.04 version. So I limited to
 use i3 with version 3.x

 Sadly, the newest version of i3 is much more handy than previous one.

 Could you please advise me how to build i3 statically linked? Thanks.


What makes you think it is building in a shared/dynamic mode?

How are you building it?

-- 
Thiago Farina


Re: [i3] How to get i3wm statically linked?

2014-12-15 Thread Mike Bonar
https://faq.i3wm.org/question/68/how-to-build-and-install-i3-from-sources/

How to build from source.

Cheers,
Mike
On Dec 15, 2014, at 1:15 PM, cyberwoodman . taras.korol...@gmail.com wrote:

 Hello. At work I must use and old Ubuntu 11.04 version. So I limited to use 
 i3 with version 3.x
 
 Sadly, the newest version of i3 is much more handy than previous one.
 
 Could you please advise me how to build i3 statically linked? Thanks.



Re: [i3] How to get i3wm statically linked?

2014-12-15 Thread Axel Wagner
Hi,

Mike Bonar oldp...@gmail.com writes:
 https://faq.i3wm.org/question/68/how-to-build-and-install-i3-from-sources/

 How to build from source.

this does not answer, how to link it statically.

I have no real idea how to do that (and if it's possible) either. I
tried building using LDFLAGS=-static and replacing --libs in the
pkg-config by --static. That does not seem to be enough.