This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cross-compiler


Hi,
 I am trying to setup a cross compiler for IBM s/390
machine on my i386 machine(Linux). I was able to build
gcc successfully. It also works fine for C programs.
But for any cpp files it gives the following error.

s390-ibm-linux-gcc -g try.cpp 
s390-ibm-linux-gcc: try.cpp: C++ compiler not
installed on this system
s390-ibm-linux-gcc: installation problem, cannot exec
`#C++collect2': No such file or directory

Whiel configuring I gave this also as the options
--enable-languages="C,C++"

Can anyone tell me what the problem is ??

Regards
Vishal


__________________________________________________
Do you Yahoo!?
Faith Hill - Exclusive Performances, Videos & More
http://faith.yahoo.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]