home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / os / linux / 6514 < prev    next >
Encoding:
Text File  |  1992-07-23  |  1004 b   |  31 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!mcsun!Germany.EU.net!Urmel.Informatik.RWTH-Aachen.DE!dfv.rwth-aachen.de!mj
  3. From: mj@dfv.rwth-aachen.de (Martin Junius)
  4. Subject: Re: tlQ: where is arch for linux?
  5. Message-ID: <1992Jul23.121018.13573@dfv.rwth-aachen.de>
  6. Organization: Communication Networks
  7. References: <1992Jul20.151423.2648@klaava.Helsinki.FI>
  8. Date: Thu, 23 Jul 1992 12:10:18 GMT
  9. Lines: 20
  10.  
  11. laakkone@klaava.Helsinki.FI (Tero Laakkonen) writes:
  12.  
  13. >hi, i'm trying to build a C++ class lib called La++. the source code
  14. >comes with a Makefile that uses /bin/arch to display the architecture 
  15. >of the machine.
  16. >can somebody tell me where to find the sources for arch?
  17.  
  18. I'm using a very small script for this purpose:
  19.  
  20. /usr/bin/arch:
  21.  
  22.     #!/bin/sh
  23.     echo "i386"
  24.  
  25. Martin
  26. -- 
  27.  _____ _____
  28. |     |___  |   Martin Junius           FIDO:      2:242/6.1
  29. | | | |   | |   Communication Networks  Internet:  mj@dfv.rwth-aachen.de
  30. |_|_|_|@work|   Aachen U of Technology  Phone:     ++49-241-8790220 (voice)
  31.