static linking with glib

2003-01-27 Thread Alexander Varakin
Hi, Is it possible to link with glib statically, so there will be no need to carry glib libraries? Thanks, Alex _ STOP MORE SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail

Re: static linking with glib

2003-01-27 Thread Alexander Varakin
How? From: Pavel Roskin [EMAIL PROTECTED] To: Alexander Varakin [EMAIL PROTECTED] CC: [EMAIL PROTECTED] Subject: Re: static linking with glib Date: Mon, 27 Jan 2003 16:06:56 -0500 (EST) Hello! Is it possible to link with glib statically, so there will be no need to carry glib libraries? Yes

Re: static linking with glib

2003-01-27 Thread Pavel Roskin
On Mon, 27 Jan 2003, Alexander Varakin wrote: How? Good question :-) Different methods I can think of: 1) Don't compile shared library if you don't have glib installed. 2) Make a directory, put a link to libglib.a there and add the directory to LDFLAGS: mkdir staticlibs ln -s