[Git][cmucl/cmucl][rtoy-issue-26] Solaris needs -lrt library to get nanosleep.
Raymond Toy
rtoy at common-lisp.net
Tue Nov 29 06:15:06 UTC 2016
Raymond Toy pushed to branch rtoy-issue-26 at cmucl / cmucl
Commits:
f09db6e5 by Raymond Toy at 2016-11-28T22:14:26-08:00
Solaris needs -lrt library to get nanosleep.
- - - - -
1 changed file:
- src/lisp/Config.sparc_common
Changes:
=====================================
src/lisp/Config.sparc_common
=====================================
--- a/src/lisp/Config.sparc_common
+++ b/src/lisp/Config.sparc_common
@@ -48,5 +48,5 @@ ARCH_SRC = sparc-arch.c
DEPEND=$(CC)
OS_SRC = solaris-os.c os-common.c elf.c
-OS_LIBS= -lsocket -lnsl -ldl
+OS_LIBS= -lsocket -lnsl -ldl -lrt
EXEC_FINAL_OBJ = exec-final.o
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/commit/f09db6e5b14f08de83894da687460fe39cbc4b9f
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20161129/c2fbdcd2/attachment.html>
More information about the cmucl-cvs
mailing list