Answer the question
In order to leave comments, you need to log in
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
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question