Changeset 99b54a in git for libpolys/polys/Makefile.am


Ignore:
Timestamp:
Jul 10, 2013, 11:49:09 PM (10 years ago)
Author:
Oleksandr Motsak <motsak@…>
Branches:
(u'jengelh-datetime', 'ceac47cbc86fe4a15902392bdbb9bd2ae0ea02c6')(u'spielwiese', '00e2e9c41af3fde1273eb3633f4c0c7c3db2579d')
Children:
bc2aed6a87c90a5858f5c011fa0ade08053dcac5
Parents:
ea5f3f6ec425ba64388b5f649fd56fcc93a4cd8d
git-author:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-07-10 23:49:09+02:00
git-committer:
Oleksandr Motsak <motsak@mathematik.uni-kl.de>2013-07-11 01:05:35+02:00
Message:
Fixing static use of _dynamic_ modules as built-ins + dynamic loading / OS X

add/fix: linked-in static "dynamic" modules: pyobject + syzextra
fix: fixed static building of Singular
fix: adaptation for static embedding of syzextra

add: added '-flat_namespace -weak_reference_mismatches weak -undefined dynamic_lookup' due to Mac OS X
ps: -export-dynamic -avoid-version
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libpolys/polys/Makefile.am

    rea5f3f6 r99b54a  
    102102# p_Procs_FieldZp_g_la_CXXFLAGS = ${DEBUGCXXFLAGS}
    103103
    104 P_PROCS_MODULE_LDFLAGS = -shared -module
    105 P_PROCS_MODULE_LDFLAGSG = -shared -module
     104P_PROCS_MODULE_LDFLAGS = -shared -module -dynamic -export-dynamic -avoid-version -weak_reference_mismatches weak -undefined dynamic_lookup -Wl,-undefined -Wl,dynamic_lookup -flat_namespace
    106105
    107106p_Procs_FieldGeneral_la_LDFLAGS = ${P_PROCS_MODULE_LDFLAGS}
Note: See TracChangeset for help on using the changeset viewer.