-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 According to Hugh on 10/13/2006 5:14 PM: > I can compile Portaudio in Cygwin, using shared and static libraries only. > That > is fine with me though. I can build my sources using Cygwin, except whenever > I > run the programme, I always require cygportaudio-2.dll. Is there any possible > way to have the library information hard coded into the compile? Am I asking > the wrong list?
Welcome to dynamic libraries. If you compile against a dll, then the dll must be present to run the binary. You can see if you can try and force a static compile, but the result will be that your binary is bigger, and that you no longer automatically pick up any library updates. - -- Life is short - so eat dessert first! Eric Blake [EMAIL PROTECTED] -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2.1 (Cygwin) Comment: Public key at home.comcast.net/~ericblake/eblake.gpg Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFFMDml84KuGfSFAYARAinJAJ92Ej7hmgWL9vPV25P+42JMfzXrXACgsjB0 PTYFsenonw3vguA9cHXCHFs= =97el -----END PGP SIGNATURE----- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/