From: Fredrik Eldh Newsgroups: comp.os.msdos.djgpp Subject: Help! Date: Sat, 22 Aug 1998 15:58:54 +0200 Organization: Telia Internet Services Lines: 27 Message-ID: <35DECE9E.1FB80436@hotmail.com> NNTP-Posting-Host: d2o14.telia.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 When I try to make Allegro, everything goes fine to this point: gcc -s -o setup/keyconf.exe obj/djgpp/keyconf.o lib/djgpp/liballeg.a lib/djgpp/liballeg.a(file.o)(.text+0x52):file.c: undefined reference to `_errno' lib/djgpp/liballeg.a(file.o)(.text+0x10d):file.c: undefined reference to `_errno ' lib/djgpp/liballeg.a(file.o)(.text+0x163):file.c: undefined reference to `_errno ' lib/djgpp/liballeg.a(file.o)(.text+0x1dc):file.c: undefined reference to `_errno ' lib/djgpp/liballeg.a(file.o)(.text+0x35a):file.c: undefined reference to `_errno ' lib/djgpp/liballeg.a(file.o)(.text+0x375):file.c: more undefined references to ` _errno' follow lib/djgpp/liballeg.a(guiproc.o)(.text+0x3c9a):guiproc.c: undefined reference to `errno' make.exe: *** [setup/keyconf.exe] Error 1 Can anyone help me with this?