Hi, I am trying to install LightDM on my system developed on a LFS platform... However when I issue the make command I end up with the following error! Can someone PLEASE let me know what I should do? I cannot seem to find an answer anywhere on the net :( I also installed gobject introspection and rechecked but I end up with the same problem....>>>make[3]: Leaving directory `/root/lightdm-1.7.12/liblightdm-qt' make[2]: Leaving directory `/root/lightdm-1.7.12/liblightdm-qt' Making all in tests make[2]: Entering directory `/root/lightdm-1.7.12/tests' Making all in src make[3]: Entering directory `/root/lightdm-1.7.12/tests/src' CCLD test-mir-greeter CCLD test-gobject-greeter CCLD test-runner /usr/bin/ld: cannot find -llightdm-gobject-1 collect2: error: ld returned 1 exit status make[3]: *** [test-mir-greeter] Error 1 make[3]: *** Waiting for unfinished jobs.... /usr/bin/ld: cannot find -llightdm-gobject-1 collect2: error: ld returned 1 exit status make[3]: *** [test-gobject-greeter] Error 1 make[3]: Leaving directory `/root/lightdm-1.7.12/tests/src' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/lightdm-1.7.12/tests' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/lightdm-1.7.12' make: *** [all] Error 2 <<< -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/lightdm/attachments/20130916/0c2f2b46/attachment.html>
Robert Ancell
2013-Sep-19 15:45 UTC
[LightDM] /usr/bin/ld: cannot find -llightdm-gobject-1
Try running make in verbose mode so you can see the command line: V=1 make On 15 September 2013 23:53, Asma <fan.mrt at gmail.com> wrote:> Hi, > > I am trying to install LightDM on my system developed on a LFS platform... > However when I issue the make command I end up with the following error! > Can someone PLEASE let me know what I should do? I cannot seem to find an > answer anywhere on the net :( > > > I also installed gobject introspection and rechecked but I end up with the > same problem.... > > >>> > make[3]: Leaving directory `/root/lightdm-1.7.12/liblightdm-qt' > make[2]: Leaving directory `/root/lightdm-1.7.12/liblightdm-qt' > Making all in tests > make[2]: Entering directory `/root/lightdm-1.7.12/tests' > Making all in src > make[3]: Entering directory `/root/lightdm-1.7.12/tests/src' > CCLD test-mir-greeter > CCLD test-gobject-greeter > CCLD test-runner > /usr/bin/ld: cannot find -llightdm-gobject-1 > collect2: error: ld returned 1 exit status > make[3]: *** [test-mir-greeter] Error 1 > make[3]: *** Waiting for unfinished jobs.... > /usr/bin/ld: cannot find -llightdm-gobject-1 > collect2: error: ld returned 1 exit status > make[3]: *** [test-gobject-greeter] Error 1 > make[3]: Leaving directory `/root/lightdm-1.7.12/tests/src' > make[2]: *** [all-recursive] Error 1 > make[2]: Leaving directory `/root/lightdm-1.7.12/tests' > make[1]: *** [all-recursive] Error 1 > make[1]: Leaving directory `/root/lightdm-1.7.12' > make: *** [all] Error 2 > <<< > > _______________________________________________ > LightDM mailing list > LightDM at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/lightdm > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/lightdm/attachments/20130919/59392baf/attachment.html>