Changeset a35d14f in git


Ignore:
Timestamp:
Nov 23, 2010, 5:38:12 PM (13 years ago)
Author:
Frank Seelisch <seelisch@…>
Branches:
(u'spielwiese', 'fe61d9c35bf7c61f2b6cbf1b56e25e2f08d536cc')
Children:
74a91c91d8695bf1218f00ca8619a52439734742
Parents:
1372ae3bafaf6289d9e8e1d1ae98cf1fdc4e96c7
Message:
comment lines for fans & cones on how to change Makefile

git-svn-id: file:///usr/local/Singular/svn/trunk@13667 2c84dea3-7e68-4137-9b89-c4e89433aadc
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.in

    r1372ae ra35d14f  
    9292# arguments to link
    9393ifneq ($(SINGUNAME),ix86-Win)
     94## for cones & fans if not under Win OS:
     95## put "-lgfan -lcddgmp " behind "-lncurses" in next three lines
    9496LIBS            = -lm @NEED_LIBS@
    9597LIBSG           = -lm @NEED_LIBSG@
    9698LIBSP           = -lm @NEED_LIBSG@
    9799else
     100## for cones & fans if under Win OS:
     101## put "-lgfan -lcddgmp " before "-Xlinker" in definition of LIBS and LIBSG
    98102LIBS            = -lsingfac -lsingcf -lntl  -static -lreadline -lhtmlhelp -Xlinker -Bdynamic -lgmp -lomalloc_ndebug -lncurses
    99 ## with cdd and gfan: LIBS              = -lsingfac -lsingcf -lntl  -static -lreadline -lhtmlhelp -lgfan -lcddgmp -Xlinker -Bdynamic -lgmp -lomalloc_ndebug -lncurses
    100103## -lpython_module -lpython2.4 /usr/local/lib/libboost_python-gcc-d-1_32.dll
    101104LIBSG           = -lsingfac -lsingcf -lntl  -static -lreadline -lhtmlhelp -Xlinker -Bdynamic -lgmp -lncurses
Note: See TracChangeset for help on using the changeset viewer.