Changeset bf4f49b in git
- Timestamp:
- May 4, 2006, 5:12:07 PM (17 years ago)
- Branches:
- (u'spielwiese', '8d54773d6c9e2f1d2593a28bc68b7eeab54ed529')
- Children:
- d6a16565b3231b4609c36b53ada1df484ac3f2bc
- Parents:
- bbb0cee6b8cf4a508b13917a8ceea7460fd1cb07
- Location:
- Singular
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
Singular/Makefile.in
rbbb0ce rbf4f49b 90 90 ifneq ($(SINGUNAME),ix86-Win) 91 91 LIBS = -lm @NEED_LIBS@ 92 LIBSG = -lm @NEED_LIBSG@ 92 93 else 93 94 LIBS = -lsingfac -lsingcf -lntl -static -lreadline -lhtmlhelp -Xlinker -Bdynamic -lgmp -lomalloc_ndebug -lcygncurses6 94 95 ## -lpython_module -lpython2.4 /usr/local/lib/libboost_python-gcc-d-1_32.dll 96 LIBSG = -lsingfac -lsingcf -lntl -static -lreadline -lhtmlhelp -Xlinker -Bdynamic -lgmp -lcygncurses6 95 97 endif 96 98 MP_LIBS = @MP_LIBS@ -
Singular/configure
rbbb0ce rbf4f49b 4877 4877 fi 4878 4878 4879 NEED_LIBSG="${NEED_LIBS}" 4879 4880 if test "$ac_cv_sizeof_voidp" != 4; then 4880 4881 NEED_LIBS="${NEED_LIBS} -lomalloc" … … 4886 4887 4887 4888 4889 4888 4890 echo $ac_n "checking whether to have dbm links""... $ac_c" 1>&6 4889 echo "configure:489 0: checking whether to have dbm links" >&54891 echo "configure:4892: checking whether to have dbm links" >&5 4890 4892 if test "$with_dbm" != no; then 4891 4893 cat >> confdefs.h <<\EOF … … 4899 4901 4900 4902 echo $ac_n "checking whether to have namespaces""... $ac_c" 1>&6 4901 echo "configure:490 2: checking whether to have namespaces" >&54903 echo "configure:4904: checking whether to have namespaces" >&5 4902 4904 if test "$with_namespaces" != no; then 4903 4905 echo "$ac_t""yes" 1>&6 … … 4911 4913 4912 4914 echo $ac_n "checking whether to have dynamic modules""... $ac_c" 1>&6 4913 echo "configure:491 4: checking whether to have dynamic modules" >&54915 echo "configure:4916: checking whether to have dynamic modules" >&5 4914 4916 if test "$with_dynamic_modules" = no || test "$ac_have_dl" != yes; then 4915 4917 echo "$ac_t""no" 1>&6 … … 4923 4925 4924 4926 echo $ac_n "checking whether to have dynamic kernel""... $ac_c" 1>&6 4925 echo "configure:492 6: checking whether to have dynamic kernel" >&54927 echo "configure:4928: checking whether to have dynamic kernel" >&5 4926 4928 if test "$with_dynamic_kernel" != no && test "$ac_lib_dl" = yes; then 4927 4929 DL_KERNEL=1 … … 4933 4935 4934 4936 echo $ac_n "checking whether to have Plural""... $ac_c" 1>&6 4935 echo "configure:493 6: checking whether to have Plural" >&54937 echo "configure:4938: checking whether to have Plural" >&5 4936 4938 if test "$with_Plural" != yes && test "$enable_Plural" != yes; then 4937 4939 echo "$ac_t""no" 1>&6 … … 5119 5121 s%@MP_LIBS@%$MP_LIBS%g 5120 5122 s%@NEED_LIBS@%$NEED_LIBS%g 5123 s%@NEED_LIBSG@%$NEED_LIBSG%g 5121 5124 s%@DL_KERNEL@%$DL_KERNEL%g 5122 5125 s%@PLURAL@%$PLURAL%g -
Singular/configure.in
rbbb0ce rbf4f49b 831 831 fi 832 832 833 NEED_LIBSG="${NEED_LIBS}" 833 834 if test "$ac_cv_sizeof_voidp" != 4; then 834 835 NEED_LIBS="${NEED_LIBS} -lomalloc" … … 839 840 840 841 AC_SUBST(NEED_LIBS) 842 AC_SUBST(NEED_LIBSG) 841 843 842 844 AC_MSG_CHECKING(whether to have dbm links)
Note: See TracChangeset
for help on using the changeset viewer.