Date: Tue, 18 Mar 1997 14:33:13 +0300 (IDT) From: Eli Zaretskii To: mab96 cc: djgpp AT delorie DOT com Subject: Re: Problem compiling Glide example In-Reply-To: <01bc3402$31740fc0$2020a98e@mab96> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII On 18 Mar 1997, mab96 wrote: > Compiling: c:/djgpp/src/benchtri.c > glide.h(36) In file included from C:/DJGPP/INCLUDE/glide.h:36, > benchtri.c(27) from ../src/benchtri.c:27: > 3dfx.h(64) Warning: #warning define FX_ENTRY & FX_CALL for your compiler This probably means that either that package doesn't support DJGPP, or you didn't configure it correctly, so the symbols FX_ENTRY and FX_CALL aren't defined when you compile. > installation problem, cannot exec `as': No such file or directory (ENOENT) You didn't install the GNU Binutils (v2gnu/bnu27b.zip). Please read the file v2/readme.1st on the same site wher you got DJGPP and install all the packages that it says are required.