This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
preprocessor/4917: enh req: Make gcc -print-search-dirs show include dirs
- From: james_avera at yahoo dot com
- To: gcc-gnats at gcc dot gnu dot org
- Date: Tue, 20 Nov 2001 20:49:31 -0800
- Subject: preprocessor/4917: enh req: Make gcc -print-search-dirs show include dirs
- Reply-to: james_avera at yahoo dot com
[Get raw message]
>Number: 4917
>Category: preprocessor
>Synopsis: Make -print-search-dirs show include dirs
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: unassigned
>State: open
>Class: change-request
>Submitter-Id: net
>Arrival-Date: Tue Nov 20 20:56:00 PST 2001
>Closed-Date:
>Last-Modified:
>Originator: Jim Avera
>Release: 3.0.2
>Organization:
>Environment:
System: Linux dummy-hostname 2.4.7-SMP #8 SMP Wed Oct 31 12:42:09 PST 2001 i686 unknown
Architecture: i686
host: i686-pc-linux-gnu
build: i686-pc-linux-gnu
target: i686-pc-linux-gnu
configured with: ./configure --prefix=/usr/local/gcc --with-local-prefix=/usr/local/gcc
>Description:
This is an enhancement request to make the -print-search-dirs option
show the #include directory search list.
Currently, the output of gcc -print-search-dirs contains three lines:
install: ...
programs: ...
libraries: ...
This proposal is to add a new line
sysinclude: ...
which would contain a :-separated list of directories searched by #include <...>
This would be useful for curious humans as well as automated scripts
to generate a tags database.
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted: