Re: HEADS UP: libkse -> libpthread switch
From: Craig Rodrigues (rodrigc_at_crodrigues.org)
Date: 01/30/04
- Previous message: Craig Rodrigues: "Re: POSIX semaphores?"
- In reply to: Daniel Eischen: "HEADS UP: libkse -> libpthread switch"
- Next in thread: Scott Long: "Re: HEADS UP: libkse -> libpthread switch"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Fri, 30 Jan 2004 10:23:06 -0500 To: deischen@freebsd.org
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@crodrigues.org _______________________________________________ freebsd-current@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-current To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
- Previous message: Craig Rodrigues: "Re: POSIX semaphores?"
- In reply to: Daniel Eischen: "HEADS UP: libkse -> libpthread switch"
- Next in thread: Scott Long: "Re: HEADS UP: libkse -> libpthread switch"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|