home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!dtix!darwin.sura.net!mips!sdd.hp.com!hplabs!ucbvax!MOZART.AERO.UFL.EDU!mauricio
- From: mauricio@MOZART.AERO.UFL.EDU
- Newsgroups: comp.unix.shell
- Subject: Compilation problem with acm 2.0
- Message-ID: <9208121826.AA19156@mozart.aero.ufl.edu>
- Date: 12 Aug 92 18:26:07 GMT
- Sender: daemon@ucbvax.BERKELEY.EDU
- Lines: 22
-
-
- During the compilation of acm, I receive the following error message:
-
- cc -systype bsd43 -I../V/lib -O -Wf,-XNh2000 -Olimit 2000 -I../V/lib -I/usr/incl
- ude -DSIGVOID -DXAW_BC -c acm.c
- rm -f acm
- cc -o acm acm.o -systype bsd43 -I../V/lib -O -Wf,-XNh2000 -Olimit 2000 -L/local/
- lib ../V/lib/libV.a -lm -lX11
- ld:
- Can't open: /bsd43/usr/lib/cmplrs/cc/crt0.o (No such file or directory)
- *** Error code 1
-
- Stop.
- *** Error code 1
-
- Stop.
- mauricio@beethoven: tcsh 302>
-
- I checked our system and found that the file crt0.o is not
- located at /bsd43/usr/lib/cmplrs/cc/crt0.o but at
- /usr/lib/cmplrs/cc/crt0.o; how can I tell about the real location of
- crt0.o to the (I)makefile?
-