Code: Select all
gcc-4.0.2/MD5SUMS
patching file config.sub
patching file gcc/c-incpath.c
patching file gcc/config.gcc
patching file gcc/config/mips/allegrex.md
patching file gcc/config/mips/mips-protos.h
patching file gcc/config/mips/mips.c
patching file gcc/config/mips/mips.h
patching file gcc/config/mips/mips.md
patching file gcc/config/mips/psp.h
patching file gcc/config/mips/t-allegrex
patching file gcc/hwint.h
patching file gcc/version.c
creating cache ./config.cache
checking host system type... i686-pc-cygwin
checking target system type... mipsallegrexel-ps
checking build system type... i686-pc-cygwin
checking for a BSD compatible install... /usr/bi
checking whether ln works... yes
checking whether ln -s works... yes
checking for gcc... gcc
checking whether the C compiler (gcc ) works... no *
configure: error: installation or configuration
e executables.
ERROR CONFIGURING GCC
I opened the C:\cygwin\tmp\pspdev\gcc-4.0.2\build-psp\config.log and found:
Code: Select all
checking for gcc
configure:1921: checking whether the C compiler (gcc ) works
configure:1937: gcc -o conftest conftest.c 1>&5
/usr/lib/gcc/i686-pc-cygwin/3.4.4/../../../../i686-pc-cygwin/bin/ld: cannot find -luser32
collect2: ld returned 1 exit status
configure: failed program was:
#line 1932 "configure"
#include "confdefs.h"
main(){return(0);}
Edit- I found cygwin/usr/lib to be empty? The default install with cygwin was really weird on my computer, I had to install the libs seperately.
I installed the lib and it still doesn't work. I'm stuck. All the source code and installation stuff is in the cygwin/tmp directory, but I can't compile anything.