Hi, Are you bumping FreeBSD_version? /usr/ports/Mk/bsd.port.mk defined PTHREAD_LIBS and PTHREAD_CFLAGS based on the OS version: .if ${OSVERSION} < 500016 PTHREAD_CFLAGS= -D_THREAD_SAFE PTHREAD_LIBS= -pthread .else PTHREAD_CFLAGS= -D_THREAD_SAFE PTHREAD_LIBS= -lc_r .endif -- Craig Rodrigues http://crodrigues.org rodrigc_at_crodrigues.orgReceived on Fri Jan 30 2004 - 06:23:03 UTC
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:40 UTC