These are my notes. ?They may be cryptic. ?If you need
clarification, let me know. ?I'll clean them up.
Hope you achieve success.
Jay C. Theriot
Too much is deprecated which keeps breaking stuff. It's an advantage
of Linux From Scratch maybe. Or one of the BSDs. Xmu is part of
Motif, you need the dev stuff with libraries and include files. And
it may not find everything even though you have it because the places
things are kept change Locate is about the 4th thing I usually
install. On this Pi I see /usr/include/X11/Xmu but it doesn't have
Xephem.
And:
ldconfig -p | grep -i Xmu
libXmuu.so.1 (libc6,hard-float) =>
/usr/lib/arm-linux-gnueabihf/libXmuu.so.1
libXmuu.so (libc6,hard-float) => /usr/lib/arm-linux-gnueabihf/libXmuu.so
libXmu.so.6 (libc6,hard-float) =>
/usr/lib/arm-linux-gnueabihf/libXmu.so.6
libXmu.so (libc6,hard-float) => /usr/lib/arm-linux-gnueabihf/libXmu.so
And:dpkg-query -l | grep -i Xmu
ii libxmu-dev:armhf 2:1.1.2-2+b3
armhf X11 miscellaneous utility library (development
headers)
ii libxmu-headers 2:1.1.2-2
all X11 miscellaneous utility library headers
ii libxmu6:armhf 2:1.1.2-2+b3
armhf X11 miscellaneous utility library
ii libxmuu-dev:armhf 2:1.1.2-2+b3
armhf X11 miscellaneous micro-utility library
(development headers)
ii libxmuu1:armhf 2:1.1.2-2+b3
armhf X11 miscellaneous micro-utility library
On 1/10/21, Sarty, Gordon <
gordon.sarty@...
> wrote:
Thanks.
I tried that and the make went further until it hit:
/usr/bin/ld: cannot find -lXmu
collect2: error: ld returned 1 exit status
make: *** [Makefile:196: xephem] Error 1
I think the problem is that motif is completely deprecated.
I have since found KStars. It's almost as good as xephem. It has bugs
here and there that cause it to crash but I it gives a similar interface
that xephem does.
Gordon
On 2021-01-10 5:49 a.m., Maxime GOMMEAUX via groups.io wrote:
CAUTION: External to USask. Verify sender and use caution with links
and attachments. Forward suspicious emails to
phishing@...
Hello,
I have successfully installed XEphem on Ubuntu 18.04 using the libxp
package from Sergio Oller:
sudo add-apt-repository ppa:zeehio/libxp
sudo apt update
sudo apt-get install -y libxp-dev
Though I have not tried it, it seems that Sergio has updated it to 20.04.
Yours,
Maxime