任何解决以下错误的建议(传递给ld的未知选项)都将受到高度赞赏。 “buildit”脚本是http://libcxx.llvm.org/中带有
行的脚本导出TRIPLE = -apple -
加入了它。
提前致谢
系统版本:Mac OS X 10.6.8(10K549)
$ clang++ -v
clang version 3.4(trunk 192978)(llvm / trunk 192977) 目标:x86_64-apple-darwin10.8.0 线程模型:posix
/usr/local/libcxx/lib: sudo ./buildit
对于'../src/*.cpp'中的FILE,clang ++ -c -g -Os -arch i386 -arch x86_64 -nostdinc ++ -std = c ++ 11 -fstrict-aliasing -Wall -Wextra -Wshadow -Wconversion -Wpadded -Wstrict-aliasing = 2 -Wstrict-overflow = 4 -U__STRICT_ANSI__ -I ../ include ../src/algorithm.cpp 对于'../ src / * .cpp'
中的FILE...
clang algorithm.o bind.o chrono.o condition_variable.o debug.o exception.o future.o hash.o ios.o iostream.o locale.o memory.o mutex.o new.o optional.o random .o regex.o shared_mutex.o stdexcept.o string.o strstream.o system_error.o thread.o typeinfo.o utility.o valarray.o -arch i386 -arch x86_64 -o libc ++。1.dylib -dynamiclib -nodefaultlibs - current_version 1 -compatibility_version 1 -install_name /usr/lib/libc++.1.dylib -lSystem -Wl,-unexported_symbols_list,libc ++ unexp.exp /usr/lib/libc++abi.dylib -Wl,-reexported_symbols_list,libc + + abi.exp -Wl,-force_symbols_not_weak_list,notweak.exp -Wl,-force_symbols_weak_list,weak.exp -nostdinc ++ -std = c ++ 11 -fstrict-aliasing -Wall -Wextra -Wshadow -Wconversion -Wpadded -Wstrict-aliasing = 2 -Wstrict-overflow = 4 -U__STRICT_ANSI __
clang:warning:编译期间未使用的参数:' - nostdinc ++'
clang:warning:编译期间未使用的参数:' - std = c ++ 11'
ld:未知选项:-reexported_symbols_list
clang:错误:链接器命令失败,退出代码为1(使用-v查看调用)
答案 0 :(得分:1)
我一直在为同样的问题苦苦挣扎几天,但最终还是把它编译好了。 在运行构建脚本之前,请尝试设置以下环境变量:
export TRIPLE=-apple-
export MACOSX_DEPLOYMENT_TARGET=10.6