mapnik / mapnik-packaging

DEPRECATED packaging utilities for mapnik dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

tbb libs are not libs

springmeyer opened this issue · comments

ubuntu@ip-10-220-145-33:~/mapnik-packaging/osx$ ldd out/packages/tbb42_20140416oss/build/BUILDPREFIX_release/libtbb.so
    not a dynamic executable
ubuntu@ip-10-220-145-33:~/mapnik-packaging/osx$ file out/packages/tbb42_20140416oss/build/BUILDPREFIX_release/libtbb.so
out/packages/tbb42_20140416oss/build/BUILDPREFIX_release/libtbb.so: ASCII text
ubuntu@ip-10-220-145-33:~/mapnik-packaging/osx$ cat out/packages/tbb42_20140416oss/build/BUILDPREFIX_release/libtbb.so
INPUT (libtbb.so.2)

lol, from Makefile.tbb you can see that the "library" is just echo'd text. Odd.

ifneq (,$(TBB_NO_VERSION.DLL))
$(TBB_NO_VERSION.DLL):
    echo "INPUT ($(TBB.DLL))" > $(TBB_NO_VERSION.DLL)
endif