This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: cc1 is missing libraries on linux
On Fri, Mar 9, 2012 at 5:26 PM, Ian Lance Taylor <iant@google.com> 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,