From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,b00b0d1b31787866 X-Google-Attributes: gid103376,public From: Mike@word_nospam Subject: Re: 3D engine, v.3 Date: 1999/03/22 Message-ID: <7d72el$f9h@drn.newsguy.com>#1/1 X-Deja-AN: 457841727 References: <36F66C5C.8370C364@Maths.UniNe.CH> Organization: Newsguy News Service [http://www.newsguy.com] Newsgroups: comp.lang.ada Date: 1999-03-22T00:00:00+00:00 List-Id: In article <36F66C5C.8370C364@Maths.UniNe.CH>, Gautier says... > >Version #003 of the 3D engine with Gouraud-shaded textures >lays @ ftp://ftp.unine.ch/incoming/gautier/ Enjoy! G. hi, thanks for this. But since this is DOS only application, is there a way to build it on Linux, or must one use the DOS/GNAT compiler? Why is that? does the GNAT/DOS compiler has special packages/libraries not in the Linux version that this application makes calls to? I get these link erros on Linux: /3d_engine/ENGINE3D/DEMO3D00 $gnatmake demo_3d_00.adb -I../LIB_SRC/MISC -I../LIB_SRC/SVGA02X3 -I../LIB_SRC ... gnatlink demo_3d_00.ali ./djgpp_library.o: In function `djgpp_library___elabs': ./djgpp_library.o(.text+0x9): undefined reference to `_go32_info_block' ./pc_keyboard.o: In function `pc_keyboard__is_key_waiting': ./pc_keyboard.o(.text+0x17): undefined reference to `__dpmi_int' ./pc_keyboard.o: In function `pc_keyboard__get_scancode': etc.. This is using gnat3.11p. Mike ps. why are people still using DOS? :)