This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: wrong GCC-configuration? (./specs: Is a directory)
- From: Ian Lance Taylor <iant at google dot com>
- To: Karl Krach <mailinglists at blueSpirit dot la>
- Cc: GCC-Help Mailinglist <gcc-help at gcc dot gnu dot org>, Steve Kreyer <kreyer dot steve at googlemail dot com>
- Date: 23 Mar 2007 10:00:43 -0700
- Subject: Re: wrong GCC-configuration? (./specs: Is a directory)
- References: <4603FD3F.5000600@blueSpirit.la>
Karl Krach <mailinglists@blueSpirit.la> writes:
> What I figured out: My problem is that my GCC reads the specs from the
> current directory (if available).
This is not normal behaviour. There is something odd about your GCC.
Or you've done something like set the environment variable
GCC_EXEC_PREFIX to ".".
Ian