From: tolj AT uni-duesseldorf DOT de (Stipe Tolj) Subject: posix threads (pthread32) undefined references 30 Oct 1998 20:09:00 -0800 Message-ID: <3638F68E.64532151.cygnus.gnu-win32@uni-duesseldorf.de> References: <9810190357 DOT AA15522 AT modi DOT xraylith DOT wisc DOT edu> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Alex Madarasz Cc: gnu-win32 AT cygnus DOT com, bje AT cygnus DOT com, rpj AT ise DOT canberra DOT edu DOT au, rjc AT trump DOT net DOT au > And, I just stumbled across this alternative alternative at : > > I have configure/make the libpthread32.a library using cygwin32 b19.3 (no egcs, gcc from cdk.exe). When I tried to compile the distributed test programs I get the following undefined reference errors: % gcc create1.c -I.. -L.. -lpthread32 .../libpthread32.a(create.o)(.text+0x19a):create.c: undefined reference to `_beginthreadex' .../libpthread32.a(exit.o)(.text+0xbe):exit.c: undefined reference to `_endthreadex' .../libpthread32.a(mutex.o)(.text+0x11e):mutex.c: undefined reference to `TryEnterCriticalSection' These seem to be undefined within all standard cygwin32 libraries. So where are they, and how can I build the test programs and other applications using the pthread32 library for cygwin32? Any help is welcome. Thanks in advance. Regards, Stipe -- Stipe Tolj Cygwin32 Porting Project Department of Economical Computer Science University of Cologne, Germany http://www-public.rz.uni-duesseldorf.de/~tolj - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".