From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18790 invoked by alias); 27 May 2004 11:56:16 -0000 Mailing-List: contact pthreads-win32-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sources.redhat.com Received: (qmail 18774 invoked from network); 27 May 2004 11:56:13 -0000 Received: from unknown (HELO mailrelay01.tugraz.at) (129.27.3.7) by sourceware.org with SMTP; 27 May 2004 11:56:13 -0000 Received: from emt.tu-graz.ac.at (www.emt.tu-graz.ac.at [129.27.136.2]) by mailrelay01.tugraz.at (8.12.11/8.12.11) with ESMTP id i4RBuBnS015835 for ; Thu, 27 May 2004 13:56:11 +0200 (CEST) Received: from EMT/SpoolDir by emt.tu-graz.ac.at (Mercury 1.48); 27 May 04 13:56:12 +0100 Received: from SpoolDir by EMT (Mercury 1.48); 27 May 04 13:55:44 +0100 Received: from PCs151 (192.168.1.151) by emt.tu-graz.ac.at (Mercury 1.48) with ESMTP; 27 May 04 13:55:35 +0100 From: "Fussenegger Michael" To: Subject: Pthread Linking problem Date: Thu, 27 May 2004 11:56:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Message-ID: <6069CD2422F@emt.tu-graz.ac.at> X-Scanned-By: MIMEDefang 2.43 X-SW-Source: 2004/txt/msg00071.txt.bz2 Hi I have read everything from readme, faq to mailing list and there is the talk of the right lib choise and linking problems, but I`m really new on this stuff and don`t understand the advises, maybe someone could help me. My problem is I have to make a software bundle platform independent. I think I have now fixed the most problems but I get a Linking error: SubGrayvalueFeatureExtractor.obj : error LNK2001: unresolved external symbol __imp__pthread_mutex_unlock RegionDataReader.obj : error LNK2001: unresolved external symbol __imp__pthread_mutex_unlock RegionFeatureExtractor.obj : error LNK2001: unresolved external symbol __imp__pthread_mutex_unlock SiftDataReader.obj : error LNK2001: unresolved external symbol __imp__pthread_mutex_unlock SiftFeatureExtractor.obj : error LNK2001: unresolved external symbol __imp__pthread_mutex_unlock And so on .\Debug/Segmentation.exe : fatal error LNK1120: 2 unresolved externals I`m using VC 7.1 and have compiled pthreadVC.dll and *.lib. I had the same problem with ImageMagick, but solved it with a rebuild. I hope someone could help me, it's really important. All the best, Michael