Hey Jeff, 

Sorry for not responding as quickly, I was tasked to another project but am 
back now.  Below is the command I believe you are looking for.  This is 
being used inside of xcode:

Ld 
/Users/dohertyp/Library/Developer/Xcode/DerivedData/playground-gllmwbkfyzurpqavqcyhfjajimtg/Build/Products/Debug-iphoneos/playground.app/playground
 
normal arm64
    cd /Users/dohertyp/Desktop/LibTake2/playground
    export IPHONEOS_DEPLOYMENT_TARGET=10.0
    export 
PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang
 
-arch arm64 -isysroot 
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS10.0.sdk
 
-L/Users/dohertyp/Library/Developer/Xcode/DerivedData/playground-gllmwbkfyzurpqavqcyhfjajimtg/Build/Products/Debug-iphoneos
 
-L/Users/dohertyp/Desktop/LibTake2/playground 
-F/Users/dohertyp/Library/Developer/Xcode/DerivedData/playground-gllmwbkfyzurpqavqcyhfjajimtg/Build/Products/Debug-iphoneos
 
-filelist 
/Users/dohertyp/Library/Developer/Xcode/DerivedData/playground-gllmwbkfyzurpqavqcyhfjajimtg/Build/Intermediates/playground.build/Debug-iphoneos/playground.build/Objects-normal/arm64/playground.LinkFileList
 
-Xlinker -rpath -Xlinker @executable_path/Frameworks 
-miphoneos-version-min=10.0 -dead_strip -Xlinker -object_path_lto -Xlinker 
/Users/dohertyp/Library/Developer/Xcode/DerivedData/playground-gllmwbkfyzurpqavqcyhfjajimtg/Build/Intermediates/playground.build/Debug-iphoneos/playground.build/Objects-normal/arm64/playground_lto.o
 
-Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime 
-L/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphoneos
 
-Xlinker -add_ast_path -Xlinker 
/Users/dohertyp/Library/Developer/Xcode/DerivedData/playground-gllmwbkfyzurpqavqcyhfjajimtg/Build/Intermediates/playground.build/Debug-iphoneos/playground.build/Objects-normal/arm64/playground.swiftmodule
 
-lc++.1 -lcryptopp -llibA -Xlinker -dependency_info -Xlinker 
/Users/dohertyp/Library/Developer/Xcode/DerivedData/playground-gllmwbkfyzurpqavqcyhfjajimtg/Build/Intermediates/playground.build/Debug-iphoneos/playground.build/Objects-normal/arm64/playground_dependency_info.dat
 
-o 
/Users/dohertyp/Library/Developer/Xcode/DerivedData/playground-gllmwbkfyzurpqavqcyhfjajimtg/Build/Products/Debug-iphoneos/playground.app/playground



Right now it is trying to use 10.0 which is the preferred iOS but I am 
going to try to compile it for 8.2 and see if this is specific to 10 or if 
it is something else.

Patrick

 
On Tuesday, November 22, 2016 at 6:20:43 PM UTC-6, Jeffrey Walton wrote:
>
>
>
> On Monday, November 21, 2016 at 6:21:47 PM UTC-5, pdoh...@cipherloc.net 
> wrote:
>>
>> I have included the link command we are using below:
>>
>> CXXFLAGS ?= -DNDEBUG -g2 -Os -fPIC -pipe
>> CXXFLAGS += -std=c++11
>>
>
> This is not the link command.
>
> We need to see the command that produces the errors. It could be a direct 
> invocation of ld; or it could be through the compiler driver. If its 
> through the compiler, then its the one with the -o argument. I.e., '-o 
> myprog.exe'.
>
> Jeff
>

-- 
-- 
You received this message because you are subscribed to the "Crypto++ Users" 
Google Group.
To unsubscribe, send an email to cryptopp-users-unsubscr...@googlegroups.com.
More information about Crypto++ and this group is available at 
http://www.cryptopp.com.
--- 
You received this message because you are subscribed to the Google Groups 
"Crypto++ Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to cryptopp-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to