Changeset b346ac in git


Ignore:
Timestamp:
Aug 9, 2011, 5:08:03 PM (12 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', 'a800fe4b3e9d37a38c5a10cc0ae9dfa0c15a4ee6')
Children:
a94666d9f0b38ced20393fa099d2045c56916e52
Parents:
8b3ccfd92dd494d26692a0d4af459e232fa245cc
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-08-09 17:08:03+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 13:17:25+01:00
Message:
FIX: GMP must be at the end of linker's library list
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/coeffs/Makefile.am

    r8b3ccf rb346ac  
    5353tt_g_SOURCES = test.cc
    5454
    55 tt_r_LDADD = -lcoeffs ${GMP_LIBS} -lresources -lreporter -lmisc ${FACTORY_LIBS} ${NTL_LIBS} -lomalloc
    56 tt_g_LDADD = -lcoeffs_g ${GMP_LIBS} -lresources_g -lreporter_g -lmisc_g ${FACTORY_LIBS} ${NTL_LIBS} -lomalloc_g
     55tt_r_LDADD = -lcoeffs -lresources -lreporter -lmisc ${FACTORY_LIBS} -lomalloc ${NTL_LIBS} ${GMP_LIBS}
     56tt_g_LDADD = -lcoeffs_g -lresources_g -lreporter_g -lmisc_g ${FACTORY_LIBS} -lomalloc_g ${NTL_LIBS} ${GMP_LIBS}
    5757
    5858tt_r: gftables
Note: See TracChangeset for help on using the changeset viewer.