Mailing List ArchiveSupport open source code!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: tlug: cc1plus?
- To: tlug@example.com
- Subject: Re: tlug: cc1plus?
- From: "Stephen J. Turnbull" <turnbull@example.com>
- Date: Tue, 16 Feb 1999 12:46:25 +0900 (JST)
- Content-Transfer-Encoding: 7bit
- Content-Type: text/plain; charset=us-ascii
- In-Reply-To: <199902151218.NAA08528@example.com>
- References: <Pine.LNX.3.96LJ1.1b7.990215144127.22667G-100000@example.com><199902151218.NAA08528@example.com>
- Reply-To: tlug@example.com
- Sender: owner-tlug@example.com
>>>>> "mike" == mike fabian <mike.fabian@example.com> writes: >>>>> "Jonathan" == Jonathan Byrne <jq@example.com> writes: Jonathan> When trying to compile VFU (a console mode file Jonathan> manager), I get this error: Jonathan> gcc -I. -I/usr/include/ncurses -O2 -c vsuti.cpp -o Jonathan> vsuti.o gcc: installation problem, cannot exec Jonathan> `cc1plus': No such file or directory make: *** [vsuti.o] Jonathan> Error 1 mike> I use Redhat 5.2 and noticed the same phenomenon: mike> mike@example.com ~/cpp$ gcc t.cc mike> gcc: installation problem, cannot exec `cc1plus': No such file or directory mike> but: mike> mike@example.com ~/cpp$ g++ t.cc mike> works fine. When I remember it right, I did not get the mike> "cannot exec `cc1plus'" message on Redhat 5.0, although I mike> usually got linker errors when using gcc instead of g++ for mike> C++ sources. Maybe the reason for this new kind of error mike> message is that g++ is now egcs: You got it. mike> mike@example.com ~/cpp$ gcc --version mike> 2.7.2.3 mike> mike@example.com ~/cpp$ g++ --version mike> egcs-2.90.29 980515 (egcs-1.0.3 release) Aaaaargh! Uhm. Try `ls -l /usr/bin | grep egc'. Probably you have a binary (I'm betting on `egcc') which invokes the egcs instance of gcc rather than gcc 2.7.2.3. This may pick up a symlink or perhaps a alias like i386-pc-linux-gnu-egcs-gcc, too. Several of the packages I've worked with lately (in particular glibc-2.1 but also binutils I think) strongly recommend compilation with egcs as "gcc 2.7.x is fatally buggy". AFAIK the ONLY reason now for using gcc 2.7 instead of egcs >= 1.1 on x86 architectures is that the kernel code is buggy (it relies on "illegal asm clobbers" according to Chris, whatever that means). -- University of Tsukuba Tennodai 1-1-1 Tsukuba 305-8573 JAPAN Institute of Policy and Planning Sciences Tel/fax: +81 (298) 53-5091 __________________________________________________________________________ __________________________________________________________________________ What are those two straight lines for? "Free software rules." ------------------------------------------------------------------- Next Nomikai: March 19 (Fri), 19:30 Tengu TokyoEkiMae 03-3275-3691 Next Technical Meeting: April 10 (Sat), 12:30 place: Temple Univ. ------------------------------------------------------------------- more info: http://tlug.linux.or.jp Sponsor: PHT
- Follow-Ups:
- Re: tlug: cc1plus?
- From: Chris Sekiya <chris@example.com>
- Re: tlug: cc1plus?
- From: Scott Stone <sstone@example.com>
- Re: tlug: cc1plus?
- From: <mike.fabian@example.com>
- References:
- tlug: cc1plus?
- From: Jonathan Byrne <jq@example.com>
- Re: tlug: cc1plus?
- From: <mike.fabian@example.com>
Home | Main Index | Thread Index
- Prev by Date: Re: tlug: 10/100base2 NICs for Linux
- Next by Date: Re: tlug: cc1plus?
- Prev by thread: Re: tlug: cc1plus?
- Next by thread: Re: tlug: cc1plus?
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links