c++ - MAC OSX LION: gcc on mac not compiling wget -


i trying install lynx / wget on mac. , installation requires gcc compile. have gcc in /usr/local/bin dir. see there.

           spankincubus:downloads spankincubus$ gcc -v            using built-in specs.            collect_gcc=gcc            collect_lto_wrapper=/usr/local/libexec/gcc/x86_64-apple-darwin11.0.0/4.6.1/lto-       wrapper            target: x86_64-apple-darwin11.0.0            configured with: ../gcc-4.6.1/configure --enable-languages=fortran,c++            thread model: posix            gcc version 4.6.1 (gcc)  

but when run configure utility wget, error. idea?? i'm not gcc expert record.

checking whether make sets $(make)... no checking build system type... i386-apple-darwin11.4.2 checking host system type... i386-apple-darwin11.4.2 checking gcc... gcc checking whether c compiler works... no **configure: error: in `/usr/local/bin/wget-1.14': configure: error: c compiler cannot create executables see `config.log' more details** 

this how gcc looks

  -rwxr-xr-x   1 root          wheel    91368 jul 23  2011 gcov   -rwxr-xr-x   1 root          wheel   462124 jul 23  2011 cpp   -rwxr-xr-x   1 root          wheel   462060 jul 23  2011 gcc 

honestly, though appears gcc exists; point valid install? still sounds not installed , upgrade mountain lion, open source tools have been scrubbed away , pushed xcode , must manually installed if necessary.


Comments

Popular posts from this blog

css - Which browser returns the correct result for getBoundingClientRect of an SVG element? -

gcc - Calling fftR4() in c from assembly -

Function that returns a formatted array in VBA -