Opened 10 years ago
Closed 10 years ago
#443 closed bug (fixed)
configure should check for nanosleep in -lrt
Reported by: | anonymous | Owned by: | somebody |
---|---|---|---|
Priority: | major | Milestone: | 3-1-5 and higher |
Component: | dontKnow | Version: | 3-1-5 |
Keywords: | Cc: |
Description
On Solaris 10, Singular-3-1-5 fails to compile because it uses the nanosleep()
function, which needs to be linked with -lrt
. configure should check for this.
Note: See
TracTickets for help on using
tickets.
is this the patch for the issue https://github.com/Singular/Sources/commit/cf39407a525018da4baffd05e88315bd83075f8c ?