Re: cc1 is missing libraries on linux

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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,



[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux