From: jih-shin ho Subject: Re: To: gordon AT spot DOT colorado DOT edu Date: Wed, 21 Jul 93 18:39:46 EAT Cc: djgpp AT sun DOT soe DOT clarkson DOT edu (djgpp) > > 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 > > Your crt0.o is from 1.09. Please use the crt0.o from 1.10. -- Jih-Shin Ho