Wong Wah Meng <r32...@freescale.com> added the comment:

Hello,

I tried rebuild but it is still the same. :( Attached is the extract of the 
modified configure file, with line number at the side (from VI editor). 
Basically my changes are added as from line 8620 through 8624. I am not sure if 
this is meant to be, just my best guess from the patch file. Appreciate your 
advice. 

  8612  $as_echo_n "checking for pthread_create in -lpthreads... " >&6; }
  8613  if test "${ac_cv_lib_pthreads_pthread_create+set}" = set; then :
  8614    $as_echo_n "(cached) " >&6
  8615  else
  8616    ac_check_lib_save_LIBS=$LIBS
  8617  LIBS="-lpthreads  $LIBS"
  8618  cat confdefs.h - <<_ACEOF >conftest.$ac_ext
  8619  /* end confdefs.h.  */
  8620   #include <pthread.h>
  8621   +#include <stdio.h>
  8622
  8623    void * start_routine (void *arg) { exit (0); }
  8624     int
  8625
  8626  /* Override any GCC internal prototype to avoid an error.
  8627     Use char because int might match the return type of a GCC
  8628     builtin and then its argument prototype would still apply.  */
  8629  #ifdef __cplusplus
  8630  extern "C"
  8631  #endif

Regards,
Wah Meng
Genesis Wafermap Support Ticket: 
To report a problem: 
http://dyno.freescale.net/Question/QuestionMain3.asp?location=zmy02&category=&tickettype=6820
To request a service: 
http://dyno.freescale.net/Question/Questionmain3.asp?location=74&category=2&tickettype=6819
Or if it is related to EWM or DSA: 
http://dyno.freescale.net/Question/Questionmain3.asp?location=ZMY02&tickettype=6539

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13057>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to