Re: Static linking X applications: a difficulty
Matthieu Herrb <[email protected]>
| Newsgroups | gmane.comp.xfree86.expert |
|---|---|
| Message-ID | <[email protected]> |
Jonathan Woithe wrote (in a message from Thursday 14) > > * given this new dynamic locale functionality, how exactly is one to make > a static executable which will run on all systems? You need to build the static library with #define BuildLoadableXlibI18n NO in host.def. Unfortunatly there's currently no way to set this for the static library only (ie build the shared lib with loadable modules and the static one without them). Matthieu