linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] OS X liker error for architecture x86_64


From: Anton Pomozov
Subject: [Linphone-developers] OS X liker error for architecture x86_64
Date: Sat, 28 Mar 2015 20:55:10 +0300

I’ve updated linphone submodules a half hour ago and successful recompiled them with this command:
$ make -j3 enable_i386=yes all

But then I can’t build linphone app for iPhone 5s/6/6+ with this sdk:

Undefined symbols for architecture x86_64:
  "_iconv", referenced from:
      _linphone_core_message_storage_init in liblinphone.a(message_storage.o)
  "_iconv_close", referenced from:
      _linphone_core_message_storage_init in liblinphone.a(message_storage.o)
  "_iconv_open", referenced from:
      _linphone_core_message_storage_init in liblinphone.a(message_storage.o)
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Help, please.

Regards,
Anton

reply via email to

[Prev in Thread] Current Thread [Next in Thread]