Changes between Version 150 and Version 151 of CygwinPort
- Timestamp:
- 07/19/12 01:50:08 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CygwinPort
v150 v151 167 167 * the givaro spkg only compiles a dysfunctional static library, LDFLAGS=-no-undefined should be used 168 168 * in modules_list.pyx, farey_symbol.pyx should include gmpxx AND gmp; but that's not enough yet: undefined reference to convert_to_long and things defined in farey_symbol.pyx, to solve this second problem, one can add a extra_compiler_flags="-Wl,--enable-auto-import" to the farey stuff in module_list. A better way could be to let Cytohn add _declspec(dll[im|exp]port) things in farey_symbol.h 169 * complex_double linking fails because of -lmc not found -> indeed, this was not built (don't know what it should be), solution: remove it from module_list