* A different Window Maker problem
@ 1999-02-08 3:09 Beecher Greenman
1999-02-09 3:01 ` Takashi Oe
0 siblings, 1 reply; 2+ messages in thread
From: Beecher Greenman @ 1999-02-08 3:09 UTC (permalink / raw)
To: linuxppc-dev
Recently I tried to install XFree86 on my R4 system. I downloaded the
3.3.3.1 binaries from ftp.xfree86.org, and everything installed fine.
However, now Window Maker refuses to start. WHen it tries, it complains
about an error in the shared libs...
wmaker:error in loading share libraries
: undefined symbol _Xsetlocale
No indication of what library to use or anything. A recompile did not
appear to solve the problem. Other windowmanagers compile and run fine. I
haven't even run into the FD_ZERO bug that's currently plaguing some
listmembers.
LinuxPPC R4, kernel 2.2.1 with appropriate sources and modules, XFree
3.3.3.1 (unaccelerated), Window Maker 0.50.2, rev3 G3, 128 megs RAM, 128
megs swap, 2 gig /
Thanks!
-Beecher Greenman
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. To unsubscribe from linuxppc-dev, send ]]
[[ the message 'unsubscribe' to linuxppc-dev-request@lists.linuxppc.org ]]
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: A different Window Maker problem
1999-02-08 3:09 A different Window Maker problem Beecher Greenman
@ 1999-02-09 3:01 ` Takashi Oe
0 siblings, 0 replies; 2+ messages in thread
From: Takashi Oe @ 1999-02-09 3:01 UTC (permalink / raw)
To: Beecher Greenman; +Cc: linuxppc-dev
Hi,
On Sun, 7 Feb 1999, Beecher Greenman wrote:
>
> Recently I tried to install XFree86 on my R4 system. I downloaded the
> 3.3.3.1 binaries from ftp.xfree86.org, and everything installed fine.
> However, now Window Maker refuses to start. WHen it tries, it complains
> about an error in the shared libs...
>
> wmaker:error in loading share libraries
> : undefined symbol _Xsetlocale
This is because X libs from ftp.xfree86.org are compiled without
-DX_LOCALE.
>
> No indication of what library to use or anything. A recompile did not
> appear to solve the problem. Other windowmanagers compile and run fine. I
You might have a mixture of things in your system. All of your X apps
which use X's locale will refuse to run since the locale support is not
compiled in. If you want to continue using the binaries from the xfree86
site, make sure there is no -DX_LOCALE or something similar when you
compile Window Maker or any other X apps that may need X's locale.
It would be nice if glibc-1.99 based X libs available at ftp.xfree86.org
are compiled with -DX_LOCALE for compatibility since most glibc-1.99 based
X apps available for ppc platform are compiled with -DX_LOCALE.
For glibc-2.1 based libs or X apps, however, -DX_LOCALE is no more. We
have got the semi-working locale support from glibc now.
Takashi Oe
[[ This message was sent via the linuxppc-dev mailing list. Replies are ]]
[[ not forced back to the list, so be sure to Cc linuxppc-dev if your ]]
[[ reply is of general interest. To unsubscribe from linuxppc-dev, send ]]
[[ the message 'unsubscribe' to linuxppc-dev-request@lists.linuxppc.org ]]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~1999-02-09 3:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
1999-02-08 3:09 A different Window Maker problem Beecher Greenman
1999-02-09 3:01 ` Takashi Oe
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).