Re: HEADS UP: libkse -> libpthread switch

From: Craig Rodrigues (rodrigc_at_crodrigues.org)
Date: 01/30/04

  • Next message: Jacques A. Vidrine: "Re: HEADS UP: libkse -> libpthread switch"
    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"
    

  • Next message: Jacques A. Vidrine: "Re: HEADS UP: libkse -> libpthread switch"

    Relevant Pages

    • [PATCH][2.6.7-mm4] perfctr update 1/6: fix linkage error
      ... static void __init do_rdpmc(unsigned pmc, unsigned unused2) ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • [PATCH] shrink inode when quota is disabled
      ... drop quota array in inode struct if no quota support ... +#ifdef CONFIG_QUOTA ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ ...
      (Linux-Kernel)
    • [-mm patch] arch/i386/kernel/traps.c: fix SYSFS=n compile
      ... : undefined reference to `last_sysfs_file' ... +#ifdef CONFIG_SYSFS ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Entry points for execution
      ... #ifdef CONFIG_LINUX_JAIL ... Powered by Linare Corporation ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)
    • Re: 2.6.1-mm1: sound/pci/cmipci.c compile error
      ... > I got the following compile error when trying to compile ... #ifdef SUPPORT_JOYSTICK ... To unsubscribe from this list: send the line "unsubscribe linux-kernel" in ...
      (Linux-Kernel)