Opened 5 years ago
Closed 5 years ago
#837 closed bug (invalid)
Singular fails to link on 32 bit
Reported by: | Owned by: | somebody | |
---|---|---|---|
Priority: | major | Milestone: | 4-2-0 and higher |
Component: | dontKnow | Version: | 4-1-1 |
Keywords: | Cc: |
Description
While the Singular package for nix builds fine on 64 bit, the build fails on 32 bit (i686Linux). It fails like this:
./.libs/libSingular.so: undefined reference to `__divmoddi4@GCC_7.0.0'
The full build log, including all configure flags (search for "configure flags") is here.
When asking for clarification consider that I cannot or do not know how to reply to tickets on this trac (or register an account). Maybe email me instead or open an issue on GitHub? pinging @timokau.
Note: See
TracTickets for help on using
tickets.
could not reproduce it (tested with: debian testing (buster) on i386, gcc 8.2.0, NTL 10.5 (and NTL 11.0)) It is probably an incompatibility of the g++ versions used to compile all parts: they should be the same (try to rebuild the libntl package)