[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.1.1.1

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
                      9: #   ifdef SOLARIS_THREADS
                     10:         printf("-lthread -ldl\n");
                     11: #   endif
                     12:     return 0;
                     13: }
                     14:

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