Problem setting up cross libs and runtime environment for building from source
#1
When I run
Code:
./configure --with-darwin=ios --with-sdk=4.0
it fails with the following error
Code:
Undefined symbols for architecture armv7:
  "_gnu_stpncpy", referenced from:
      _message_merge in msgmerge-msgmerge.o
ld: symbol(s) not found for architecture armv7
collect2: ld returned 1 exit status
make[6]: *** [msgmerge] Error 1
make[5]: *** [all] Error 2
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [gettext-0.17/.libs/libgettext.dylib] Error 2
make: *** [gettext] Error 2
Any suggestions as to what I'm missing?
Reply
#2
./configure --with-darwin=ios --with-sdk=4.2

or ./configure --with-darwin=ios

and it will figure out the sdk version.
Reply

Logout Mark Read Team Forum Stats Members Help
Problem setting up cross libs and runtime environment for building from source0