[Xastir] compile failure?
Jeremy Utley
jerutley at gmail.com
Sat Jan 27 18:46:16 EST 2007
On 1/27/07, vic <ke4lkq at doramefa.us> wrote:
> linuxvid:/home/vic # locate libXm.so
> /usr/X11R6/lib/libXm.so
> /usr/X11R6/lib/libXm.so.3
> /usr/X11R6/lib/libXm.so.3.0.3
> linuxvid:/home/vic #
>
> Then...
>
> linuxvid:/home/vic # ldd /usr/X11R6/libXm.so
> ldd: /usr/X11R6/libXm.so: No such file or directory
> linuxvid:/home/vic #
The above excerpt should show part of your problem. libXm.so is at
/usr/X11R6/lib/libXm.so, but when you tried to ldd it, you specified
/usr/X11R6/libXm.so - so of course it's doing to drop a file not found
error, since you didn't specify the path :)
Jeremy
More information about the Xastir
mailing list