This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: lib path
- To: gcc at gcc dot gnu dot org, vuqpham at hcmc dot netnam dot vn
- Subject: Re: lib path
- From: Mike Stump <mrs at windriver dot com>
- Date: Thu, 6 Jan 2000 11:45:04 -0800 (PST)
> Reply-To: "Vu Pham" <vuqpham@hcmc.netnam.vn>
> From: vuqpham@hcmc.netnam.vn (vuqpham)
> Date: Thu, 6 Jan 2000 17:42:39 +0700
> As I understand, when running gcc -print-search-dirs, gcc will list
> the paths for searching libraries and include files.
> How can I change this list of directories ?
You generally don't want to. See the manual, look up the -I and -L
flags.