This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author wah meng
Recipients ezio.melotti, skrah, wah meng
Date 2011-09-30.05:23:49
SpamBayes Score 1.4705925e-10
Marked as misclassified No
Message-id <02EA6D704E30CE499C5071776509A925F5A87E@039-SN1MPN1-003.039d.mgd.msft.net>
In-reply-to
Content
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
History
Date User Action Args
2011-09-30 05:23:51wah mengsetrecipients: + wah meng, ezio.melotti, skrah
2011-09-30 05:23:50wah menglinkissue13057 messages
2011-09-30 05:23:49wah mengcreate