This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

directory with object files


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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]