| delorie.com/archives/browse.cgi | search | 
| From: | Waldemar Schultz <schultz AT ma DOT tum DOT de> | 
| Newsgroups: | comp.os.msdos.djgpp | 
| Subject: | Re: Porting DOS to linux | 
| Date: | Thu, 07 Sep 2000 16:44:33 +0200 | 
| Organization: | [posted via] Leibniz-Rechenzentrum, Muenchen (Germany) | 
| Lines: | 27 | 
| Message-ID: | <39B7A9D1.D4AEAB33@ma.tum.de> | 
| References: | <8p7pag$djh$1 AT otis DOT netspace DOT net DOT au> <jp4frssu8l8g5jcaakuuepeoivi3rmtf52 AT 4ax DOT com> | 
| NNTP-Posting-Host: | pcritter10.mathematik.tu-muenchen.de | 
| Mime-Version: | 1.0 | 
| X-Trace: | wsc10.lrz-muenchen.de 968337883 28218 131.159.69.74 (7 Sep 2000 14:44:43 GMT) | 
| X-Complaints-To: | news AT lrz-muenchen DOT de | 
| NNTP-Posting-Date: | 7 Sep 2000 14:44:43 GMT | 
| X-Mailer: | Mozilla 4.73 [de]C-CCK-MCD DT (Win98; U) | 
| X-Accept-Language: | de,en,en-US | 
| To: | djgpp AT delorie DOT com | 
| DJ-Gateway: | from newsgroup comp.os.msdos.djgpp | 
| Reply-To: | djgpp AT delorie DOT com | 
Damian Yerrick schrieb:
> 1. Get Allegro 3.9.33 tarball from
>      http://alleg.sourceforge.net/allegro/wip.html
> 2. Read the Readme and build it.
This version (all3933.zip) seems to have a bug or typo.
when the make process reaches the point to process the file
'src/dos/gripfnc.s' it stops with about 20 error messages like this:
c:/temp\ccy5YWlc.s:262: Error: operands given don't match any known 386
instruction
When I change line #22 in 'src/dos/gripfnc.s' reading
#define GRIP_CALL             lcall *GLOBL(GRIP_Thunk) + 8
to
#define GRIP_CALL             lcall  GLOBL(GRIP_Thunk) + 8
                                    ^
(without the asterisk) as it reads in earlier versions, make runs fine.
to whom it concerns.
-- 
 Gruss Waldemar Schultz.
 Technische Universität München, Zentrum Mathematik M1, D 80290 München
 Tel: +49 (0)89 2892 8226        FAX: +49 (0)89 2892 8228
| webmaster | delorie software privacy | 
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |