home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / os2 / programm / 7426 < prev    next >
Encoding:
Text File  |  1993-01-08  |  1.9 KB  |  40 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!gatech!emory!cs.utk.edu!ornl!rm3
  3. From: rm3@ornl.gov (MCBROOM R C)
  4. Subject: Re: emx .8f broke make 3.62
  5. Message-ID: <1993Jan8.170211.12979@ornl.gov>
  6. Organization: Oak Ridge National Laboratory
  7. References: <1993Jan5.192219.9159@wam.umd.edu>
  8. Date: Fri, 8 Jan 1993 17:02:11 GMT
  9. Lines: 29
  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. >Put simply, I need a make that is compatible with the new emx.  I cannot
  21. >build make from the sources myself because I need make to make make (arghhh!)
  22. >
  23. The subject of "make"s seems to be a real bear.  Installed 0.8f last night
  24. (7Jan) and gnumake seemed to run although with some wierd activities.  It
  25. would stop occasionally but entering CR from the keyboard a couple of times
  26. would cause it to go to completion.  However, the two test cases I tried would
  27. not link successfully.  There was a long list of __xxx__ the linker was looking
  28. in libc.a to find that didn't seem to be there.  Missing macros?  The compiles
  29. and archives done by the make file in lib\math seemed to work.  There are a 
  30. number of gnumk362 files on ftp-os2.nmsu.edu.  I checked them all and they all
  31. have the same executable.
  32.  
  33. You can use nmake2 which is also on ftp-os2.nmsu.edu but IBM apparently has
  34. their own ideas about the command language and translating the UNIX style
  35. makefiles to work with nmake2 is arduous.  Works well for simple compiles and
  36. links and understands HPFS.
  37.  
  38. Are we having fun yet?
  39.  
  40.