On Tue, 01 Dec 2009, Mindaugas Kavaliauskas wrote: Hi,
> Ok, I'm not a distro or makefile man. I just had to rename my > libcairo-2.lib to cairo.lib and sample files links again. druzus:~# pkg-config cairo --cflags -I/usr/include/cairo -I/usr/include/pixman-1 -I/usr/include/freetype2 -I/usr/include/libpng12 druzus:~# pkg-config cairo --libs -lcairo If you have pkg-config then it's the best method for checking library name and C compiler settings in given system. We do not use autoconf so we have to use pkg-config manually. best regards, Przemek _______________________________________________ Harbour mailing list (attachment size limit: 40KB) [email protected] http://lists.harbour-project.org/mailman/listinfo/harbour
