Karim Forsthofer wrote:
At the 15. of july, I wrote several Emails to the gpc mailing list, because I got same "make" error outputs, when I tried to compile gpc and gcc on my FreeBSD 5.1 OS. Frank Heckenback told me, to change a simple command in the ../gcc.3.2.1/gcc/intl/plural.y file. I changed it. But now , I get an other error msg from make (after running a long time). The last output is :
gcc: No input files specified ***Error code 1
Stop in /usr/home/karim/gpc-build/gcc.
etc.
The msg is very short and I don`t know how to handle that or to fix it.
Run make again (without `-s' if you used that). This should give some more output. If the built files are still there, it shouldn't take long.
BTW, is `make' GNU make? Otherwise, try that instead (perhaps `gmake'). You might have to start from scratch then.
Frank