Changes between Initial Version and Version 3 of Ticket #21625
- Timestamp:
- 10/21/16 08:16:43 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #21625
-
Property
Milestone
changed from
sage-7.4
tosage-7.5
-
Property
Summary
changed from
Starnge linking order for omalloc
toStrange linking order for omalloc
-
Property
Milestone
changed from
-
Ticket #21625 – Description
initial v3 1 1 This is a follow up to #17254 which upgraded to singular 4: 2 2 3 * strange linking order (omalloc comes before singular!) 3 The linking order for Singular libraries is determined by `pkgconfig` which gives 4 {{{ 5 -lomalloc -lSingular -lpolys -lfactory -lresources 6 }}} 7 This does not look that right.