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

File: [local] / OpenXM_contrib / gc / Attic / threadlibs.c (download)

Revision 1.1, Sat Nov 27 10:58:33 1999 UTC (24 years, 6 months ago) by maekawa
Branch: MAIN

Initial revision

# include "gcconfig.h"
# include <stdio.h>

int main()
{
#   if defined(IRIX_THREADS) || defined(LINUX_THREADS)
	printf("-lpthread\n");
#   endif
#   ifdef SOLARIS_THREADS
        printf("-lthread -ldl\n");
#   endif
    return 0;
}