Discussion:
viewml binary
Mildred Frisco
2003-02-10 09:16:26 UTC
Permalink
Hi! After compiling the the dependenciew and the viewml library, will I get
only one executable ? If not, is there a way I can get only one file?
Thanks

Mildred

-------------------------------------------------------


#############################################################
This message is sent to you because you are subscribed to
the mailing list <viewml-***@viewml.com>.
To unsubscribe, E-mail to: <viewml-devel-***@viewml.com>
To switch to the DIGEST mode, E-mail to <viewml-devel-***@viewml.com>
To switch to the INDEX mode, E-mail to <viewml-devel-***@viewml.com>
Send administrative queries to <viewml-devel-***@viewml.com>
Jason Kingan
2003-02-11 16:14:38 UTC
Permalink
Mildred,

By default, the ViewML binary will be dynamically linked when built. This
means that you will have external library dependencies when you are done. For
the single file, you should use the --enable-static switch when configuring,
which should allow you to get one single executable file with no outside
dependencies. This assumes, of course, that you have static versions of the
libraries available (which you should.)

Jason Kingan
Century Software
Post by Mildred Frisco
Hi! After compiling the the dependenciew and the viewml library, will I
get only one executable ? If not, is there a way I can get only one file?
Thanks
Mildred
-------------------------------------------------------
#############################################################
This message is sent to you because you are subscribed to
#############################################################
This message is sent to you because you are subscribed to
the mailing list <viewml-***@viewml.com>.
To unsubscribe, E-mail to: <viewml-devel-***@viewml.com>
To switch to the DIGEST mode, E-mail to <viewml-devel-***@viewml.com>
To switch to the INDEX mode, E-mail to <viewml-devel-***@viewml.com>
Send administrative queries to <viewml-devel-***@viewml.com>
Loading...