[Git][cmucl/cmucl][master] For solaris, nanosleep is in the -lrt library

Raymond Toy (@rtoy) gitlab at common-lisp.net
Mon May 31 17:23:46 UTC 2021



Raymond Toy pushed to branch master at cmucl / cmucl


Commits:
078651bd by Raymond Toy at 2021-05-31T10:23:32-07:00
For solaris, nanosleep is in the -lrt library

Add -lrt to the OS_LIBS for Solaris x86 so it can find nanosleep.

- - - - -


1 changed file:

- src/lisp/Config.x86_solaris_sunc


Changes:

=====================================
src/lisp/Config.x86_solaris_sunc
=====================================
@@ -12,4 +12,4 @@ ARCH_SRC = x86-arch.c
 
 OS_SRC = solaris-os.c os-common.c undefineds.c elf.c
 OS_LINK_FLAGS=
-OS_LIBS= -lsocket -lnsl -ldl
+OS_LIBS= -lsocket -lnsl -ldl -lrt



View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/078651bd838b91a643170e2c41d474db09caae53

-- 
View it on GitLab: https://gitlab.common-lisp.net/cmucl/cmucl/-/commit/078651bd838b91a643170e2c41d474db09caae53
You're receiving this email because of your account on gitlab.common-lisp.net.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.common-lisp.net/pipermail/cmucl-cvs/attachments/20210531/3cacd39d/attachment.html>


More information about the cmucl-cvs mailing list