Hi,
I´m compiling a C++ program with g++ 2.9.5 on SunOS 5.8. I have made a project with NetBeans 5.5.1 and getting from it the make files.
The compilation and linking process ocurrs succesfully. At run time, the porgram fails whit "SEGMENTATI ON FAULT".
I have acces to the originals make files (gererated with Autoconf / Automake), using this file the program executes succesfully.
This seems to be a good "turn around" for the problem, but i need to include new classes to the program.
When i add the files requireds for this classes to the compilation, the program crashes again in run time...
does anybody know any compilation detail that could be the cause of this behavior???
NOTE: I have made the same test with g++ 3.4.2 (MinGW) on WinodwsXP, g++ 3.4.5 (MinGW) on Windows 2000 and g++ 4.1 on SUSE 10 with the same results...
Thanks ....
I´m compiling a C++ program with g++ 2.9.5 on SunOS 5.8. I have made a project with NetBeans 5.5.1 and getting from it the make files.
The compilation and linking process ocurrs succesfully. At run time, the porgram fails whit "SEGMENTATI ON FAULT".
I have acces to the originals make files (gererated with Autoconf / Automake), using this file the program executes succesfully.
This seems to be a good "turn around" for the problem, but i need to include new classes to the program.
When i add the files requireds for this classes to the compilation, the program crashes again in run time...
does anybody know any compilation detail that could be the cause of this behavior???
NOTE: I have made the same test with g++ 3.4.2 (MinGW) on WinodwsXP, g++ 3.4.5 (MinGW) on Windows 2000 and g++ 4.1 on SUSE 10 with the same results...
Thanks ....
Comment