From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32127 invoked by alias); 15 Apr 2005 14:27:51 -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 31899 invoked from network); 15 Apr 2005 14:27:43 -0000 Received: from unknown (HELO rproxy.gmail.com) (64.233.170.197) by sourceware.org with SMTP; 15 Apr 2005 14:27:43 -0000 Received: by rproxy.gmail.com with SMTP id c51so626591rne for ; Fri, 15 Apr 2005 07:27:43 -0700 (PDT) Received: by 10.38.75.21 with SMTP id x21mr3183778rna; Fri, 15 Apr 2005 07:27:38 -0700 (PDT) Received: by 10.38.89.73 with HTTP; Fri, 15 Apr 2005 07:27:36 -0700 (PDT) Message-ID: <184ee49605041507276a48da02@mail.gmail.com> Date: Fri, 15 Apr 2005 14:27:00 -0000 From: Simon Manasseh Reply-To: Simon Manasseh To: pthreads-win32@sources.redhat.com Subject: Newbie question Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline X-SW-Source: 2005/txt/msg00073.txt.bz2 I apologise for being thick. I've downloaded the lastest self extracting achive. Extracted the files Put the lib, dll, and headers in the appropriate sdk/path directories yet, when I try to compile one of the test files I get errors, such as join0.c join0.obj : error LNK2019: unresolved external symbol __imp__pthread_exit referenced in function _func join0.obj : error LNK2019: unresolved external symbol __imp__pthread_join referenced in function _main join0.obj : error LNK2019: unresolved external symbol __imp__pthread_create referenced in function _main join0.exe : fatal error LNK1120: 3 unresolved externals I'm sure I'm just doing something retarded, but I'm new to this. Any help would be most appreciated. My thanks --=20 Simon Manasseh s.manasseh@gmail.com