Nils Bokermann <bokerman(a)uni-bielefeld.de> writes:
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)
...
Did you completely reconfigure? You have to regenerate EVERYTHING for this
change to take effect.
-Bill P.