[Csnd] Problems building Csound on OSX: library not found for -lintl
Date | 2012-08-16 20:52 |
From | Bernt Isak Wærstad |
Subject | [Csnd] Problems building Csound on OSX: library not found for -lintl |
I have encountered a (new) problem when trying to build the latest Csound from git on OS X (10.6.8). Scons gives me error on sndfil and config.log gives this error: gcc -o .sconf_temp/conftest_2.o -c -Wno-format -DGNU_GETTEXT -g -fomit-frame-pointer -freorder-blocks -DMACOSX -DPIPES -DBETA -I. -IH -I/usr/include/malloc -I/opt/local/include/boost-1_32 -I/usr/include/python2.3 -I/usr/local/include .sconf_temp/conftest_2.c
gcc -o .sconf_temp/conftest_2 .sconf_temp/conftest_2.o -L. -L. -L/usr/local/lib -L. -L. -lintl -lsndfile ld: library not found for -lintl collect2: ld returned 1 exit status scons: Configure: no
What's intl and any idea how to fix? Feel like it's something fundamental or easy solution I'm missing, but I rather ask than be stuck for days. Mvh. Bernt Isak Wærstad |