On Wednesday 18 January 2006 23:40, Michael Gogins wrote: > The pre6 libsndfile reports itself as 11 but as I recall it > passes the SConstruct configuration test. The SConstruct test only checks the header, and not the library, so the DLL is probably really version 1.0.11. > Can you send me your portaudio dll and not your rtpa.dll? This > would keep my installer simpler, and enable me to continue > upating rtpa.dll from CVS. I do not have any special portaudio DLL file, other than an older DirectSound-only build; I use the file from Victor Lazzarini (by the way, it seems to have disappeared from the posted URL) in my releases. However, I linked directly against the dsound-only DLL that was built with MinGW, rather than using an import library. The Win32 PortAudio libraries on my system include these files: libportaudio.a portaudio.dll portaudio.dll.0.0.19 libportaudio.a is the static library (not an import library for the DLLs) and is probably the one picked up by the linker when using '-lportaudio'. If you have a similar installation, you may try renaming/removing the .a file, and creating an import library for portaudio.dll.0.0.19 instead. ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ Csound-devel mailing list Csound-devel@lists.sourceforge.net