home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / os2 / programm / 7337 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  1.5 KB

  1. Path: sparky!uunet!cis.ohio-state.edu!zaphod.mps.ohio-state.edu!saimiri.primate.wisc.edu!copper!rvaniwaa
  2. From: rvaniwaa@copper.denver.colorado.edu (Ronald J. Vaniwaarden)
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Re: emx .8f broke make 3.62
  5. Message-ID: <4853@copper.Denver.Colorado.EDU>
  6. Date: 5 Jan 93 22:40:25 GMT
  7. References: <1993Jan5.192219.9159@wam.umd.edu>
  8. Organization: University of Colorado at Denver
  9. Lines: 20
  10.  
  11. In article <1993Jan5.192219.9159@wam.umd.edu> jdowdal@wam.umd.edu (John Dowdal) writes:
  12. >
  13. >I installed the new version of emx last night (.8f) and it appears that
  14. >GNU make 3.62 has died.  I looked in make.exe and discovered it was compiled
  15. >with emx .8b, so the new .DLL's are probably incompatible with the old
  16. >compiler.  Murphy's law got me because I tested all of the commands except
  17. >make (doing 1 line compiles entered from the command line) and of course
  18. >make had to break.
  19.  
  20. I had the same problems when I loaded emx 0.8f but the solution was just to
  21. take a little while to build make again.  Unzip make and the sources.  Go into
  22. the source subdirectory and issue a make command.  Once it has stopped doing
  23. anything, you need to enter a control-c (to break make) and then issue a
  24. make again.  It will take you about 15-30 minutes to do this and I believe
  25. there is an error in the source to one of the c files.  It wants to use a
  26. function int max(int a, int b) which is not defined anywhere.  Simply add it
  27. it in (2 lines of code) in the appropriate file and you should be set.
  28.  
  29. --Ronald Van Iwaarden
  30.  
  31.