From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stijn Symons To: ecos-discuss Subject: Re: [ECOS] Pthread error Date: Thu, 30 Aug 2001 02:24:00 -0000 Message-id: <3B8E22BE.6B91D8BF@acunia.com> References: <3B8E17EE.68DDE928@acunia.com> X-SW-Source: 2001-08/msg00926.html Stijn Symons wrote: > Hi all, > > we have a very strange error, > > "undefined reference to 'pthread_cleanup_push_inner'" > and > "undefined reference to 'pthread_cleanup_push_inner'" > > In our program we have only a call for pthread_cleanup_push, not for > pthread_cleanup_push_inner. The same for the pop-function. It looks like > it's something inside the ecos libraries. > > Can anybody help? > > -- Stijn Symons Something I forgot: I compiled the ecos libraries with the EL/IX template. pthread.h is included in the program, we already checked that . thanks, stijn