- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
export TBBROOT="/Users/******/Documents/tbb/tbb40_20111130oss" #
tbb_bin="/Users/******/Documents/tbb/tbb40_20111130oss/build/macos_intel64_gcc_cc4.2.1_os10.7.2_release" #
if [ -z "$CPATH" ]; then #
export CPATH="${TBBROOT}/include" #
else #
export CPATH="${TBBROOT}/include:$CPATH" #
fi #
if [ -z "$LIBRARY_PATH" ]; then #
export LIBRARY_PATH="${tbb_bin}" #
else #
export LIBRARY_PATH="${tbb_bin}:$LIBRARY_PATH" #
fi #
if [ -z "$DYLD_LIBRARY_PATH" ]; then #
export DYLD_LIBRARY_PATH="${tbb_bin}" #
else #
export DYLD_LIBRARY_PATH="${tbb_bin}:$DYLD_LIBRARY_PATH" #
fi #
Despite this I still get the message : tbb is not a namespace and that g++ can't find the right headers.
In addition when I run with the xcode i get tha -lttb can't be identified as a library
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page