On Wed, Nov 24, 1999 at 12:15:00PM +0100, Jan Vroonhof wrote:
I think wmperry had a similar problem recently. on some Solaris 2.6
versions the dldump library doesn't work that well...
I think the work around would be to change .../src/s/sol2.h from
#undef UNEXEC
#if OS_RELEASE < 56
#define UNEXEC "unexsol2.o"
#else
#define UNEXEC "unexsol2-6.o"
#endif
to
#undef UNEXEC
#if OS_RELEASE < 56
#define UNEXEC "unexsol2.o"
#else
#define UNEXEC "unexsol2.o"
#endif
Could you report back if this works for you too?
Hmm -- but this won't work too :(
Finding pointers to doc strings...done
Dumping under the name xemacs
Segmentation Fault - core dumped
*** Error code 139 (ignored)
...
Bye, Nils -- if someone wants access to THIS system (is a SPARCbook) drop me
a line
--
Nils Bokermann
Phone: +49 521 88074398