Simon Leinen <[EMAIL PROTECTED]> writes:

> I tried to compile the latest pretest on my SPARC workstation running
> Solaris post-10 ("Nevada b57"), using this configuration

Could you check if the previous pretest tarballs have the same
problem, or is this new to 22.0.95?

> So the Sun linker is smart enough to know which library the symbols
> could be found in (presumably because the library is an "implicit
> dependency" of some of the other libraries), but that's not enough.
>
> When I patch the generated src/Makefile like this:
>
>     80c80
>     < LIBXT=$(LIBW) -lSM -lICE
>     ---
>     > LIBXT=$(LIBW) -lSM -lICE -lX11
>
> src/temacs is built correctly.  I'm not sure what the correct fix
> would be in the configure logic that generates the library variable
> definitions.



_______________________________________________
emacs-pretest-bug mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/emacs-pretest-bug

Reply via email to