Path: utzoo!utgpu!water!watmath!clyde!rutgers!lll-lcc!ames!amdahl!dlb!megatest!djones From: djones@megatest.UUCP (Dave Jones) Newsgroups: comp.lang.c++ Subject: NEED HELP Message-ID: <170@virgo.megatest.UUCP> Date: 18 Dec 87 00:58:03 GMT Organization: Megatest Corporation, San Jose, Ca Lines: 12 I am trying to install C++ on a sun-3. I did all the things it said to do in the release notes... I ran bsd.fix. A little jacking around with the make-file (include-paths, etc.) and I made scratch. I made cfront, etc. Everything seemed to work. But now when I try to compile "hello world", the lexer gets hung up in lxtitle(). It reads the first character, '#' (from cpp). But the next character it tries to read hangs it up. When I run it under dbxtool, it SIGSEGV's at that point. The scratch version of cfront breezes through. What did I not do? Any ideas?