Richard Lemieux <rlemieu@xxxxxxxxxxxxx> 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