tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] How do I make tcc search for libraries in /usr/lib?


From: Thomas Preud'homme
Subject: Re: [Tinycc-devel] How do I make tcc search for libraries in /usr/lib?
Date: Fri, 06 Sep 2013 11:51:16 +0200
User-agent: KMail/4.10.5 (Linux/3.10-1-amd64; KDE/4.10.5; x86_64; ; )

Le vendredi 6 septembre 2013 11:01:50 August Karlstrom a écrit :
> Merci Thomas,
> 
> When I run
> 
> $ ldconfig -v 2>/dev/null | grep -v ^$'\t'
> 
> I can see that the linker by default searches directories in the order
> /usr/local/lib, /lib and /usr/lib so I set the libpaths in that order:
> 
> $ ./configure
> --libpaths=/usr/local/lib/arm-linux-gnueabihf:/lib/arm-linux-gnueabihf:/usr/
> lib/arm-linux-gnueabihf:/usr/local/lib:/lib:/usr/lib

Right, I'll change the patch (see below) accordingly.

> 
> Hopefully these directories will be in the library search path by default
> in the next tcc release.

Sure, I already queued a patch locally. I just want to test it first and 
compare to what gcc does.

> 
> Regards,
> August

Best regards,

Thomas

Attachment: signature.asc
Description: This is a digitally signed message part.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]