X-Spam-Check-By: sourceware.org Message-ID: <12055263.post@talk.nabble.com> Date: Wed, 8 Aug 2007 08:09:08 -0700 (PDT) From: JorWong To: cygwin AT cygwin DOT com Subject: Cygwin and PortAudio MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-From: greentea7 AT comcast DOT net X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com I'm using Bloodshed Dev-C++, the latest version of Cygwin, and the PortAudio API. I put the PortAudio .tar in my /usr/src folder and ran the following commands: $ cd /usr/src $ tar zxf pa_snapshot_v19.tar.gz $ cd portaudio $ autoconf $ ./configure --disable-static $ make $ make install Cygwin says installation was successful, but when I take the files from /usr/local and put them in the appropriate folders in the Dev-C++ directory, I still get multiple linker errors when trying to compile a PortAudio program. -- View this message in context: http://www.nabble.com/Cygwin-and-PortAudio-tf4237007.html#a12055263 Sent from the Cygwin Users mailing list archive at Nabble.com. -- 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/