=================================================================== RCS file: /home/cvs/OpenXM/src/kan96xx/Kan/makeconf.c,v retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- OpenXM/src/kan96xx/Kan/makeconf.c 2001/05/20 07:48:19 1.1 +++ OpenXM/src/kan96xx/Kan/makeconf.c 2002/10/24 05:53:37 1.2 @@ -1,8 +1,10 @@ -/* $OpenXM$ */ +/* $OpenXM: OpenXM/src/kan96xx/Kan/makeconf.c,v 1.1 2001/05/20 07:48:19 takayama Exp $ */ #include main() { #if defined(__CYGWIN__) printf("s/@@@LIBGMP@@@/$(OpenXM_HOME)\\/lib\\/libgmp.a/\n"); +#elif defined(sun) + printf("s/@@@LIBGMP@@@/$(OpenXM_HOME)\\/lib\\/libgmp.so -L $(OpenXM_HOME)\\/lib/\n"); #else printf("s/@@@LIBGMP@@@/$(OpenXM_HOME)\\/lib\\/libgmp.so -Wl,--rpath -Wl,$(OpenXM_HOME)\\/lib/\n"); #endif