home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / unix / aix / 9675 < prev    next >
Encoding:
Text File  |  1992-09-15  |  1.3 KB  |  40 lines

  1. Path: sparky!uunet!sun-barr!olivea!spool.mu.edu!yale.edu!ira.uka.de!fauern!fauna!faui63.informatik.uni-erlangen.de!horst
  2. From: horst@faui63.informatik.uni-erlangen.de (Horst Luehrsen)
  3. Newsgroups: comp.unix.aix
  4. Subject: Re: query - mtools for AIX
  5. Message-ID: <BuMnEB.Dr0@immd4.informatik.uni-erlangen.de>
  6. Date: 15 Sep 92 16:06:10 GMT
  7. References: <BuB7A1.L6B@news.udel.edu> <16863A3AE.INCB@ibm.rz.tu-clausthal.de>
  8. Sender: news@immd4.informatik.uni-erlangen.de
  9. Organization: CSD., University of Erlangen, Germany
  10. Lines: 28
  11.  
  12. INCB@ibm.rz.tu-clausthal.de (Claas Burghard) writes:
  13.  
  14. >Hello,
  15. >you can get mtools from a lot of ftp-sites
  16. >(e.g. sun.rz.tu-clausthal.de, 139.174.1.3),
  17. >but you have to modify two lines in one
  18. >module of the sources:
  19. >Have a look at DEVICE.C, there the disk-drive-
  20. >characteristics are defined, but there is no
  21. >definition for AIX, never mind!
  22. >Take the definition for SUN-SPARC-stations,
  23. >remove #IFDEF SPARC and #ENDIF and that's it.
  24.  
  25. On my RS/6000 (AIX 3.1.5) I did the following:
  26.  
  27. Makefile:
  28. CFLAGS  = -O -DSPARC
  29.  
  30. devices.c:
  31. In the #ifdef SPARC section, replace "/dev/rfd0c" with "/dev/rfd0".
  32.  
  33. This works fine!
  34.  
  35.     Horst Luehrsen
  36.  
  37.  Horst Luehrsen <luehrsen@informatik.uni-erlangen.de> |
  38.  Martensstrasse 3, W-8520 Erlangen                    | Kein Spruch
  39.  Tel: +49-9131-857884  Fax:+49-9131-32090             |
  40.