From: GORDON ALLEN R Subject: compile problem To: djgpp AT sun DOT soe DOT clarkson DOT edu (djgpp mail list) Date: Tue, 20 Jul 1993 12:46:46 -0600 (MDT) Compilation of pagetest.c gives the following: ********************************* start here ************************** =>G:\GCC\BIN cd ..\samples\pagetest =>G:\GCC\SAMPLES\PAGETEST gcc -v pagetest.c Reading specs from g:/gcc/lib/specs gcc version 2.4.1 g:/gcc/bin/cpp.exe -lang-c -v -undef -D__GNUC__=2 -Dunix -Di386 -D__unix__ -D__ i386__ -D__unix -D__i386 -D__GO32__ -D__MSDOS__ -DGO32 -DMSDOS -noprecomp pagete st.c h:/temp/cc002022 GNU CPP version 2.4.1 (80386, BSD syntax) g:/gcc/bin/cc1.exe h:/temp/cc002022 -quiet -dumpbase pagetest.c -version -o h:/ temp/cca02022 GNU C version 2.4.1 (80386, BSD syntax) compiled by GNU C version 2.4.1. g:/gcc/bin/as.exe -o h:/temp/ccb02022 h:/temp/cca02022 g:/gcc/bin/ld.exe g:/gcc/lib/crt0.o -Lg:/gcc/lib h:/temp/ccb02022 -lgcc -lc -lg cc write.o(.text+32): undefined reference to `__transfer_buffer' write.o(.text+19): undefined reference to `__transfer_buffer' =>G:\GCC\SAMPLES\PAGETEST *********************************** end ******************************** What am I doing wrong? Thanks Allen