On Thu, Jun 21, 2007 at 02:27:50PM +0000, - Tong - wrote:
> How can I build a omega that statically link in all libs?
Run ./configure as normal, and then:
make LDFLAGS=-all-static
If you've already run "make", run "make distclean" and then the command
above.
Cheers,
Olly