This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: other/8269: Failure to: Add <directory> to the compiler's search paths
- From: bje at gcc dot gnu dot org
- To: bje at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, juergen dot katins at web dot de, nobody at gcc dot gnu dot org
- Date: 18 Feb 2003 05:26:15 -0000
- Subject: Re: other/8269: Failure to: Add <directory> to the compiler's search paths
- Reply-to: bje at gcc dot gnu dot org, bje at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, juergen dot katins at web dot de, nobody at gcc dot gnu dot org, gcc-gnats at gcc dot gnu dot org
Synopsis: Failure to: Add <directory> to the compiler's search paths
Responsible-Changed-From-To: unassigned->bje
Responsible-Changed-By: bje
Responsible-Changed-When: Tue Feb 18 05:26:15 2003
Responsible-Changed-Why:
Got it.
State-Changed-From-To: open->closed
State-Changed-By: bje
State-Changed-When: Tue Feb 18 05:26:15 2003
State-Changed-Why:
User misunderstanding:
-B is not a persistent option that modifies your GCC installation. If you try:
$ gcc -B /home/katze/palm/sdk-5/include/ -print-search-dirs
.. you will notice that the search paths are modified as you expect.
http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8269