V
V
v4d1k2014-09-17 19:37:46
iOS
v4d1k, 2014-09-17 19:37:46

Compiling a library on ios using Makefile - what keys are needed?

I'm trying to build ode ( ode.org/) on an iPhone, the standard
./configure
make
makeinstall
give out the library and headers, but in xcode the error
file was built for archive which is not the architecture being linked (i386)
tried:
/configure CXXFLAGS=" - arch i386" LDFLAGS="-arch i386"
./configure --host=i386-apple-darwin
./configure --host=arm-apple-darwin
but the error remains

Answer the question

In order to leave comments, you need to log in

1 answer(s)
L
lookid, 2014-09-17
@lookid

www.ogre3d.org/tikiwiki/tiki-index.php?page=Compil...
maybe something like this

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question