I want to take a program that is currently being compiled to use the libraries currently installed i.e. linking to them, to have the necessary libraries compiled into the binary so I can run the program on a computer that doesn't have those libraries installed. Can some-one point me in the correct direction for the endeavor? Hans