From: Benjamin Chen Newsgroups: comp.os.msdos.djgpp Subject: Re: XLib Date: Mon, 13 Mar 2000 20:44:08 +0800 Organization: DCI HiNet Lines: 26 Message-ID: References: <8a8q20$7d5$1 AT news5 DOT svr DOT pol DOT co DOT uk> NNTP-Posting-Host: 211.72.117.11 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Newsreader: Forte Agent 1.7/32.534 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Thu, 9 Mar 2000 18:20:47 -0000, "Ian" wrote: >I have downloaded a graphics add on to DJGPP called XLib, I can't get it to >load with the makeall file, is this the right place to ask for advice? Ian. > Hi Ian, I don't know what kind of xlib you got, but this one ftp://x2ftp.oulu.fi/pub/msdos/programming/djgpp2/xlib251.zip should make things easier. Next step could be tricky, just remove the "-C" following CFLAGS in the file named xlib.mk then clean all object files and run makeall again, soon you will get a brand new libxlib.a. IMHO, gcc don't like inline assembly any more, especially when be given "-O". Good luck. Benjamin Chen Taiwan bigben AT ms1 DOT hinet DOT net