My executable file's problem
For our software's new version, I rebuild the project on my Solaris 8 OS.But when I got the executable file, I can't run it. When inputting the "./filename", nothing was happied.I used the "file" command, I got the message: "ELF 32-bit MSB executable SPARC32PLUS Version 1, V8+ Required, dynamically linked, not stripped" as our last version executable file. I tried to dbx it, but when I put the command "run", another error message show: "t@1 (l@1) signal SEGV (no mapping at the fault address) in Standard_theForMapOfTypes::Init at 0x26ac9f0". I'm very puzzle now. Who can give me a suggestion, Thank you!
My project is writed by C/Fortran/C++ code.My cc version is 5.8, my CC version is 5.8 too, my f77 version is 8.2, my dbx version is 7.5. The biggest different between the new and old version is our new code use STL.

