Hi
I have compiled mpatrol on tru64 5.1 using bfd and libiberty from gdb.
1) While compilation I get,
Unresolved symbol:
__Argv
2) If I either dynamically link or compile with libmpatrol, and then
run the program. It crashes at the end with this output:
exception system: exiting due to multiple internal errors:
handler returned invalid disposition
exception dispatch or unwind stuck in infinite loop
Resources lost
3) I tried to compile a cxx program with this libmpatrolmt, I get this
warning:
operator new and delete cannot be given internal linkage
4) The above mentioned program has a class with a function named free.
Mpatrol tries to override this function also, which is creating problems.
Any help would be highly appreciated.
Thanks
Sandeep