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