devtools and cc not working??
For the record this is the process that was taken to install my copy of the december dev tools
clean harddrive, macos10.0.4 from disk, then upgrade 10.1 disk. auto update my way to 10.1.2, then installed dev tools. now when i try and configure anything i get the error from below. as an example this is from a gcc install. i have also linked cc to gcc with the following command.
ln -s /usr/bin/cc /usr/bin/gcc which shouldnt matter since cc isnt working..
checking build system type... powerpc-apple-darwin5.2
checking host system type... powerpc-apple-darwin5.2
checking target system type... powerpc-apple-darwin5.2
checking for gcc... gcc
checking for C compiler default output... configure: error: C compiler cannot create executables
the problem of course being in that cc wont compile anything... how do i fix this?