Changeset 8480db in git for libpolys


Ignore:
Timestamp:
Apr 21, 2011, 3:06:00 PM (13 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
fd22bf063ff4bba117be3d9c4daf1c7827190a83
Parents:
95c1fa73e70651877b9d8e972efa22bb3451547f
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2011-04-21 15:06:00+02:00
git-committer:
Mohamed Barakat <mohamed.barakat@rwth-aachen.de>2011-11-09 12:31:26+01:00
Message:
ADD: trying to use dynamic module (-rdynamic)
Location:
libpolys/tests
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • libpolys/tests/Makefile.am

    r95c1fa r8480db  
    2626  ### TODO -> ${LD_LIBS} ??? instead of -ldl,
    2727  ### add it to AM_LDFLAGS?
    28   USE_P_PROCS_DYNAMIC_LD = -ldl
     28  USEPPROCSDYNAMICLD = -ldl
     29  USEPPROCSDYNAMICLDFLAGS =  -rdynamic
    2930else
    30   USE_P_PROCS_DYNAMIC_LD =
     31  USEPPROCSDYNAMICLD =
     32  USEPPROCSDYNAMICLDFLAGS =
    3133endif
    3234
     35polys_test_LDFLAGS = $(USEPPROCSDYNAMICLDFLAGS)
    3336
    34 coeffs_test_LDADD = -lcoeffs_g ${GMP_LIBS} -lresources_g -lreporter_g -lmisc -lomalloc_debug
    35 polys_test_LDADD = -lpolys_g $(USE_P_PROCS_DYNAMIC_LD) $(coeffs_test_LDADD)
     37coeffs_test_LDADD = -lcoeffs_g ${GMP_LIBS} -lresources_g -lreporter_g -lmisc_g -lomalloc_debug
     38polys_test_LDADD = -lpolys_g $(USEPPROCSDYNAMICLD) $(coeffs_test_LDADD)
     39
    3640
    3741
  • libpolys/tests/coeffs_test.h

    r95c1fa r8480db  
    207207  if( r->cfCoeffWrite != NULL )
    208208  {
     209    clog << "Coeff-domain: "  << endl;
    209210    n_CoeffWrite(r); PrintLn();
    210211  }
Note: See TracChangeset for help on using the changeset viewer.