Changeset cda527 in git


Ignore:
Timestamp:
Jan 14, 2014, 2:12:50 PM (10 years ago)
Author:
Hans Schoenemann <hannes@…>
Branches:
(u'spielwiese', '17f1d200f27c5bd38f5dfc6e8a0879242279d1d8')
Children:
f8c998c14618aea8d8c0433b8506b7c5905f494b
Parents:
902c92442a074a9461a9ee6cc6e4d847856aef4f
Message:
link Singular-libs statically: dynamic was linked against build-dir
File:
1 edited

Legend:

Unmodified
Added
Removed
  • Singular/Makefile.am

    r902c92 rcda527  
    215215Singular_LDADD = libSingular.la ${EMBED_PYOBJECT}
    216216
    217 # Singular_LDFLAGS = ${EMBED_PYOBJECT}
     217Singular_LDFLAGS = -static ${EMBED_PYOBJECT}
    218218
    219219Singulars_SOURCES = tesths.cc mmalloc.cc fegetopt.c fegetopt.h utils.cc  utils.h
     
    254254
    255255libparse_LDADD = ${top_builddir}/omalloc/libomalloc.la
    256 # libparse_LDFLAGS = -static ${AM_LDFLAGS}
    257 # TODO for libparse: DONE by Hans???
    258 # multiple definition of `category_out': libparse.cc v.s. utils.cc
    259 # undefined reference to `iiInitSingularProcinfo(procinfo*, char const*, char const*, int, long, int)'
     256libparse_LDFLAGS = -static ${AM_LDFLAGS}
    260257
    261258#########################################################
Note: See TracChangeset for help on using the changeset viewer.