Changeset 75f460 in git for standalone.test


Ignore:
Timestamp:
Dec 16, 2014, 3:43:21 PM (9 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'fieker-DuVal', '117eb8c30fc9e991c4decca4832b1d19036c4c65')(u'spielwiese', 'c5facdfddea2addfd91babd8b9019161dea4b695')
Children:
fce947c9e6c3e8c6d5a622c7f6b0d724580993cc
Parents:
a2e4470c6e9a666de8ab7b706370c15e13092f76
Message:
format
Location:
standalone.test
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • standalone.test/libpolys-config.sample

    ra2e447 r75f460  
    1616Known values for OPTION are:
    1717
    18   --prefix              show libpolys installation prefix 
     18  --prefix              show libpolys installation prefix
    1919  --libs                print library linking information
    2020  --cflags              print pre-processor and compiler flags
     
    6363
    6464    --libs)
    65         ${ECHOn} " -L${libdir} -lpolys_g -lcoeffs_g  -lreporter_g -lmisc_g -lomalloc_g -ldl -lgmp  " 
     65        ${ECHOn} " -L${libdir} -lpolys_g -lcoeffs_g  -lreporter_g -lmisc_g -lomalloc_g -ldl -lgmp  "
    6666        ;;
    6767
  • standalone.test/mk

    ra2e447 r75f460  
    1111NAME="test"
    1212
    13 P="." 
     13P="."
    1414# /mnt/DATA/GITHUB/w/GAP/libsing/spielwiese/TARGET/bin"
    1515
     
    2222echo "Using          LIBS: '$LIBPOLYSLIBS'"
    2323
    24 CMD="g++ $LIBPOLYSCFLAGS -c $NAME.cc " 
     24CMD="g++ $LIBPOLYSCFLAGS -c $NAME.cc "
    2525echo "executing '$CMD':"
    2626$CMD
    27 # -rdynamic 
    28 CMD="g++ -static -g -Wextra -Winline -Wall -Wno-long-long -O0 -fno-exceptions $NAME.o -o $NAME $LIBPOLYSLIBS" 
     27# -rdynamic
     28CMD="g++ -static -g -Wextra -Winline -Wall -Wno-long-long -O0 -fno-exceptions $NAME.o -o $NAME $LIBPOLYSLIBS"
    2929echo "executing '$CMD':"
    3030$CMD
Note: See TracChangeset for help on using the changeset viewer.