This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
directory with object files
- From: "Peter Skvarka" <peter dot skvarka at innovatrics dot com>
- To: <gcc-help at gcc dot gnu dot org>
- Date: Tue, 30 Oct 2007 16:29:20 +0100
- Subject: directory with object files
- Reply-to: <peter dot skvarka at innovatrics dot com>
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