'specs' directory interferes with the operation of gcc in configure scripts.

Ian Lance Taylor iant@google.com
Tue May 25 08:58:00 GMT 2010


Richard Lemieux <rlemieu@cooptel.qc.ca> writes:

> pc3:~$ mkdir specs
> pc3:~$ gcc -v
> Reading specs from ./specs
> gcc: ./specs: Is a directory

That is odd.  gcc should not normally look in the current directory
for specs.  Do you have LIBRARY_PATH or LPATH or GCC_EXEC_PREFIX set
in the environment when you run gcc?

Ian



More information about the Gcc-help mailing list