From: "M.H.VanLeeuwen" Newsgroups: comp.os.msdos.djgpp Subject: /djgpp/src/makeall.bat Date: Fri, 19 Dec 1997 23:16:39 -0500 Organization: Lucent Technologies Lines: 68 Message-ID: <349B46A7.B4AC47CD@lucent.com> NNTP-Posting-Host: vanl.lra.lucent.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Precedence: bulk Hello I'm brand new to the concept of C & C++ so I thought I'd start with DJGPP and have a go at it. After downloaded all recommended files in readme and installing appropriately test programs seem to compile successfully, like hello.c. So i decided to give the makeall.bat a try under F:\djgpp\src it fails as follows from REDIR: Any ideas? TIA (hope these ?'s are not too stupid) Martin BTW: makeall.bat under TESTS has the same problem ALSO: any idea why assert.c is different in size? F:\DJGPP\SRC\LIBC\ANSI\ASSERT assert.c 375 bytes 4:17am Tue Nov 29 1994 F:\DJGPP\TESTS\LIBC\ANSI\ASSERT assert.c 333 bytes 4:15am Mon Mar 20 1995 (the abbreviated version ;-) make.exe: Nothing to be done for `all'. ==== libc --------------------------------------- Making in ansi/assert -o makefile.oh &/assert.o --------------------------------------- Making in ansi/ctype -o makefile.oh &/ct_flags.o &/ct_lower.o &/ct_upper.o &/isalnum.o &/isalpha.o &/ isascii.o &/iscntrl.o &/isdigit.o &/isgraph.o &/islower.o &/isprint.o &/ispunct. o &/isspace.o &/isupper.o &/isxdigit.o &/toascii.o &/tolower.o &/toupper.o --------------------------------------- Making in ansi/errno -o makefile.oh &/errno.o . . . make.exe: `../../lib/libm.a' is up to date. ==== debug --------------------------------------- Making in common -o makefile.oh &/dbgcom.o &/syms.o &/v2load.o &/wild.o &/symify.o --------------------------------------- Making in edebug -o makefile.oh --------------------------------------- Making in fsdb -o makefile.oh make.exe: `../../lib/libdbg.a' is up to date. --------------------------------------- Making in common gcc -s -o ../../../bin/symify.exe symify.o ../../../lib/libdbg.a f:/djgpp/lib\crt0.o(.text+0x4):crt0.s: undefined reference to `_crt0_startup_flags' f:/djgpp/lib\crt0.o(.text+0x41):crt0.s: undefined reference to `__djgpp_ds_alias' f:/djgpp/lib\crt0.o(.text+0x5d):crt0.s: undefined reference to `_crt0_startup_flags' f:/djgpp/lib\crt0.o(.text+0x8a):crt0.s: undefined reference to `_crt0_startup_flags' . . . symify.o(.text+0x5db):symify.c: undefined reference to `ScreenCols' symify.o(.text+0x5f3):symify.c: undefined reference to `fputc' symify.o(.text+0x608):symify.c: undefined reference to `fputc' symify.o(.text+0x61b):symify.c: undefined reference to `fclose' symify.o(.text+0x62b):symify.c: undefined reference to `ScreenUpdate' make.exe: *** [../../../bin/symify.exe] Error 1