stan wrote:
> 
> Hi.  I used glade to create a simple UI.  Now, I want to give it to a
> client.  My question is, do I need to have the users install Glade or any
> other libraries so that they can run it?  Basically, is the executable
> generated with static or dynamic links to associated libraries?  Ideally,
> I'd like to just send them the executable and all they need to do is run
> that one file.

They definitely won't need Glade.

The program is usually built with dynamic links to external libraries by
default.

You can add CFLAGS="$CFLAGS -static" to the configure.in to build with
static libs.


Damon



+---------------------------------------------------------------------+
To unsubscribe from this list, send a message to [EMAIL PROTECTED]
with the line "unsubscribe glade-devel" in the body of the message.

Reply via email to