[CM] explicit linking to dynamic loader for s7

Tito Latini tito.01beta at gmail.com
Thu Feb 20 01:38:04 PST 2014


Hello,

my linux distro is slackware-14.1 (patched to fix a regression in
glibc-2.17) with gcc-4.8.2.

Grace r2141 compiled with success after

diff -ur cm~/premake4.lua cm/premake4.lua
--- cm~/premake4.lua	2014-02-19 16:03:18.000000000 +0100
+++ cm/premake4.lua	2014-02-20 10:13:54.085701439 +0100
@@ -150,7 +150,7 @@
    configuration("macosx")
    linkoptions({"-framework CoreAudio", "-framework CoreFoundation", "-framework CoreMidi"})
    configuration("linux")
-   links({"asound"})   
+   links({"asound", "dl"})   
    configuration("windows")
    links({"winmm"})
    linkoptions({"/nodefaultlib:libcmt.lib"}) -- stop libcmt.lib from complaining

tito



More information about the Cmdist mailing list