make \ CFLAGS="-g -O2 -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long " \ CONFIG_H="tconfig.h ./../include/ansidecl.h ./config/i386/xm-mingw32.h" TM_H="tm.h ./config/i386/i386.h ./config/i386/unix.h ./config/i386/bsd.h ./config/i386/gas.h ./config/dbxcoff.h ./config/i386/cygming.h ./config/i386/mingw32.h ./defaults.h insn-constants.h insn-flags.h" \ INCLUDES="-I. -I. -I. -I./. -I./../include -I../intl" \ MAKEOVERRIDES= \ -f libgcc.mk all make[2]: Entering directory `/mysoftware/gcc-3.4.3/gcc' for d in libgcc; do \ if [ -d $d ]; then true; else /bin/sh ./mkinstalldirs $d; fi; \ done if [ -f stmp-dirs ]; then true; else touch stmp-dirs; fi make[2]: Leaving directory `/mysoftware/gcc-3.4.3/gcc' gcc -g -O2 -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -pedantic -Wno-long-long -DHAVE_CONFIG_H -o Tcollect2.exe \ collect2.o tlink.o intl.o version.o ../libiberty/libiberty.a ../intl/libintl.a -liconv collect2.o: In function `handler': C:/msys/1.0/mysoftware/gcc-3.4.3/gcc/collect2.c:427: undefined reference to `kill' collect2.o: In function `scan_prog_file': C:/msys/1.0/mysoftware/gcc-3.4.3/gcc/collect2.c:2016: undefined reference to `pipe' C:/msys/1.0/mysoftware/gcc-3.4.3/gcc/collect2.c:2039: undefined reference to `fork' make[1]: *** [collect2.exe] Error 1 make[1]: Leaving directory `/mysoftware/gcc-3.4.3/gcc' make: *** [all-gcc] Error 2