Re: ratpoison-1.4.4 history

Shawn Betts <[email protected]>
Newsgroups gmane.comp.window-managers.ratpoison.devel
Message-ID <87ocuhedvm.fsf@darkshtar.i-did-not-set--mail-host-address--so-tickle-me>
Grigorios Bouzakis <[email protected]> writes:

> Hi, thanks for the new release.
> In the latest 1.4.4 version --disable-history doesnt have any effect.

This means don't link with libhistory. It has the following effect:

With libhistory available and ./configure

sabetts@darkshtar:~/src/ratpoison$ ldd src/ratpoison
ldd src/ratpoison
	linux-gate.so.1 =>  (0xb80e4000)
	libXext.so.6 => /usr/lib/libXext.so.6 (0xb80ac000)
	libX11.so.6 => /usr/lib/libX11.so.6 (0xb7fbd000)
	libhistory.so.5 => /lib/libhistory.so.5 (0xb7fb4000)
	libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7e56000)
	libXau.so.6 => /usr/lib/libXau.so.6 (0xb7e53000)
	libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0xb7e50000)
	libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb7e37000)
	libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7e33000)
	libncurses.so.5 => /lib/libncurses.so.5 (0xb7e02000)
	/lib/ld-linux.so.2 (0xb80ca000)
	libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7dfd000)

With libhistory available and ./configure --disable-history

sabetts@darkshtar:~/src/ratpoison$ ldd src/ratpoison
ldd src/ratpoison
	linux-gate.so.1 =>  (0xb7fcf000)
	libXext.so.6 => /usr/lib/libXext.so.6 (0xb7f97000)
	libX11.so.6 => /usr/lib/libX11.so.6 (0xb7ea8000)
	libc.so.6 => /lib/tls/i686/cmov/libc.so.6 (0xb7d49000)
	libXau.so.6 => /usr/lib/libXau.so.6 (0xb7d46000)
	libxcb-xlib.so.0 => /usr/lib/libxcb-xlib.so.0 (0xb7d43000)
	libxcb.so.1 => /usr/lib/libxcb.so.1 (0xb7d2a000)
	libdl.so.2 => /lib/tls/i686/cmov/libdl.so.2 (0xb7d26000)
	/lib/ld-linux.so.2 (0xb7fb5000)
	libXdmcp.so.6 => /usr/lib/libXdmcp.so.6 (0xb7d21000)

(note the lack of libhistory in the library deps)

What were you expecting?

-Shawn
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.