If you have installed a library locally you may need to run ldconfig to make sure it is in the library path before trying to use it.
$ sudo ldconfig /usr/local/lib Just a guess without knowing more. Bob > Hi, > > I tried to build a simple project in Anjuta. > I got the following error, could someone help me to resolve this > please ? > Any package version incompatibility issue ? > > libtool: link: cannot find the library `/usr/local/lib/libgio-2.0.la' > or unhandled argument `/usr/local/lib/libgio-2.0.la' > > > *Anjuta Message:* > > make > make all-recursive > make[1]: Entering directory `/home/srinivasan/program/gtk' > make[1]: Entering directory `/home/srinivasan/program/gtk' > Making all in src > make[2]: Entering directory `/home/srinivasan/program/gtk/src' > make[2]: Entering directory `/home/srinivasan/program/gtk/src' > /bin/bash ../libtool --tag=CXX --mode=link g++ -g -O2 -o > hello_gtk > main.o -L/usr/local/lib -lglademm-2.4 -lgtkmm-2.4 -lglade-2.0 > -lgiomm-2.4 -lgdkmm-2.4 -latkmm-1.6 -lpangomm-1.4 -lcairomm-1.0 > -lglibmm-2.4 -lsigc-2.0 -lgtk-x11-2.0 -lxml2 -lgdk-x11-2.0 -latk-1.0 > -lpangoft2-1.0 -lgdk_pixbuf-2.0 -lm -lpangocairo-1.0 -lgio-2.0 > -lcairo -lpango-1.0 -lfreetype -lz -lfontconfig -lgobject-2.0 > -lgmodule-2.0 -lglib-2.0 libtool: link: cannot find the library > `/usr/local/lib/libgio-2.0.la' or unhandled argument > `/usr/local/lib/libgio-2.0.la' > make[2]: *** [hello_gtk] Error 1 > make[1]: *** [all-recursive] Error 1 > make: *** [all] Error 2 > make[2]: Leaving directory `/home/srinivasan/program/gtk/src' > make[2]: Leaving directory `/home/srinivasan/program/gtk/src' > make[1]: Leaving directory `/home/srinivasan/program/gtk' > make[1]: Leaving directory `/home/srinivasan/program/gtk' > Completed unsuccessful > Total time taken: 4 secs > > > > Thanks, > Srini > _______________________________________________ > Moblin dev Mailing List > [email protected] > > To manage or unsubscribe from this mailing list visit: > https://lists.moblin.org/mailman/listinfo/dev or your user account on > http://moblin.org once logged in. > > For more information on the Moblin Developer Mailing lists visit: > http://moblin.org/community/mailing-lists _______________________________________________ Moblin dev Mailing List [email protected] To manage or unsubscribe from this mailing list visit: https://lists.moblin.org/mailman/listinfo/dev or your user account on http://moblin.org once logged in. For more information on the Moblin Developer Mailing lists visit: http://moblin.org/community/mailing-lists
