f9: x86_64: Missing C++ runtime support for g++ (/usr/bin/g++).

2008-05-29 Thread Dario Lesca
Hi, I try to rebuild hylafax on F9/x86_64, I have installer this package: [EMAIL PROTECTED] ~]# yum list |grep -i '++' bonnie++.x86_64 1.03a-9.fc9installed compat-gcc-34-c++.x86_64 3.4.6-9installed

Re: f9: x86_64: Missing C++ runtime support for g++ (/usr/bin/g++).

2008-05-29 Thread Jakub Jelinek
On Fri, May 30, 2008 at 12:37:18AM +0200, Dario Lesca wrote: Compilation of the following test program failed: -- #include iostream.h int main(){ cout Hello World! endl; return 0;}

Re: f9: x86_64: Missing C++ runtime support for g++ (/usr/bin/g++).

2008-05-29 Thread Dario Lesca
Il giorno gio, 29/05/2008 alle 18.49 -0400, Jakub Jelinek ha scritto: The above is not valid C++98, you need to use #include iostream using namespace std; int main() { cout Hello World! endl; return 0; } g++34 provides backwards support for deprecated pre-ISO C++ headers, g++ doesn't

Re: f9: x86_64: Missing C++ runtime support for g++ (/usr/bin/g++).

2008-05-29 Thread Dario Lesca
Il giorno gio, 29/05/2008 alle 18.49 -0400, Jakub Jelinek ha scritto: The above is not valid C++98, you need to use #include iostream using namespace std; int main() { cout Hello World! endl; return 0; } g++34 provides backwards support for deprecated pre-ISO C++ headers, g++ doesn't