On Tue, 23 May 2000, Michael Han wrote:
> So after installing, your Xpm lib still isn't usable for linking...
> Seems strange. What's the output of 'make install' when you install
> Xpm? You should have the following things:
>
> /usr/X11R6/lib/libXpm.a
Ah! The make install installed the .so files and the .h file but
not the .a file. So I need all of them. Huh! I installed the package
according to the installation instruction so why did it not get installed:
xmkmf -a
make
make install
make install.man
What did I do wrong?
> /usr/X11R6/lib/libXpm.so
> /usr/X11R6/lib/libXpm.so.4
> /usr/X11R6/include/X11/xpm.h
>
> What happens if you do ldd against some Xpm-dependant binary? For
> example:
>
> $ ldd /usr/lib/netscape/netscape-communicator
I get the following:
]$ ldd /usr/lib/netscape/netscape-communicator
libBrokenLocale.so.1 => /lib/libBrokenLocale.so.1 (0x40005000)
libXt.so.6 => /usr/X11R6/lib/libXt.so.6 (0x40007000)
libSM.so.6 => /usr/X11R6/lib/libSM.so.6 (0x4004c000)
libICE.so.6 => /usr/X11R6/lib/libICE.so.6 (0x40054000)
libXmu.so.6 => /usr/X11R6/lib/libXmu.so.6 (0x40068000)
libXpm.so.4 => not found
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x40079000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x40084000)
libdl.so.2 => /lib/libdl.so.2 (0x4011b000)
libstdc++.so.2.8 => /usr/lib/libstdc++.so.2.8 (0x4011e000)
libm.so.6 => /lib/libm.so.6 (0x4015f000)
libc.so.6 => /lib/libc.so.6 (0x40178000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x80000000)
What does this mean?
Thanks,
Neil
--
Visit the official FVWM web page at <URL: http://www.fvwm.org/>.
To unsubscribe from the list, send "unsubscribe fvwm" in the body of a
message to majordomo_at_fvwm.org.
To report problems, send mail to fvwm-owner_at_fvwm.org.
Received on Wed May 24 2000 - 00:56:09 BST