Changeset e0ae1c in git for libpolys/libpolys-config.in


Ignore:
Timestamp:
May 24, 2011, 2:15:19 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
fd01a83f2928a88d4e9d30135f2d31d120fe30b3
Parents:
71f6dbdb6822edb11d2516287cbddc3fe32c6cbd
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-05-24 14:15:19+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:36:51+01:00
Message:
FIX: it seems (due to FreeBSD) that -lfactory should be before -lntl...
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/libpolys-config.in

    r71f6dbd re0ae1c  
    5959
    6060    --cflags)
    61         ${ECHOn} " -I${includedir} -I${includedir}/libpolys @GMP_CFLAGS@ @NTL_CFLAGS@ @FACTORY_CFLAGS@"
     61        ${ECHOn} " -I${includedir} -I${includedir}/libpolys @FACTORY_CFLAGS@ @NTL_CFLAGS@ @GMP_CFLAGS@"
    6262        ;;
    6363
    6464    --libs)
    65         ${ECHOn} " -L${libdir} -lpolys_g -lcoeffs_g -lresources_g -lreporter_g -lmisc_g -lomalloc_g @USEPPROCSDYNAMICLD@ @GMP_LIBS@ @NTL_LIBS@ @FACTORY_LIBS@"
     65        ${ECHOn} " -L${libdir} -lpolys_g -lcoeffs_g -lresources_g -lreporter_g -lmisc_g @FACTORY_LIBS@ -lomalloc_g @NTL_LIBS@ @USEPPROCSDYNAMICLD@ @GMP_LIBS@"
    6666        ;;
    6767
Note: See TracChangeset for help on using the changeset viewer.