Please do not reply directly to this email. All additional comments should be made in the comments box of this bug report. Summary: Review Request: hylafax https://bugzilla.redhat.com/show_bug.cgi?id=188542 ------- Additional Comments From tibbs@xxxxxxxxxxx 2008-04-24 18:08 EST ------- BTW, here's the end of the config.log file. Perhaps it will be instructive: ++ cat dummy.C #include "new.h" struct foo { int x; foo(); ~foo(); }; foo::foo() {} foo::~foo() {} int main() { foo* ptr = 0; foo* a = new(ptr) foo; a->x = 0; delete a; return 0; } ++ /usr/lib64/ccache/g++ -o dummy dummy.C dummy.C:1:17: error: new.h: No such file or directory dummy.C: In function 'int main()': dummy.C:12: error: no matching function for call to 'operator new(long unsigned int, foo*&)' <built-in>:0: note: candidates are: void* operator new(long unsigned int) ++ /usr/lib64/ccache/g++ -o dummy dummy.C -lg++ dummy.C:1:17: error: new.h: No such file or directory dummy.C: In function 'int main()': dummy.C:12: error: no matching function for call to 'operator new(long unsigned int, foo*&)' <built-in>:0: note: candidates are: void* operator new(long unsigned int) ++ make -f confMakefile t /usr/lib64/ccache/g++ -D__ANSI_CPP__ -I. -I. -I././regex -I. -I././util -I/usr/include -g -O t.c++ t.c++:1:22: error: iostream.h: No such file or directory t.c++: In function 'int main()': t.c++:2: error: 'cout' was not declared in this scope t.c++:2: error: 'endl' was not declared in this scope make: *** [t] Error 1 -- Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact. _______________________________________________ Fedora-package-review mailing list Fedora-package-review@xxxxxxxxxx http://www.redhat.com/mailman/listinfo/fedora-package-review