Changes between Version 18 and Version 19 of Ticket #29152
- Timestamp:
- Sep 12, 2020, 11:07:59 PM (2 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #29152 – Description
v18 v19 1 Follow-up from #30 163, where libtool's fallback to static library build for `giac` caused linker errors while building sagelib.1 Follow-up from #30396, where libtool's fallback to static library build for `giac` caused linker errors while building sagelib. 2 2 3 3 This is fixed by passing `-no-undefined` to the libtool linking flags, by setting `AM_LDFLAGS=-no-undefined`.