Boost logo

Boost-Build :

From: Jurko Gospodnetić (jurko.gospodnetic_at_[hidden])
Date: 2008-07-11 17:32:26


   Hi Mike.

>> project user-config : requirements
>> <linkerflags>"-headerpad_max_install_names" ;
>
> I tried adding that to the user-config.jam file and I get the following
> error:
>
> /Users/Shared/OpenSource/boost_1_35_0/tools/build/v2/build/feature.jam:286:
> in validate-feature from module feature
> error: unknown feature "<linkerflags>"

   Try using <linkflags> instead of <linkerflags>.

   Hint: usually grepping through the Boost Build folder for a feature
name should give you good hints on what feature names are valid or
invalid and can give you quicker results than waiting for a reply on the
mailing list. E.g. 'grep -inr linkflags *' from the tools/build/v2
folder. Same goes for most error messages.

   Hope this helps.

   Best regards,
     Jurko Gospodnetić


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk