X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org X-Trace: 86893637/mk-filter-3.mail.uk.tiscali.com/B2C/$b2c-THROTTLED-DYNAMIC/b2c-CUSTOMER-DYNAMIC-IP/79.66.94.76/None/johne53 AT tiscali DOT co DOT uk X-SBRS: None X-RemoteIP: 79.66.94.76 X-IP-MAIL-FROM: johne53 AT tiscali DOT co DOT uk X-MUA: Microsoft Outlook Express 6.00.2900.2180Produced By Microsoft MimeOLE V6.00.2900.2180 X-IP-BHB: Once X-IronPort-Anti-Spam-Filtered: true X-IronPort-Anti-Spam-Result: ArUEAFew7khPQl5M/2dsb2JhbACEElC4dIFs X-IronPort-AV: E=Sophos;i="4.33,388,1220223600"; d="scan'208";a="86893637" Message-ID: <00c701c92ab2$ae376120$4001a8c0@mycomputer> From: "John Emmas" To: Subject: Can anyone help please, with syntax ? Date: Fri, 10 Oct 2008 09:32:06 +0100 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="Windows-1252"; reply-type=original Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook Express 6.00.2900.2180 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 trying to build a library called "aubio" which requires the fftw3 math package. I built and installed fftw3 yesterday. However, when I try to build aubio, the ./configure stage fails, saying that fftw3 can't be found. The config log says:- Package fftw3f was not found in the pkg-config search path. Perhaps you should add the directory containing `fftw3f.pc' to the PKG_CONFIG_PATH environment variable I then discovered that PKG_CONFIG_PATH wasn't set in my environment so I tried setting it. fftw3f.pc is in /usr/lib/pkgconfig/ so I tried two variations, as follows PKG_CONFIG_PATH=/usr/lib/pkgconfig PKG_CONFIG_PATH=/usr/lib/pkgconfig/ but in both cases, I still get the error. Is there a syntax problem here or am I doing something obviously wrong? Alternatively, most of the other ".pc" files are in /lib/pkgconfig/ so should I just copy fftw3f.pc into that folder? Thanks, John -- 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/