home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / shell / 3480 < prev    next >
Encoding:
Internet Message Format  |  1992-08-13  |  1004 b 

  1. Path: sparky!uunet!dtix!darwin.sura.net!mips!sdd.hp.com!hplabs!ucbvax!MOZART.AERO.UFL.EDU!mauricio
  2. From: mauricio@MOZART.AERO.UFL.EDU
  3. Newsgroups: comp.unix.shell
  4. Subject: Compilation problem with acm 2.0
  5. Message-ID: <9208121826.AA19156@mozart.aero.ufl.edu>
  6. Date: 12 Aug 92 18:26:07 GMT
  7. Sender: daemon@ucbvax.BERKELEY.EDU
  8. Lines: 22
  9.  
  10.  
  11.     During the compilation of acm, I receive the following error message:
  12.  
  13. cc -systype bsd43 -I../V/lib -O -Wf,-XNh2000 -Olimit 2000 -I../V/lib -I/usr/incl
  14. ude     -DSIGVOID -DXAW_BC -c acm.c
  15. rm -f acm
  16. cc -o acm acm.o -systype bsd43 -I../V/lib -O -Wf,-XNh2000 -Olimit 2000 -L/local/
  17. lib ../V/lib/libV.a -lm -lX11
  18. ld:
  19. Can't open: /bsd43/usr/lib/cmplrs/cc/crt0.o (No such file or directory)
  20. *** Error code 1
  21.  
  22. Stop.
  23. *** Error code 1
  24.  
  25. Stop.
  26. mauricio@beethoven: tcsh 302>
  27.  
  28.     I checked our system and found that the file crt0.o is not
  29. located at    /bsd43/usr/lib/cmplrs/cc/crt0.o but at
  30. /usr/lib/cmplrs/cc/crt0.o; how can I tell about the real location of
  31. crt0.o to the (I)makefile?
  32.