X-Recipient: archive-cygwin@delorie.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@tiscali.co.uk
X-SBRS: None
X-RemoteIP: 79.66.94.76
X-IP-MAIL-FROM: johne53@tiscali.co.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" <johne53@tiscali.co.uk>
To: <cygwin@cygwin.com>
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@cygwin.com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.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/

