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

  1. Path: sparky!uunet!spool.mu.edu!yale.edu!ira.uka.de!fauern!uni-erlangen.de!faui8a!clemens
  2. From: clemens@faui8a.informatik.uni-erlangen.de (Clemens Beckstein)
  3. Newsgroups: comp.os.os2.programmer
  4. Subject: Re: emx .8f broke make 3.62
  5. Date: Wed, 6 Jan 1993 09:54:23 GMT
  6. Organization: Regionales Rechenzentrum Erlangen
  7. Message-ID: <1iea8fEINNhqt@uni-erlangen.de>
  8. References: <1993Jan5.192219.9159@wam.umd.edu> <4853@copper.Denver.Colorado.EDU>
  9. NNTP-Posting-Host: faui8a.informatik.uni-erlangen.de
  10. Lines: 28
  11.  
  12. rvaniwaa@copper.denver.colorado.edu (Ronald J. Vaniwaarden) writes:
  13.  
  14. >In article <1993Jan5.192219.9159@wam.umd.edu> jdowdal@wam.umd.edu (John Dowdal) writes:
  15. >>
  16. >>I installed the new version of emx last night (.8f) and it appears that
  17. >>GNU make 3.62 has died.  I looked in make.exe and discovered it was compiled
  18. >>with emx .8b, so the new .DLL's are probably incompatible with the old
  19. >>compiler.  Murphy's law got me because I tested all of the commands except
  20. >>make (doing 1 line compiles entered from the command line) and of course
  21. >>make had to break.
  22.  
  23. >I had the same problems when I loaded emx 0.8f but the solution was just to
  24. >take a little while to build make again.  Unzip make and the sources.  Go into
  25. >the source subdirectory and issue a make command.  Once it has stopped doing
  26. >anything, you need to enter a control-c (to break make) and then issue a
  27. >make again.  It will take you about 15-30 minutes to do this and I believe
  28. >there is an error in the source to one of the c files.  It wants to use a
  29. >function int max(int a, int b) which is not defined anywhere.  Simply add it
  30. >it in (2 lines of code) in the appropriate file and you should be set.
  31.  
  32. >--Ronald Van Iwaarden
  33.  
  34. Could you possibly post the new executable?
  35. Would save many of us --- I guess --- a lot of hassles...
  36.  
  37. Cheers,
  38.  
  39. - Clemens
  40.