hi, list:

i'm currently using RH9 for my workstation and i'm trying to compile a C++ app so that its binaries will run on RH7.3 (our client's test box). i already have the compat- libraries installed and i know i'm supposed to just use either the -b or -V options for gcc, but when i try it, i get a message that says something like:

g++ -c  -b i386-redhat-linux7  -I./include    <my program>.cxx
g++: installation problem, cannot exec `cc1plus': No such file or directory
make: *** [<my program>.o] Error 1


should i add /usr/lib/gcc-lib/i386-linux-redhat7/2.6 to my PATH? is it that simple, or are there other gotchas i should know about?


btw on my system i have the ff installed:

compat-libstdc++-devel-7.3-2.96.118
compat-libstdc++-7.3-2.96.118
compat-gcc-c++-7.3-2.96.118
compat-gcc-7.3-2.96.118


thanks in advance,


Joel Realubit

--
Philippine Linux Users' Group (PLUG) Mailing List
[EMAIL PROTECTED] (#PLUG @ irc.free.net.ph)
Official Website: http://plug.linux.org.ph
Searchable Archives: http://marc.free.net.ph
.
To leave, go to http://lists.q-linux.com/mailman/listinfo/plug
.
Are you a Linux newbie? To join the newbie list, go to
http://lists.q-linux.com/mailman/listinfo/ph-linux-newbie

Reply via email to