Re: static build of latex

Thomas Esser <[email protected]> Mon, 3 Oct 2005 21:23:47 +0200
Newsgroups gmane.comp.tex.tetex.general
Message-ID <[email protected]>
>  can someone suggest something??

For me on SuSE Linux 9.3, the following works:
  make \
    LDFLAGS=-static \
    kpathsea_link='$(LIBTOOL) --mode=link $(link_command) -all-static' \
    x_extra_libs=-lpthread

Thomas