From ce04bf9ecac1a6c24f50d2edf39e73f32762d0a1 Mon Sep 17 00:00:00 2001 From: Alon Zakai Date: Tue, 23 Feb 2010 10:38:05 +0200 Subject: [PATCH] Note on compilation issue on Ubuntu 8.04 --- COMPILE.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/COMPILE.txt b/COMPILE.txt index 9085026..6c3fa91 100755 --- a/COMPILE.txt +++ b/COMPILE.txt @@ -148,6 +148,10 @@ Some specific comments: Slackware gurus, can you help us understand this issue? + * A similar issue seems to happen on Ubuntu 8.04, "undefined reference to + shm_open". Adding "rt" to CLIENT_LIBRARIES in src/client/CMakeLists.txt + should fix that. + OS X ====