Discussion:
What is cc1plus?
Carfield Yim
2002-08-29 17:50:01 UTC
Permalink
I get the following error when try to compile the source code of fltk,

Compiling Fl.cxx...
g++: installation problem, cannot exec `cc1plus': No such file or
directory
<command line>: warning: "system" re-asserted
<command line>: warning: "cpu" re-asserted
<command line>: warning: "machine" re-asserted
make[1]: *** [Fl.o] Error 1

What is cc1plus? I can't find it at rpmfind...

\\\|///
\- - -//
( @ @ )
-----------oOOo-(_)-oOOo------------------------------------------------
Visit my homepage at http://www.carfield.com.hk

Programming discussion groups
Software design: news://news.carfield.com.hk/programming.design
Design Pattern: news://news.carfield.com.hk/programming.design.pattern
java: news://news.carfield.com.hk/programming.java
linux: news://news.carfield.com.hk/programming.linux
------------------------------------------------------------------------
Guillaume Rousse
2002-08-29 18:07:17 UTC
Permalink
Post by Carfield Yim
I get the following error when try to compile the source code of fltk,
Compiling Fl.cxx...
g++: installation problem, cannot exec `cc1plus': No such file or
directory
<command line>: warning: "system" re-asserted
<command line>: warning: "cpu" re-asserted
<command line>: warning: "machine" re-asserted
make[1]: *** [Fl.o] Error 1
What is cc1plus? I can't find it at rpmfind...
I guess mdk should brings more publicity to its own dedicated rpm management
tools...

[***@baader guillaume]$ urpmf cc1plus
egcs-c++:/usr/lib/gcc-lib/i586-mandrake-linux-gnu/egcs-2.91.66/cc1plus
gcc-c++:/usr/lib/gcc-lib/i586-mandrake-linux-gnu/3.2/cc1plus
gcc2.96-c++:/usr/lib/gcc-lib/i586-mandrake-linux-gnu/2.96/cc1plus
prc-tools:/usr/lib/gcc-lib/m68k-palmos/2.95.3-kgpd/cc1plus

cc1plus is ++ preprocessor, and the one you want is in package gcc-c++.
--
Guillaume Rousse <***@ccr.jussieu.fr>
GPG key http://lis.snv.jussieu.fr/~rousse/gpgkey.html
Buchan Milne
2002-08-29 18:15:03 UTC
Permalink
Post by Carfield Yim
I get the following error when try to compile the source code of fltk,
Compiling Fl.cxx...
g++: installation problem, cannot exec `cc1plus': No such file or
directory
<command line>: warning: "system" re-asserted
<command line>: warning: "cpu" re-asserted
<command line>: warning: "machine" re-asserted
make[1]: *** [Fl.o] Error 1
What is cc1plus? I can't find it at rpmfind...
c++ compiler of gcc. You need to install gcc-c++
--
|----------------Registered Linux User #182071-----------------|
Buchan Milne Mechanical Engineer, Network Manager
Cellphone * Work +27 82 472 2231 * +27 21 8828820x121
Stellenbosch Automotive Engineering http://www.cae.co.za
GPG Key http://ranger.dnsalias.com/bgmilne.asc
1024D/60D204A7 2919 E232 5610 A038 87B1 72D6 AC92 BA50 60D2 04A7
Charles A Edwards
2002-08-29 18:10:27 UTC
Permalink
On Fri, 30 Aug 2002 01:50:01 +0800 (GST)
Post by Carfield Yim
g++: installation problem, cannot exec `cc1plus': No such file or
directory
You need egcs-c++-1.1.2-58mdk for current cooker.


Charles

--------------
Women give to men the very gold of their lives. Possibly; but they
invariably want it back in such very small change.
-- Oscar Wilde
----------------------
Charles A Edwards
***@bellsouth.net
----------------------
Guillaume Rousse
2002-08-29 18:46:14 UTC
Permalink
Post by Charles A Edwards
On Fri, 30 Aug 2002 01:50:01 +0800 (GST)
Post by Carfield Yim
g++: installation problem, cannot exec `cc1plus': No such file or
directory
You need egcs-c++-1.1.2-58mdk for current cooker.
I guess he would prefer gcc-c++ rather...
BTW, i thought egcs had been merged into gcc. Why ship it anymore ?
--
Guillaume Rousse <***@ccr.jussieu.fr>
GPG key http://lis.snv.jussieu.fr/~rousse/gpgkey.html
Charles A Edwards
2002-08-29 18:16:33 UTC
Permalink
On Fri, 30 Aug 2002 01:50:01 +0800 (GST)
Post by Carfield Yim
g++: installation problem, cannot exec `cc1plus': No such file or
directory
You need egcs-c++-1.1.2-58mdk for current cooker.


Charles

--------------
Women give to men the very gold of their lives. Possibly; but they
invariably want it back in such very small change.
-- Oscar Wilde
----------------------
Charles A Edwards
***@bellsouth.net
----------------------
Gwenole Beauchesne
2002-08-29 22:09:37 UTC
Permalink
Post by Carfield Yim
What is cc1plus? I can't find it at rpmfind...
The C++ compiler. g++ is the driver.

Loading...