[Kstars-devel] KDE/kdeedu/kstars/kstars/indi
Jason Harris
kstars at 30doradus.org
Thu Apr 6 04:56:45 CEST 2006
SVN commit 526958 by harris:
I got the following error when running unsermake from the main source
code directory:
/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.6/../../../../i686-pc-linux-gnu/bin/ld:
cannot find -lsbigudrv
collect2: ld returned 1 exit status
Error creating ../../kstars/kstars/indi/sbigccd. Exit status 1.
It must be a path issue, because running unsermake in the indi directory
produces no error. In any case, the following patch to indi/Makefile.am
fixes the problem.
CCMAIL: kstars-devel at kde.org
M +1 -1 Makefile.am
--- trunk/KDE/kdeedu/kstars/kstars/indi/Makefile.am #526957:526958
@@ -66,7 +66,7 @@
apogee_ppi_LDADD = libindicom.a liblilxml.a apogee/libapogee_PPI.la -lz
sbigccd_SOURCES = sbigcam.cpp base64.c eventloop.c indidrivermain.c
-sbigccd_LDADD = libindicom.a liblilxml.a -lsbigudrv -lz
+sbigccd_LDADD = libindicom.a liblilxml.a libsbigudrv.la -lz
install-exec-hook:
$(mkinstalldirs) $(DESTDIR)$(bindir)
More information about the Kstars-devel
mailing list