Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!swrinde!zaphod.mps.ohio-state.edu!rphroy!hobbes.cs.gmr.com!tkacik From: tkacik@hobbes.cs.gmr.com (Tom Tkacik CS/50) Newsgroups: comp.windows.interviews Subject: Re: Compiliation of 3.0Beta Message-ID: <51363@rphroy.UUCP> Date: 22 Apr 91 19:47:29 GMT References: <9104191623.AA29047@mrj.com> Sender: news@rphroy.UUCP Reply-To: tkacik@hobbes.cs.gmr.com (Tom Tkacik CS/50) Lines: 45 Nntp-Posting-Host: hobbes.cs.gmr.com In article , nishio@kuis.kyoto-u.ac.jp (Nishio `Cchwitz' Shuichi) writes: |> In article <9104191623.AA29047@mrj.com> pwb@mrj.com (Peter W. Brewer) writes: |> |> internal <> error: bus error |> (or something nasty like that) |> 1 error |> *** Error code 1 |> make: Fatal error: Command failed for target `ibadjuster.o' |> |> Try adding "+i" to CCDriver definition and remake. |> It worked with me. I am glad that worked for you. It did not do anything for me. Anybody else have any luck. I managed to get idraw compiled by compiling ided.c in the SUN4 directory by hand, leaving off the +f../ided.c option to cfront. Try the following, (though not for the weak of heart:-) : $ cd $(TOP)/iv/src/bin/idraw/SUN4 #or where ever $ CC -E -I(all of them-copy from the make command) ../ided.c > ided.i $ cfront +L < ided.i > ided.c #this will not overwrite the original $ cc -c -O ided.c $ cd .. $ make It appeared to only leave off the file name for debugging purposes, (I can live with that). Then rerunning make from the idraw directory. However when I tried ibuild, I got about a million error messages of the form ibcmds.o: __ptbl__XXXXXXXXXXXXXXX: multiply defined. Obviously, that +ffile_name did something. Does anybody know what that option to cfront does? Saber did not supply us with that man page. (Though, I am not sure if anybody else supplies it either.):-( -- Tom Tkacik GM Research Labs tkacik@hobbes.cs.gmr.com