emacs-pretest-bug
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 22.0.95 fails to link (missing -lX11) on Solaris with Sun cc


From: Chong Yidong
Subject: Re: 22.0.95 fails to link (missing -lX11) on Solaris with Sun cc
Date: Fri, 02 Mar 2007 13:21:05 -0500
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.95 (gnu/linux)

Simon Leinen <address@hidden> 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.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]