Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site ucbvax.BERKELEY.EDU Path: utzoo!decvax!decwrl!ucbvax!apollo From: JW-Peterson@UTAH-20.ARPA (John W Peterson) Newsgroups: mod.computers.apollo Subject: Re: /bin/cc, /com/cc, uupath, pathalias... Message-ID: <12178957811.13.JW-PETERSON@UTAH-20.ARPA> Date: Tue, 28-Jan-86 19:53:22 EST Article-I.D.: UTAH-20.12178957811.13.JW-PETERSON Posted: Tue Jan 28 19:53:22 1986 Date-Received: Wed, 29-Jan-86 06:30:08 EST References: <8601281758.AA01844@Yale-Bulldog.YALE.ARPA> Sender: daemon@ucbvax.BERKELEY.EDU Organization: The ARPA Internet Lines: 13 Approved: apollo@yale-comix.arpa > What are the major/minor differences between the AEGIS /com/cc compiler > and DOMAIN/IX /bin/cc compiler ? /bin/cc is really just a small program that translates the unix C compiler flags to aegis flags and then invokes /com/cc. > The biggest problem is after running 'make' on the pathalias code >(it compiled fine) and running it on the uumap directory, I get a "Bus error" Try running the same program under the /com/sh. You'll get a real error message. Then type "tb". You'll get a full stack trace back. If that doesn't help, compile it with -g and use debug... -------