> Apart from this isn't there any other way? If it can be done without
> installing on server then I am sure not only me there are many who
> will benefit.

As with any software, If you want to build it as a standalone package
it's helpful to make sure libraries are statically linked when
compiling. That means they are compiled into the final executables
rather than being shared and linked at runtime. Usually there are
configure switches or environment variables to achieve this.

Even statically linked executables need to do some linking at runtime,
such as to system functions, and there are considerations such as CPU
architecture, so building on a similar system is always helpful!

bwy


-- 
Use Gnash, the GNU Flash Player!
http://www.gnu.org/software/gnash/

Benjamin Wolsey, Software Developer - http://benjaminwolsey.de
C++ and Open-Source Flash blog - http://www.benjaminwolsey.de/bwysblog

xmpp:[email protected]
http://identi.ca/bwy

Attachment: signature.asc
Description: This is a digitally signed message part

---------------
SWFTools-common is a self-managed list. To subscribe/unsubscribe, or amend an 
existing subscription, please kindly point your favourite web browser 
at:<http://lists.nongnu.org/mailman/listinfo/swftools-common>

Reply via email to