Xref: news-dnh.mv.net comp.os.msdos.djgpp:961 Path: news-dnh.mv.net!mv!news.sprintlink.net!europa.chnt.gtegsc.com!cantaloupe.srv.cs.cmu.edu!das-news2.harvard.edu!oitnews.harvard.edu!news.sesqui.net!rice!news!sandmann From: Charles Sandmann Newsgroups: comp.os.msdos.djgpp Subject: Re: dxe_load not found Date: Tue, 18 Jul 1995 10:31:47 CDT Organization: Rice University, Houston, Texas Lines: 9 References: <3ugafb$4aj AT st-james DOT comp DOT vuw DOT ac DOT nz> Reply-To: sandmann AT clio DOT rice DOT edu Nntp-Posting-Host: clio.rice.edu To: djgpp AT sun DOT soe DOT clarkson DOT edu Dj-Gateway: from newsgroup comp.os.msdos.djgpp > This is not a serious error, but when I compiled the test program > for DXE's I got the linker message saying that dxe_load wasn't found. I > know that this should be in libc.a. Is this an oversight or do I need to > explicitly compile the source (I have it from djlsr...) and add it myself. This is a bug in the test program, it should be _dxe_load (check the include header). It's fixed in the next beta. I changed the name at the last minute to keep a clean namespace (it is sucked in by all images) and forgot to change the test program. Sorry.