[BACK]Return to threadlibs.c CVS log [TXT][DIR] Up to [local] / OpenXM_contrib2 / asir2000 / gc

Annotation of OpenXM_contrib2/asir2000/gc/threadlibs.c, Revision 1.2

1.1       noro        1: # include "gcconfig.h"
                      2: # include <stdio.h>
                      3:
                      4: int main()
                      5: {
                      6: #   if defined(IRIX_THREADS) || defined(LINUX_THREADS)
                      7:        printf("-lpthread\n");
                      8: #   endif
1.2     ! noro        9: #   if defined(HPUX_THREADS)
        !            10:        printf("-lpthread -lrt\n");
        !            11: #   endif
1.1       noro       12: #   ifdef SOLARIS_THREADS
                     13:         printf("-lthread -ldl\n");
                     14: #   endif
                     15:     return 0;
                     16: }
                     17:

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>