Re: How to build TinyX server standalone?
David Dawes <[email protected]>
| Newsgroups | gmane.comp.xfree86.devel |
|---|---|
| Message-ID | <[email protected]> |
On Wed, Jun 15, 2005 at 08:26:10PM +0800, Kai.Niu wrote: >Hi all: > > Dose anyone know how to build TinyX server standalone? I mean that >the TinyX server could run without any dynamic libraries. Do I need to >specify some compiling time flag to force static link while building TinyX >binary? If anyone know how to do that, Please tell me in advanced! Yes, You'll need to force a static link at some point. The quickest way to do it without modifying any configuration settings is to go to xc/programs/Xserver *after* building the regular version and run: make CDEBUGFLAGS=-static loadX[servername] If you want to do it automatically as part of a build, you'll need to modify the imake configuration or relevant Imakefile(s). This is left as an exercise for the reader. David