Return to threadlibs.c CVS log | Up to [local] / OpenXM_contrib2 / asir2000 / gc |
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: