On Fri, Mar 9, 2012 at 5:26 PM, Ian Lance Taylor <iant@xxxxxxxxxx> wrote: > No. You need to set LD_LIBRARY_PATH or install those libraries in a > place where the system dynamic linker can find them by default, or add > the directory where they are installed to /etc/ld.so.conf. If you built > the supporting libraries yourself, the simplest approach is to use > --disable-shared when you configure them. > Yeah. Thanks for pointing that. I'll guess Mac OS X's ld(?) is doing some magic. -- chs,