We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
OS X: ( the following builds 32bit static poco for OS X, without mysql as that is GPL and not a default library )
export ARCHFLAGS="-arch i386" export POCO_TARGET_OSARCH="i386" ./configure --no-tests --no-samples --static --omit=Data/MySQL make