-
Notifications
You must be signed in to change notification settings - Fork 129
Open
Description
does this work on osx?
make
cc -Wl,-rpath -Wl,. -o libjson2pb.so json2pb.o -Wl,-soname=libjson2pb.so -Wl,-h -Wl,libjson2pb.so -shared -L. -lcurl -lprotobuf -lstdc++ -ljansson
ld: unknown option: -soname=libjson2pb.so
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [libjson2pb.so] Error 1clang -v
Apple clang version 4.1 (tags/Apple/clang-421.11.66) (based on LLVM 3.1svn)
Target: x86_64-apple-darwin11.4.2
Thread model: posix
jansson 2.4 is installed here in my /usr/local area ... i do see the json2pb.o so that might just mean it's failing on the unix
Metadata
Metadata
Assignees
Labels
No labels