> Hey just tried to do it and that's nice! There is really no > disadvatage > of stripping? I would like to shorten my updates and demos.
If it is a statically linked executable, then there should be no problem. Does remove the debug info from the file though, so I wouldn't strip the exe until you were sure it works OK. Stripping dynamically linked exe's (dll's or .so files, and apps that make extensive use of them) is a more complex problem, when you might need to use strip's more advanced options to control which symbolic information to keep and which to remove. It can get quite complex...! -- Ian SELEX Sensors and Airborne Systems Limited Registered Office: Sigma House, Christopher Martin Road, Basildon, Essex SS14 3EL A company registered in England & Wales. Company no. 02426132 ******************************************************************** This email and any attachments are confidential to the intended recipient and may also be privileged. If you are not the intended recipient please delete it from your system and notify the sender. You should not copy it or use it for any purpose nor disclose or distribute its contents to any other person. ******************************************************************** _______________________________________________ fltk mailing list [email protected] http://lists.easysw.com/mailman/listinfo/fltk

