Hi,

According to build_common/external_libs.scons,

"# Note: After the external library is built:
#   Head files should be installed to <src_dir>/deps/<target_os>/include
#   lib(e.g .so, .a) should be installed to
<src_dir>/deps/<target_os>/lib/<arch>"

But that does not seem to be the case.  It looks like everything goes in

<src_dir>/extlibs/<libname>

and the code to implement deps is not referenced in the code base.

Is this code obsolete?  It's causing a warning on darwin:

ld: warning: directory not found for option '-Ldeps/darwin/lib/x86_64'

I'd like to get rid of this, which I can do with "if target_os != 'darwin':
...", but if the logic has been abandoned then can just deleted the
offending lines.

Also, is this the place to ask such questions?

Thanks,

gregg
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<http://lists.iotivity.org/pipermail/iotivity-dev/attachments/20160602/9f5fe078/attachment.html>

Reply via email to