L lilili macrumors newbie Original poster Feb 29, 2008 3 0 Mar 17, 2008 #1 Hello everybody I have a c source files that need ssl library. In terminal i can compile it by giving -lssl and -lcrypto But how do i do that in xcode, Xcode complains about undefined symbol reference from Thanks
Hello everybody I have a c source files that need ssl library. In terminal i can compile it by giving -lssl and -lcrypto But how do i do that in xcode, Xcode complains about undefined symbol reference from Thanks
H helltone macrumors newbie May 20, 2009 1 0 May 20, 2009 #2 wrong order of libs OpenSSL Try linking with -lssl -lcrypto and -lcrypto -lssl (perhaps wrong order?) please tell me if it worked
wrong order of libs OpenSSL Try linking with -lssl -lcrypto and -lcrypto -lssl (perhaps wrong order?) please tell me if it worked