gcc and his standard-directorys?
Joe Durusau
durusau@delphi.com
Fri Oct 1 00:00:00 GMT 1999
gcc -v <whateverelse> will tell you what you want to know. There are
switches
such as -nostdinc and -nostdlib to prevent the standard stuff from being
used.
The documentation with a huge list of swtiches is in the source
distribution,
amonsgt other places.
Speaking only for myself
Joe Durusau
Erik Wasser wrote:
> Hello.
>
> I've have a basic question about the gcc (my version is 2.95). Where
> can I determinate the directory where the gcc will look for the
> includes and the directorys for librarylinking. I know about the flags
> -I and -L but there are always some standarddirectorys. Where can I
> change the basic directorys?
>
> Background: I have different versions of gcc on my computer and I want
> to to separete them cleanly. Every version should use his own directory
> for "include"ing and "link"ing.
>
> Thx for your time.
>
> --
> So long... Fuzz
More information about the Gcc-help
mailing list