home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / atari / st / tech / 6439 < prev    next >
Encoding:
Internet Message Format  |  1993-01-01  |  1.3 KB

  1. Path: sparky!uunet!usc!news.bbn.com!micro-heart-of-gold.mit.edu!bu.edu!acs.bu.edu!anneklin
  2. From: anneklin@acs.bu.edu (Patricia Anne)
  3. Newsgroups: comp.sys.atari.st.tech
  4. Subject: Looking for a working version of GNU make...
  5. Message-ID: <105905@bu.edu>
  6. Date: 2 Jan 93 03:40:07 GMT
  7. Sender: news@bu.edu
  8. Distribution: usa
  9. Organization: Boston University, Boston, MA, USA
  10. Lines: 27
  11.  
  12.  
  13. Hey, everyone.  I'm looking for a working version of GNU Make.  I had
  14. a working version of 3.62 at one time, but I think I compiled it
  15. myself, and for whatever reason, I can't seem to recreate the
  16. conditions which allowed me to build it.
  17.  
  18. The problems I have been seeing all relate to the new makefile for
  19. GNULIB (using Howard Chu's "unified" makefile scheme), and the ones I
  20. made for the GEM and C++ librarues from that template.
  21.  
  22. If I execute Make, with MiNT 0.95 and Gulam, with SHELL=c:\bin\ash.ttp
  23. in the makefile, and give it the parameter lblong, I get three things:
  24.  
  25.      1)    make executes 'make clean'
  26.      2) make executes 'rm -f' several times for several sets of files.
  27.      3) make executes 'make install TARGET="long-int baserel"'
  28.  
  29. Then I get a bus error.
  30.  
  31. If I try to use tcsh as my shell, I still get the same behavior.  I've
  32. taken everything but MiNT out of \AUTO, as I need that for ash to be
  33. able to fork.
  34.  
  35. Any suggestions?
  36.  
  37. Later,
  38.  
  39.