X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Fri, 09 May 2008 09:25:22 -0400 From: Damon Register Subject: Re: [ANNOUNCEMENT] Updated: pkg-config-0.23a-1 In-reply-to: To: cygwin AT cygwin DOT com Message-id: <482450C2.2090409@lmco.com> MIME-version: 1.0 Content-type: text/plain; format=flowed; charset=ISO-8859-1 Content-transfer-encoding: 7BIT User-Agent: Thunderbird 2.0.0.6 (Windows/20070728) References: X-IsSubscribed: yes Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 cygwin AT cwilson DOT fastmail DOT fm wrote: > The pkg-config program is used to retrieve information about installed > libraries in the system, including the CFLAGS, LDFLAGS, and other > information necessary to compile and link against one or more libraries. > > post 0.23 release: is this the one called 0.23a-1 in the subject? > pkg-config 0.23 this is just plain 0.23? > - Other minor fixes, including a segfault. Has anyone successfully used 0.23a-1? I just updated my Cygwin installation this morning and I see the pkg-config version I got is this new 0.23a-1. I have the PKG_CONFIG_PATH set and echo shows it $ echo $PKG_CONFIG_PATH /usr/X11R6/lib/pkgconfig:/c/cygwin/lib/pkgconfig When I try to do a simple test, pkg-config segfaults $ pkg-config --cflags gtk+-2.0 16255 [main] pkg-config 4324 _cygtls::handle_exceptions: Error while dumping s tate (probably corrupted stack) Segmentation fault (core dumped) I went to another computer where I also have Cygwin setup. I tried the same test and got an error saying that atk wasn't found in the pkg-config path. I realized I didn't install atk on that machine so I installed it. I tried the test again and now this one segfaults on $ pkg-config --cflags gtk+-2.0 just like the first one. Any suggestions? Damon Register -- 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/