Xref: utzoo comp.lang.perl:4080 alt.sys.sun:2740 Path: utzoo!utgpu!cs.utexas.edu!convex!convex.com!tchrist From: tchrist@convex.com (Tom Christiansen) Newsgroups: comp.lang.perl,alt.sys.sun Subject: undump on suns Message-ID: <1991Feb16.220213.10373@convex.com> Date: 16 Feb 91 22:02:13 GMT Sender: news@convex.com (news access account) Reply-To: tchrist@convex.com (Tom Christiansen) Organization: Convex Computer Corp, Richardson, TX Lines: 19 Nntp-Posting-Host: pixel.convex.com Does anyone have undump working for Sun3's at v4.1 of SUN/OS? I decided to try the undump binary I had instead of dragging in unexec() from GNUemacs/OS: cthulhu% perl -u fooscript (core dump made) cthulhu% undump newdump /usr/local/bin/perl core Data segment size was 40960 now is 630784 cthulhu% newdump ld.so: __DYNAMIC version 0 not supported I tried linking perl with -Bstatic, but that didn't help either. Guess it's time to go back to unexec(). --tom -- Tom Christiansen tchrist@convex.com convex!tchrist "All things are possible, but not all expedient." (in life, UNIX, and perl)