My application needs to be linked with static libraries placed in some other directories than directory with application sources. When I set in makefile full path for needed static libraries, all is ok and it can be build. But I have several static libraries placed in several different directories, and I dont want to copy them into application directory either to use full pathes in makefile. Does exist some makefile variable which defines directoy for linked object files - needed static libraries ? Peter