I'm trying to make an old version of freetype (2.4.12), but when I try to run configure I get the output:
Code:
checking whether the C compiler works... no
configure: error: in `/home/robert/Downloads/freetype-2.4.12/builds/unix':
configure: error: C compiler cannot create executables
See `config.log' for more details
I then open config.log and see this error
Code:
configure:2895: checking whether the C compiler works
configure:2917: gcc -m32 -m32 conftest.c >&5
/bin/ld: cannot find crt1.o: No such file or directory
/bin/ld: cannot find crti.o: No such file or directory
/bin/ld: cannot find -lc
/bin/ld: cannot find crtn.o: No such file or directory
The command I'm running is
Code:
./configure --build=i686-pc-linux-gnu "CFLAGS=-m32" "CXXFLAGS=-m32" "LDFLAGS=-m32"
Overall, I'm trying to install Quartus II to work with my FPGA. I've installed Quartus II with no problems and now I'm attempting to get ModelSim using
this guide (problem 2), and I'm stuck on the configure line.