On Fri, 28 Sep 2001, Andreas Schmidt wrote: > > n Thu, 27 Sep 2001, Andreas Schmidt wrote: > > > > > > > > > > gcc -O2 -DUNIX -c alias.c > > > > > gcc: Internal compiler error: program cc1 got fatal signal 11 > > > > > > > > > > > > > It doesn't look like the Makefile. It looks as if there's something very > > > > wrong with your gcc. Have you successfully compiled other programs? > > > > > > > > -- > > > > Stephen Turner Cambridge, UK http://www.statslab.cam.ac.uk/~sret1/ > > > > > > Well, Stephen, I still think the problem is the Makefile. I changed the line > > > CFLAG = -O2 > > > to CFLAG = and it worked. Don't know why, but thera are no more errors. > > > > > > > That only indicates that the problem is in the optimisation in the compiler. > > Try running the command > > gcc -O2 -DUNIX -c alias.c > > on its own. If that fails, your compiler is probably broken. > > > > -- > > Stephen Turner Cambridge, UK http://www.statslab.cam.ac.uk/~sret1/ > > OK. I tried this and it works. I even have compiled other programs without any > problems. > What's now?
Well, that's strange. The above report shows that gcc crashed when running exactly that command. -- Stephen Turner Cambridge, UK http://www.statslab.cam.ac.uk/~sret1/ "This is Henman's 8th Wimbledon, and he's only lost 7 matches." BBC, 2/Jul/01 +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
