[Xorp-hackers] Building without strip enabled?

J.T. Conklin jtc at acorntoolworks.com
Wed Sep 30 06:11:27 PDT 2009


Hi Ben,

Ben Greear <greearb at candelatech.com> writes:
> It seems the upstream code won't build without stripping.  The
> patch below allows me to have this work as I expected:
>
> scons strip=no install

Can you try updating to the most recent SConstruct? There used to be
problems with boolean command line arguments like strip, but I fixed
that on 9/15 in checkin 11546.

env['strip'] is now set by a Variable, so should always have the 
boolean value True or False.

    --jtc

-- 
J.T. Conklin



More information about the Xorp-hackers mailing list