home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / os2 / programm / 6974 < prev    next >
Encoding:
Text File  |  1992-12-13  |  2.0 KB  |  55 lines

  1. Newsgroups: comp.os.os2.programmer
  2. Path: sparky!uunet!spool.mu.edu!sdd.hp.com!ux1.cso.uiuc.edu!usenet.ucs.indiana.edu!ogre!burleigh
  3. From: burleigh@ogre.cica.indiana.edu (Frank Burleigh)
  4. Subject: Trouble making ZIP (gnumk362, dmake)
  5. Message-ID: <burleigh.724232445@ogre>
  6. Summary: just what it says
  7. Keywords: gnu make dmake zip
  8. Sender: news@usenet.ucs.indiana.edu (USENET News System)
  9. Nntp-Posting-Host: ogre.cica.indiana.edu
  10. Organization: Indiana University
  11. Date: Sun, 13 Dec 1992 07:40:45 GMT
  12. Lines: 41
  13.  
  14. I'm having trouble building the recent ZIPs with gnu make
  15. (ftp-os2:/pub/os2/2.0/programming/gnumk362.zip) and dmake 3.8.  Perhaps
  16. someone could help me?
  17.  
  18. I'm no makefile maven, but it appears makefile.os2 uses make to call
  19. itself with command line parameters built in the first pass through
  20. makefile.os2.  These command line arguments are in quotes, so for ex.,
  21. "gcc ..." rather than gcc ....  OS/2 responds with messages saying that
  22. it wasn't given a batch file or executable name.  makefile.os2 makes
  23. reference to gnu make, but perhaps there are several versions floating
  24. around out there.  Maybe someone could point me to one that works?
  25.  
  26. I tried dmake (ftp-os2:/pub/os2/all/programming/dmake38x.zoo) as well,
  27. but that seems to want a dmake.ini, a sample of which is not included
  28. in dmake38x.zoo.  I used -r to suppress the search for dmake.ini, but
  29. that didn't work either, as in:
  30.  
  31. D:\temp dmake -r -f makefile.os2 gcc
  32. f makefile.os2 zips \
  33.         CC="gcc -O" \
  34.         CFLAGS="-DOS2" \
  35.         AS="gcc" \
  36.         ASFLAGS="" \
  37.         LDFLAGS="-o ./" \
  38.         LDFLAGS2="-s -los2" \
  39.         OUT="-o" \
  40.         OBJ=".o" \
  41.         OBJA="matchgcc.o" \
  42.         DEF="zip.def"
  43. dmake:  Error -- f: No such file or directory
  44.  
  45. If someone could send me their dmake.ini, that might be helpful.
  46.  
  47. If someone could clue me to a solution, I'd be much obliged.  Thanks.
  48.  
  49.  
  50.  
  51. --
  52. Frank Burleigh
  53. Department of Sociology, Indiana University, Bloomington, IN  47405
  54. CIS 72730,1017; Internet burleigh@ogre.cica.indiana.edu; Bitnet burleigh@iubacs
  55.