Eric Blake <ebb9 <at> byu.net> writes: > 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.
Hi Eric, Thankyou for your reply. I compiled a static version of Portaudio and installed it, but compiling my sources against Portaudio caused some errors to peak from the Portaudio static sources. I am most likely going to use the shared libraries, because then I can easily update the libraries as needed. Is that your recommendation? Hugh -- 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/