« Return to Thread: Unable to link with Apache lib

Re: Unable to link with Apache lib

by Steven Watanabe-4 :: Rate this Message:

Reply to Author | View in Thread

AMDG

Anant Rao wrote:

> I'm unable to get this simple thing working. My requirement is to link with Apache lib. I tried 2, 3 cases, both don't work.
>
> 1.
> path-constant SRC2  : "../shared/processors/src" ;
> path-constant SRC3  : "../shared/processors/phrasecountfeature/src" ;
> path-constant SRC4  : "../../../../ThirdParty/Apache/2.2.11/httpd-2.2.11/srclib/apr/.libs" ;
>
> project phrasecountfeature
>    : source-location $(SRC1) $(SRC2) $(SRC3)
>
> searched-lib apr : : <name>libapr-1.a <file>/home/arao/SLDS/Master_Repo/dev/ThirdParty/Apache/2.2.11/httpd-2.2.11/srclib/apr/.libs ;
>  

<file> specifies the exact file to use.  What you want is <search>

In Christ,
Steven Watanabe

_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build

 « Return to Thread: Unable to link with Apache lib