From: boyer AT cs DOT sc DOT edu (Daniel Boyer) Newsgroups: comp.os.msdos.djgpp Subject: Re: Help!!! can't make GRX20! Date: Wed, 01 Jan 1997 00:20:26 GMT Organization: University of South Carolina - Columbia - Computer Science Lines: 27 Message-ID: <32c9acda.448572@redwood.cs.sc.edu> References: <32c93e30 DOT 657891 AT redwood DOT cs DOT sc DOT edu> <32C9C111 DOT 77E4 AT cs DOT com> NNTP-Posting-Host: poplar.cs.sc.edu To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp On Tue, 31 Dec 1996 17:42:41 -0800, "John M. Aldrich" wrote: >Daniel Boyer wrote: >> >> Ok, I upgraded to make 3.75b and I am still getting the same messages >> for GRX20 and Allegro. (BTW I did successfully "make" a sample >> program on keyboard interupts that I found someplace.) Here are the >> contents of the two log files produced by DJVerify on my system (they >> contain my system setup) I hope someone can help me. Thanks, Daniel >> Boyer > >The log files indicate that you are set up properly. The only thing >left to consider is that you are using an old distribution of the >binutils. Make sure you have 'v2gnu/bnu27b.zip', NOT >'v2gnu/bnu252b.zip'. Programs from v2.00 are not 100% upwards >compatible with v2.01, particularly where long filenames are concerned. >I imagine this is going into the next release of the FAQ. ;) > Ok, It turns out I was missing a file (I think it was something like copy.exe) that was in the binutils zip (I need to upgrade anyways) so now the allegro make gets further than before but now a bunch of 'Undefined reference" messages come up...the last set of which has to do with the joystick polling and finaly ends with: make.exe[demo.exe] *** error 1 I am about ready to just give up on this. Daniel Boyer