vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I have HP-UX B.11.11. I downloaded and installed gcc version 3.3.3 Now if I try to run a small cpp programme I get following run time error #include <list.h> main(){ list<int> listofInt; } ----------------------------- on executing the programme we get following error Memory fault(coredump) |
| ||||
| Shashank (shashank@icmgworld.com) wrote: : I have HP-UX B.11.11. I downloaded and installed gcc version 3.3.3 : int main(){ list<int> listofInt; } : Memory fault(coredump) It would be helpful if you got a stack trace of the abort. |