AshishDurgapal

Results 8 comments of AshishDurgapal

Hi @jedisct1 , I am getting the same error when I include the file directly in my project. When I link the library made from inclusion of hydrogenlib source code...

Is this source is compatible with android platform or we have to port the code for android platform.?

Yes, I am able to compile and run the C sample using same tool chain and it is working fine.

Correct. The issue was due to endianness and we have fixed the issue by using flag . Thanks @jedisct1 for your time.

@hlandau , We are using clang clang --version Apple LLVM version 7.0.2 (clang-700.1.81) Target: x86_64-apple-darwin15.2.0 Thread model: posix

I tried by adding systemconfiguration and corefoundation flag but still not working. ./configure --host=arm-apple-macos11 --target=arm64-apple-macos11 CFLAGS="-arch arm64 -fPIC" CC="/usr/bin/gcc" --without-zlib --disable-ldap --disable-ldaps LDFLAGS="-arch arm64 -isysroot /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX11.1.sdk -framework SystemConfiguration -framework CoreFoundation...

After changing my hostname, now I am able to build the curl lib for 7.84 and 7.86 but now I am getting linking error. Undefined symbols for architecture arm64: "_SCDynamicStoreCopyProxies",...

If we replace the macOS with darwin then still we are getting the same linking error Undefined symbols for architecture arm64: "_SCDynamicStoreCopyProxies", referenced from: _Curl_resolv in libcurl.a(libcurl_la-hostip.o) ld: symbol(s) not...