RE: Bugfixes in Sophie
"Maciej Uhlig" <[email protected]>
| Newsgroups | gmane.comp.security.virus.vtools |
|---|---|
| Message-ID | <[email protected]> |
Vanja: > - check for nanosleep (-lrt was hardcoded) please try to take into account differences between (still supported) Solaris versions: Solaris 2.5.1, 2.6: cc [ flag ... ] file ... -lposix4 [ library ... ] Solaris 8, Solaris 9: cc [ flag... ] file... -lrt [ library... ] Maciek