Follow the ce version document, configure step with error

Newbee here also for configure&make

The document is here

What I choose is Option 1: Source Integration

$ cd ~/Documents/code
$ git clone https://github.com/sqlcipher/sqlcipher.git
$ cd sqlcipher
$ ./configure --with-crypto-lib=none
$ make sqlite3.c 

result

->./configure --with-crypto-lib=none
checking build system type... i386-apple-darwin18.6.0
checking host system type... i386-apple-darwin18.6.0
checking how to print strings... printf
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/Users/jack/Desktop/test/sqlcipher':
configure: error: C compiler cannot create executables
See `config.log' for more details

Xcode & OpenSSL & System

Xcode Version 10.2.1 (10E1001)

->openssl version
LibreSSL 2.6.5

->uname -a
Darwin MacLeaf.local 18.6.0 Darwin Kernel Version 18.6.0: Thu Apr 25 23:16:27 PDT 2019; root:xnu-4903.261.4~2/RELEASE_X86_64 x86_64

Mojave Version 10.14.5

Here is the full log

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by sqlcipher configure 3.28.0, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --with-crypto-lib=none

## --------- ##
## Platform. ##
## --------- ##

hostname = MacLeaf.local
uname -m = x86_64
uname -r = 18.6.0
uname -s = Darwin
uname -v = Darwin Kernel Version 18.6.0: Thu Apr 25 23:16:27 PDT 2019; root:xnu-4903.261.4~2/RELEASE_X86_64

/usr/bin/uname -p = i386
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = Mach kernel version:
	 Darwin Kernel Version 18.6.0: Thu Apr 25 23:16:27 PDT 2019; root:xnu-4903.261.4~2/RELEASE_X86_64
Kernel configured for up to 6 processors.
6 processors are physically available.
6 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3 4 5
Primary memory available: 8.00 gigabytes
Default processor set: 376 tasks, 1644 threads, 6 processors
Load average: 1.88, Mach factor: 4.10
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /Users/jack/Library/Android/sdk/platform-tools
PATH: /Users/jack/Library/Android/sdk/tools
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2378: checking build system type
configure:2392: result: i386-apple-darwin18.6.0
configure:2412: checking host system type
configure:2425: result: i386-apple-darwin18.6.0
configure:2466: checking how to print strings
configure:2493: result: printf
configure:2562: checking for gcc
configure:2578: found /usr/bin/gcc
configure:2589: result: gcc
configure:2818: checking for C compiler version
configure:2827: gcc --version >&5
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include/c++/4.2.1
configure:2838: $? = 0
configure:2827: gcc -v >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include/c++/4.2.1
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:2838: $? = 0
configure:2827: gcc -V >&5
clang: error: unsupported option '-V -Wno-atomic-implicit-seq-cst'
clang: error: no input files
configure:2838: $? = 1
configure:2827: gcc -qversion >&5
clang: error: unknown argument '-qversion', did you mean '--version'?
clang: error: no input files
configure:2838: $? = 1
configure:2858: checking whether the C compiler works
configure:2880: gcc    conftest.c  >&5
ld: warning: URGENT: -ios_version_min is invalid for architecture x86/x86_64, inferring -ios_simulator_version_min. This will be an error in the future.
ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/lib/libSystem.tbd, missing required architecture x86_64 in file /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/lib/libSystem.tbd (4 slices)
ld: dynamic main executables must link with libSystem.dylib for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:2884: $? = 1
configure:2922: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlcipher"
| #define PACKAGE_TARNAME "sqlcipher"
| #define PACKAGE_VERSION "3.28.0"
| #define PACKAGE_STRING "sqlcipher 3.28.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:2927: error: in `/Users/jack/Desktop/test/sqlcipher':
configure:2929: error: C compiler cannot create executables
See `config.log' for more details

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i386-apple-darwin18.6.0
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_TCLLIBDIR_set=
ac_cv_env_TCLLIBDIR_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=i386-apple-darwin18.6.0
ac_cv_prog_ac_ct_CC=gcc

## ----------------- ##
## Output variables. ##
## ----------------- ##

ALLOWRELEASE=''
AR=''
AWK=''
BUILD_CC=''
BUILD_CFLAGS=''
BUILD_EXEEXT=''
CC='gcc'
CFLAGS=''
CPP=''
CPPFLAGS=''
DEFS=''
DLLTOOL=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP=''
EXEEXT=''
FGREP=''
GREP=''
HAVE_TCL=''
HAVE_ZLIB=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
LD=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIPO=''
LN_S=''
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MANIFEST_TOOL=''
NM=''
NMEDIT=''
OBJDUMP=''
OBJEXT=''
OPT_FEATURE_FLAGS=''
OTOOL64=''
OTOOL=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME='sqlcipher'
PACKAGE_STRING='sqlcipher 3.28.0'
PACKAGE_TARNAME='sqlcipher'
PACKAGE_URL=''
PACKAGE_VERSION='3.28.0'
PATH_SEPARATOR=':'
RANLIB=''
RELEASE=''
SED='/usr/bin/sed'
SHELL='/bin/sh'
SQLITE_OS_UNIX=''
SQLITE_OS_WIN=''
SQLITE_THREADSAFE=''
STRIP=''
TARGET_DEBUG=''
TARGET_EXEEXT=''
TARGET_HAVE_EDITLINE=''
TARGET_HAVE_READLINE=''
TARGET_READLINE_INC=''
TARGET_READLINE_LIBS=''
TCLLIBDIR=''
TCLSH_CMD=''
TCL_BIN_DIR=''
TCL_INCLUDE_SPEC=''
TCL_LIB_FILE=''
TCL_LIB_FLAG=''
TCL_LIB_SPEC=''
TCL_SHLIB_SUFFIX=''
TCL_SRC_DIR=''
TCL_STUB_LIB_FILE=''
TCL_STUB_LIB_FLAG=''
TCL_STUB_LIB_SPEC=''
TCL_VERSION=''
TEMP_STORE=''
USE_AMALGAMATION=''
USE_GCOV=''
VERSION=''
VERSION_NUMBER=''
XTHREADCONNECT=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
bindir='${exec_prefix}/bin'
build='i386-apple-darwin18.6.0'
build_alias=''
build_cpu='i386'
build_os='darwin18.6.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i386-apple-darwin18.6.0'
host_alias=''
host_cpu='i386'
host_os='darwin18.6.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "sqlcipher"
#define PACKAGE_TARNAME "sqlcipher"
#define PACKAGE_VERSION "3.28.0"
#define PACKAGE_STRING "sqlcipher 3.28.0"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""

configure: exit 77

-----------------------------2019-6-26 updated------------------------

Something wrong with this?

missing required architecture x86_64 in file libSystem.tbd
dynamic main executables must link with libSystem.dylib for architecture x86_64

It’s caused by an error that occurs in Mojave due to i386 architecture being deprecated.

The macOS 10.14 SDK no longer contains support for compiling 32-bit applications. If developers need to compile for i386, Xcode 9.4 or earlier is required. (39858111)

xcode_10_release_notes

@Jack_Martin

Thanks for your interest in SQLCipher and for posting to the discussion forum.

Can you make sure you have the most up-to-date command line tools using this command in terminal:

xcode-select --install

Did you just recently install this version of Xcode and/or have you never used the command line tools associated with it previously? The reason I ask is because I’m curious if this issue is just caused by not having accepted the Xcode license yet.

Does it prompt you to accept the Xcode license when you try to check the gcc version in the terminal?

sudo gcc -v

If you haven’t accepted the license, the output should be something similar to:

You have not agreed to the Xcode license agreements.

I believe it should prompt you right there to accept the license (after reading through it by hitting spacebar) then typing accept, but if it doesn’t you should be able to use the below command to bring up the license and accept it.

sudo xcodebuild -license

If this was indeed the cause, you should be able to retry the configure command after accepting.

Thx @mmoore, but without any luck.

->xcode-select --install
xcode-select: error: command line tools are already installed, use "Software Update" to install updates

->sudo gcc -v
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

I installed the Xcode from AppStore and build/archive many project with it(and its not a new development machine).
And for the license, agreed on the command line tool installing.

Same result on my other two Mac.

If you need future information, just let me know, and thx agian.

@Jack_Martin

From your original config log, I noticed that the --with-gxx-include-dir is pointing to

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/include/c++/4.2.1

whereas when you use terminal and gcc -v it’s pointing to the macOS SDK dir (what mine is pointing to locally that’s working fine with a similar environment as yours).

/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1

From the config.log these lines stand out to me as well:

ld: warning: URGENT: -ios_version_min is invalid for architecture x86/x86_64, inferring -ios_simulator_version_min. This will be an error in the future.
ld: warning: ignoring file /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/lib/libSystem.tbd, missing required architecture x86_64 in file /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS12.2.sdk/usr/lib/libSystem.tbd (4 slices)
ld: dynamic main executables must link with libSystem.dylib for architecture x86_64

Which leads to me believe that the --with-gxx-include-dir is what could be causing the issue. I found this post which is closely related: https://apple.stackexchange.com/questions/329446/gcc-with-gxx-include-dir-is-set-to-ios-11-4-simulator The fix for the user there was to uninstall/reinstall Xcode/command line tools.

Are you also using Homebrew? If so you can you send over your brew list.

Additionally could you send over the output of gcc --print-search-dirs ?

@mmoore

Command line tools was installed by Xcode its self the time when I first open the Xcode.

here is the brew list

->brew list
cocoapods		icu4c			openssl			python			readline		watchman
gdbm			node			pcre			react-native-cli	sqlite			xz

and for gcc search dirs

->gcc --print-search-dirs
install: /Applications/Xcode.app/Contents/Developer/usr/lib/llvm-gcc/4.2.1
programs: =/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
libraries: =/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/10.0.1:/Applications/Xcode.app/Contents/Developer/usr/lib/llvm-gcc/4.2.1

I’ll reinstall the command line tools and see if it works.

I really appreciate your help. Thank you.

@mmoore u save my ass!

It works!!!

Rename the /Library/Developer/CommandLineTools dir
Reboot
Run configure command and make

1 Like

@Jack_Martin

Excellent, glad I could help.

Hi, mmoore, unluckily, it came out to me.
However, the --with-gxx-include-dir in config.log is same with gcc -v prints.
So, I can not figure out what’s the problem.

I run configure as below.

❯ ./configure --enable-tempstore=yes CFLAGS="-DSQLITE_HAS_CODEC" LDFLAGS="-lcrypto"
❯ gcc -v
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin

config.log outputs

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by sqlcipher configure 3.27.2, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --enable-tempstore=yes CFLAGS=-DSQLITE_HAS_CODEC LDFLAGS=-lcrypto

## --------- ##
## Platform. ##
## --------- ##

hostname = bogon
uname -m = x86_64
uname -r = 18.5.0
uname -s = Darwin
uname -v = Darwin Kernel Version 18.5.0: Mon Mar 11 20:40:32 PDT 2019; root:xnu-4903.251.3~3/RELEASE_X86_64

/usr/bin/uname -p = i386
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = Mach kernel version:
	 Darwin Kernel Version 18.5.0: Mon Mar 11 20:40:32 PDT 2019; root:xnu-4903.251.3~3/RELEASE_X86_64
Kernel configured for up to 12 processors.
6 processors are physically available.
12 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3 4 5 6 7 8 9 10 11
Primary memory available: 16.00 gigabytes
Default processor set: 456 tasks, 3038 threads, 12 processors
Load average: 3.47, Mach factor: 8.52
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /Users/hongqinghua/.cargo/bin
PATH: /Users/hongqinghua/bin
PATH: /usr/local/bin
PATH: /Users/hongqinghua/.cargo/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /Users/hongqinghua/.go_workspace/bin
PATH: /Users/hongqinghua/Library/Android/sdk/tools
PATH: /Users/hongqinghua/Library/Android/sdk/platorm-tools


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2378: checking build system type
configure:2392: result: x86_64-apple-darwin18.5.0
configure:2412: checking host system type
configure:2425: result: x86_64-apple-darwin18.5.0
configure:2466: checking how to print strings
configure:2493: result: printf
configure:2562: checking for gcc
configure:2578: found /usr/bin/gcc
configure:2589: result: gcc
configure:2818: checking for C compiler version
configure:2827: gcc --version >&5
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1
configure:2838: $? = 0
configure:2827: gcc -v >&5
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.5.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:2838: $? = 0
configure:2827: gcc -V >&5
clang: error: unsupported option '-V -Wno-atomic-implicit-seq-cst'
clang: error: no input files
configure:2838: $? = 1
configure:2827: gcc -qversion >&5
clang: error: unknown argument '-qversion', did you mean '--version'?
clang: error: no input files
configure:2838: $? = 1
configure:2858: checking whether the C compiler works
configure:2880: gcc -DSQLITE_HAS_CODEC  -lcrypto conftest.c  >&5
ld: library not found for -lcrypto
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:2884: $? = 1
configure:2922: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlcipher"
| #define PACKAGE_TARNAME "sqlcipher"
| #define PACKAGE_VERSION "3.27.2"
| #define PACKAGE_STRING "sqlcipher 3.27.2"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:2927: error: in `/Users/hongqinghua/Workbench.local/Github/wcdb/sqlcipher':
configure:2929: error: C compiler cannot create executables
See `config.log' for more details

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-apple-darwin18.5.0
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=-DSQLITE_HAS_CODEC
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-lcrypto
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_TCLLIBDIR_set=
ac_cv_env_TCLLIBDIR_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-apple-darwin18.5.0
ac_cv_prog_ac_ct_CC=gcc

## ----------------- ##
## Output variables. ##
## ----------------- ##

ALLOWRELEASE=''
AR=''
AWK=''
BUILD_CC=''
BUILD_CFLAGS=''
BUILD_EXEEXT=''
CC='gcc'
CFLAGS='-DSQLITE_HAS_CODEC'
CPP=''
CPPFLAGS=''
DEFS=''
DLLTOOL=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP=''
EXEEXT=''
FGREP=''
GREP=''
HAVE_TCL=''
HAVE_ZLIB=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
LD=''
LDFLAGS='-lcrypto'
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIPO=''
LN_S=''
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MANIFEST_TOOL=''
NM=''
NMEDIT=''
OBJDUMP=''
OBJEXT=''
OPT_FEATURE_FLAGS=''
OTOOL64=''
OTOOL=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME='sqlcipher'
PACKAGE_STRING='sqlcipher 3.27.2'
PACKAGE_TARNAME='sqlcipher'
PACKAGE_URL=''
PACKAGE_VERSION='3.27.2'
PATH_SEPARATOR=':'
RANLIB=''
RELEASE=''
SED=''
SHELL='/bin/sh'
SQLITE_OS_UNIX=''
SQLITE_OS_WIN=''
SQLITE_THREADSAFE=''
STRIP=''
TARGET_DEBUG=''
TARGET_EXEEXT=''
TARGET_HAVE_EDITLINE=''
TARGET_HAVE_READLINE=''
TARGET_READLINE_INC=''
TARGET_READLINE_LIBS=''
TCLLIBDIR=''
TCLSH_CMD=''
TCL_BIN_DIR=''
TCL_INCLUDE_SPEC=''
TCL_LIB_FILE=''
TCL_LIB_FLAG=''
TCL_LIB_SPEC=''
TCL_SHLIB_SUFFIX=''
TCL_SRC_DIR=''
TCL_STUB_LIB_FILE=''
TCL_STUB_LIB_FLAG=''
TCL_STUB_LIB_SPEC=''
TCL_VERSION=''
TEMP_STORE=''
USE_AMALGAMATION=''
USE_GCOV=''
VERSION=''
VERSION_NUMBER=''
XTHREADCONNECT=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
bindir='${exec_prefix}/bin'
build='x86_64-apple-darwin18.5.0'
build_alias=''
build_cpu='x86_64'
build_os='darwin18.5.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='x86_64-apple-darwin18.5.0'
host_alias=''
host_cpu='x86_64'
host_os='darwin18.5.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "sqlcipher"
#define PACKAGE_TARNAME "sqlcipher"
#define PACKAGE_VERSION "3.27.2"
#define PACKAGE_STRING "sqlcipher 3.27.2"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""

configure: exit 77

Hi @qhhonx

The config.log reports that it is unable to locate the OpenSSL library you specified at the ./configure stage. You will need to provide the path to a prebuilt version of OpenSSL if you wish to use that crypto provider.

Thanks a lot for your answer. I see it.

Hi @Jack_Martin rename the directory to what?

I am having the same issue.

Below is my config.log

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by sqlcipher configure 3.28.0, which was
generated by GNU Autoconf 2.69.  Invocation command line was

  $ ./configure --enable-tempstore=yes CFLAGS=-DSQLITE_HAS_CODEC LDFLAGS=-lcrypto

## --------- ##
## Platform. ##
## --------- ##

hostname = PENADMINs-MacBook-Pro.local
uname -m = x86_64
uname -r = 18.6.0
uname -s = Darwin
uname -v = Darwin Kernel Version 18.6.0: Thu Apr 25 23:16:27 PDT 2019; root:xnu-4903.261.4~2/RELEASE_X86_64

/usr/bin/uname -p = i386
/bin/uname -X     = unknown

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = Mach kernel version:
	 Darwin Kernel Version 18.6.0: Thu Apr 25 23:16:27 PDT 2019; root:xnu-4903.261.4~2/RELEASE_X86_64
Kernel configured for up to 8 processors.
4 processors are physically available.
8 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 16.00 gigabytes
Default processor set: 675 tasks, 3807 threads, 8 processors
Load average: 3.05, Mach factor: 4.94
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /Users/bhirani/.nvm/versions/node/v10.16.3/bin
PATH: /usr/local/opt/icu4c/sbin
PATH: /usr/local/opt/icu4c/bin
PATH: /Users/bhirani/pear/bin
PATH: /Users/bhirani/pear/share/pear
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /Applications/Android
PATH: /Applications/VMware Fusion.app/Contents/Public
PATH: /usr/local/share/dotnet
PATH: /Library/Frameworks/Mono.framework/Versions/Current/Commands
PATH: /Applications/Xamarin Workbooks.app/Contents/SharedSupport/path-bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2378: checking build system type
configure:2392: result: i386-apple-darwin18.6.0
configure:2412: checking host system type
configure:2425: result: i386-apple-darwin18.6.0
configure:2466: checking how to print strings
configure:2493: result: printf
configure:2562: checking for gcc
configure:2578: found /usr/bin/gcc
configure:2589: result: gcc
configure:2818: checking for C compiler version
configure:2827: gcc --version >&5
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1
configure:2838: $? = 0
configure:2827: gcc -v >&5
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX10.14.sdk/usr/include/c++/4.2.1
Apple LLVM version 10.0.1 (clang-1001.0.46.4)
Target: x86_64-apple-darwin18.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
configure:2838: $? = 0
configure:2827: gcc -V >&5
clang: error: unsupported option '-V -Wno-atomic-implicit-seq-cst'
clang: error: no input files
configure:2838: $? = 1
configure:2827: gcc -qversion >&5
clang: error: unknown argument '-qversion', did you mean '--version'?
clang: error: no input files
configure:2838: $? = 1
configure:2858: checking whether the C compiler works
configure:2880: gcc -DSQLITE_HAS_CODEC  -lcrypto conftest.c  >&5
ld: library not found for -lcrypto
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:2884: $? = 1
configure:2922: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "sqlcipher"
| #define PACKAGE_TARNAME "sqlcipher"
| #define PACKAGE_VERSION "3.28.0"
| #define PACKAGE_STRING "sqlcipher 3.28.0"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:2927: error: in `/Users/bhirani/Downloads/sqlcipher-master':
configure:2929: error: C compiler cannot create executables
See `config.log' for more details

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i386-apple-darwin18.6.0
ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=-DSQLITE_HAS_CODEC
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=-lcrypto
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_TCLLIBDIR_set=
ac_cv_env_TCLLIBDIR_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=i386-apple-darwin18.6.0
ac_cv_prog_ac_ct_CC=gcc

## ----------------- ##
## Output variables. ##
## ----------------- ##

ALLOWRELEASE=''
AR=''
AWK=''
BUILD_CC=''
BUILD_CFLAGS=''
BUILD_EXEEXT=''
CC='gcc'
CFLAGS='-DSQLITE_HAS_CODEC'
CPP=''
CPPFLAGS=''
DEFS=''
DLLTOOL=''
DSYMUTIL=''
DUMPBIN=''
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP=''
EXEEXT=''
FGREP=''
GREP=''
HAVE_TCL=''
HAVE_ZLIB=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
LD=''
LDFLAGS='-lcrypto'
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIPO=''
LN_S=''
LTLIBOBJS=''
LT_SYS_LIBRARY_PATH=''
MANIFEST_TOOL=''
NM=''
NMEDIT=''
OBJDUMP=''
OBJEXT=''
OPT_FEATURE_FLAGS=''
OTOOL64=''
OTOOL=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME='sqlcipher'
PACKAGE_STRING='sqlcipher 3.28.0'
PACKAGE_TARNAME='sqlcipher'
PACKAGE_URL=''
PACKAGE_VERSION='3.28.0'
PATH_SEPARATOR=':'
RANLIB=''
RELEASE=''
SED=''
SHELL='/bin/sh'
SQLITE_OS_UNIX=''
SQLITE_OS_WIN=''
SQLITE_THREADSAFE=''
STRIP=''
TARGET_DEBUG=''
TARGET_EXEEXT=''
TARGET_HAVE_EDITLINE=''
TARGET_HAVE_READLINE=''
TARGET_READLINE_INC=''
TARGET_READLINE_LIBS=''
TCLLIBDIR=''
TCLSH_CMD=''
TCL_BIN_DIR=''
TCL_INCLUDE_SPEC=''
TCL_LIB_FILE=''
TCL_LIB_FLAG=''
TCL_LIB_SPEC=''
TCL_SHLIB_SUFFIX=''
TCL_SRC_DIR=''
TCL_STUB_LIB_FILE=''
TCL_STUB_LIB_FLAG=''
TCL_STUB_LIB_SPEC=''
TCL_VERSION=''
TEMP_STORE=''
USE_AMALGAMATION=''
USE_GCOV=''
VERSION=''
VERSION_NUMBER=''
XTHREADCONNECT=''
ac_ct_AR=''
ac_ct_CC='gcc'
ac_ct_DUMPBIN=''
bindir='${exec_prefix}/bin'
build='i386-apple-darwin18.6.0'
build_alias=''
build_cpu='i386'
build_os='darwin18.6.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='NONE'
host='i386-apple-darwin18.6.0'
host_alias=''
host_cpu='i386'
host_os='darwin18.6.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='NONE'
program_prefix='NONE'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

/* confdefs.h */
#define PACKAGE_NAME "sqlcipher"
#define PACKAGE_TARNAME "sqlcipher"
#define PACKAGE_VERSION "3.28.0"
#define PACKAGE_STRING "sqlcipher 3.28.0"
#define PACKAGE_BUGREPORT ""
#define PACKAGE_URL ""

configure: exit 77

@bhirani

Your issue is unrelated to the issue @Jack_Martin initially created this post about.

But notice, that your config.log is almost identical to one posted by @qhhonx

Please see the response from my colleague, @developernotes:

Hi @mmoore can you please help me out with this? Thanks in advance🀝.

This file contains any messages produced by compilers while

running configure, to aid debugging if configure makes a mistake.

It was created by lame configure 3.100, which was
generated by GNU Autoconf 2.69. Invocation command line was

$ /Users/mac/Desktop/Organize/Personal/MaighaCom/TestingSources/maiSources/build_scripts/platforms/ios/…/…/…/ffmpeg_sources/lame-3.100/configure --disable-shared --disable-frontend --host=i386-apple-darwin --prefix=/Users/mac/Desktop/Organize/Personal/MaighaCom/TestingSources/maiSources/build_scripts/platforms/ios/…/…/…/ffmpeg_build/platforms/ffmpeg_build_ios/thin-lame/i386 CC=xcrun -sdk iphonesimulator clang -arch i386 CFLAGS=-arch i386 -mios-simulator-version-min=5.0 -fembed-bitcode LDFLAGS=-arch i386 -mios-simulator-version-min=5.0 -fembed-bitcode

---------

Platform.

---------

hostname = Vetagiri-Hrushikesh.local
uname -m = x86_64
uname -r = 20.4.0
uname -s = Darwin
uname -v = Darwin Kernel Version 20.4.0: Thu Apr 22 21:46:47 PDT 2021; root:xnu-7195.101.2~1/RELEASE_X86_64

/usr/bin/uname -p = i386
/bin/uname -X = unknown

/bin/arch = unknown
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = Mach kernel version:
Darwin Kernel Version 20.4.0: Thu Apr 22 21:46:47 PDT 2021; root:xnu-7195.101.2~1/RELEASE_X86_64
Kernel configured for up to 12 processors.
6 processors are physically available.
12 processors are logically available.
Processor type: x86_64h (Intel x86-64h Haswell)
Processors active: 0 1 2 3 4 5 6 7 8 9 10 11
Primary memory available: 16.00 gigabytes
Default processor set: 597 tasks, 2309 threads, 12 processors
Load average: 21.91, Mach factor: 0.52
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /usr/local/opt/ruby/bin
PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /Users/mac/bin/Sencha/Cmd
PATH: /Users/mac/anaconda3/bin
PATH: /Users/mac/anaconda3/condabin
PATH: /anaconda3/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/go/bin
PATH: /Library/Apple/usr/bin
PATH: /tools
PATH: /platform-tools
PATH: /Users/mac/Library/Android/sdk/ndk/21.4.7075529
PATH: /Users/mac/Desktop/BUILD_FFMPEG/maiSources/ffmpeg_build/platforms/ffmpeg_build_osx/lib/pkgconfig

-----------

Core tests.

-----------

configure:2594: checking build system type
configure:2608: result: x86_64-apple-darwin20.4.0
configure:2628: checking host system type
configure:2641: result: i386-apple-darwin
configure:2678: checking for a BSD-compatible install
configure:2746: result: /usr/local/bin/ginstall -c
configure:2757: checking whether build environment is sane
configure:2812: result: yes
configure:2871: checking for i386-apple-darwin-strip
configure:2901: result: no
configure:2911: checking for strip
configure:2927: found /usr/bin/strip
configure:2938: result: strip
configure:2963: checking for a thread-safe mkdir -p
configure:3002: result: /usr/local/bin/gmkdir -p
configure:3009: checking for gawk
configure:3039: result: no
configure:3009: checking for mawk
configure:3039: result: no
configure:3009: checking for nawk
configure:3039: result: no
configure:3009: checking for awk
configure:3025: found /usr/bin/awk
configure:3036: result: awk
configure:3047: checking whether make sets $(MAKE)
configure:3069: result: yes
configure:3098: checking whether make supports nested variables
configure:3115: result: yes
configure:3246: checking whether to enable maintainer-specific portions of Makefiles
configure:3255: result: no
configure:3275: checking for style of include used by make
configure:3303: result: GNU
configure:3340: checking for i386-apple-darwin-gcc
configure:3367: result: xcrun -sdk iphonesimulator clang -arch i386
configure:3636: checking for C compiler version
configure:3645: xcrun -sdk iphonesimulator clang -arch i386 --version >&5
Apple clang version 12.0.5 (clang-1205.0.22.9)
Target: i386-apple-darwin20.4.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:3656: $? = 0
configure:3645: xcrun -sdk iphonesimulator clang -arch i386 -v >&5
Apple clang version 12.0.5 (clang-1205.0.22.9)
Target: i386-apple-darwin20.4.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
configure:3656: $? = 0
configure:3645: xcrun -sdk iphonesimulator clang -arch i386 -V >&5
clang: error: argument to β€˜-V’ is missing (expected 1 value)
clang: error: no input files
configure:3656: $? = 1
configure:3645: xcrun -sdk iphonesimulator clang -arch i386 -qversion >&5
clang: error: unknown argument β€˜-qversion’; did you mean β€˜β€“version’?
clang: error: no input files
configure:3656: $? = 1
configure:3676: checking whether the C compiler works
configure:3698: xcrun -sdk iphonesimulator clang -arch i386 -arch i386 -mios-simulator-version-min=5.0 -fembed-bitcode -arch i386 -mios-simulator-version-min=5.0 -fembed-bitcode conftest.c >&5
Undefined symbols for architecture i386:
β€œstart”, referenced from:
implicit entry/start for main executable
ld: symbol(s) not found for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)
configure:3702: $? = 1
configure:3740: result: no
configure: failed program was:
| /* confdefs.h /
| #define PACKAGE_NAME β€œlame”
| #define PACKAGE_TARNAME β€œlame”
| #define PACKAGE_VERSION β€œ3.100”
| #define PACKAGE_STRING β€œlame 3.100”
| #define PACKAGE_BUGREPORT β€œlame-dev@lists.sf.net”
| #define PACKAGE_URL β€œβ€
| #define PACKAGE β€œlame”
| #define VERSION β€œ3.100”
| /
end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:3745: error: in /Users/mac/Desktop/Organize/Personal/MaighaCom/TestingSources/maiSources/ffmpeg_build/platforms/ffmpeg_build_ios/scratch-lame/i386': configure:3747: error: C compiler cannot create executables See config.log’ for more details

----------------

Cache variables.

----------------

ac_cv_build=x86_64-apple-darwin20.4.0
ac_cv_env_CC_set=set
ac_cv_env_CC_value=β€˜xcrun -sdk iphonesimulator clang -arch i386’
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=’-arch i386 -mios-simulator-version-min=5.0 -fembed-bitcode’
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value=’-arch i386 -mios-simulator-version-min=5.0 -fembed-bitcode’
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_LT_SYS_LIBRARY_PATH_set=
ac_cv_env_LT_SYS_LIBRARY_PATH_value=
ac_cv_env_PKG_CONFIG_LIBDIR_set=
ac_cv_env_PKG_CONFIG_LIBDIR_value=
ac_cv_env_PKG_CONFIG_PATH_set=set
ac_cv_env_PKG_CONFIG_PATH_value=/Users/mac/Desktop/BUILD_FFMPEG/maiSources/ffmpeg_build/platforms/ffmpeg_build_osx/lib/pkgconfig
ac_cv_env_PKG_CONFIG_set=
ac_cv_env_PKG_CONFIG_value=
ac_cv_env_SNDFILE_CFLAGS_set=
ac_cv_env_SNDFILE_CFLAGS_value=
ac_cv_env_SNDFILE_LIBS_set=
ac_cv_env_SNDFILE_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=i386-apple-darwin
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=i386-apple-darwin
ac_cv_path_install=’/usr/local/bin/ginstall -c’
ac_cv_path_mkdir=/usr/local/bin/gmkdir
ac_cv_prog_AWK=awk
ac_cv_prog_CC=β€˜xcrun -sdk iphonesimulator clang -arch i386’
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_make_make_set=yes
am_cv_make_support_nested_variables=yes

-----------------

Output variables.

-----------------

ACLOCAL=’${SHELL} /Users/mac/Desktop/Organize/Personal/MaighaCom/TestingSources/maiSources/ffmpeg_sources/lame-3.100/missing aclocal-1.15’
ALLOCA=’’
AMDEPBACKSLASH=’’
AMDEP_FALSE=’#’
AMDEP_TRUE=’’
AMTAR=’$${TAR-tar}’
AM_BACKSLASH=’’
AM_DEFAULT_V=’$(AM_DEFAULT_VERBOSITY)’
AM_DEFAULT_VERBOSITY=β€˜1’
AM_V=’$(V)’
AR=’’
AUTOCONF=’${SHELL} /Users/mac/Desktop/Organize/Personal/MaighaCom/TestingSources/maiSources/ffmpeg_sources/lame-3.100/missing autoconf’
AUTOHEADER=’${SHELL} /Users/mac/Desktop/Organize/Personal/MaighaCom/TestingSources/maiSources/ffmpeg_sources/lame-3.100/missing autoheader’
AUTOMAKE=’${SHELL} /Users/mac/Desktop/Organize/Personal/MaighaCom/TestingSources/maiSources/ffmpeg_sources/lame-3.100/missing automake-1.15’
AWK=β€˜awk’
CC=β€˜xcrun -sdk iphonesimulator clang -arch i386’
CCDEPMODE=’’
CFLAGS=’-arch i386 -mios-simulator-version-min=5.0 -fembed-bitcode’
CONFIG_DEFS=’’
CONFIG_MATH_LIB=’’
CPP=’’
CPPFLAGS=’’
CPUCCODE=’’
CPUTYPE=’’
CYGPATH_W=β€˜echo’
DEFS=’’
DEPDIR=’.deps’
DLLTOOL=’’
DSYMUTIL=’’
DUMPBIN=’’
ECHO_C=’\c’
ECHO_N=’’
ECHO_T=’’
EGREP=’’
EXEEXT=’’
FGREP=’’
FRONTEND_CFLAGS=’’
FRONTEND_LDADD=’’
FRONTEND_LDFLAGS=’’
GREP=’’
GTK_CFLAGS=’’
GTK_CONFIG=’’
GTK_LIBS=’’
HAVE_NASM_FALSE=’’
HAVE_NASM_TRUE=’’
INCLUDES=’’
INSTALL_DATA=’${INSTALL} -m 644’
INSTALL_PROGRAM=’${INSTALL}’
INSTALL_SCRIPT=’${INSTALL}’
INSTALL_STRIP_PROGRAM=’$(install_sh) -c -s’
LD=’’
LDADD=’’
LDFLAGS=’-arch i386 -mios-simulator-version-min=5.0 -fembed-bitcode’
LIBICONV=’’
LIBOBJS=’’
LIBS=’’
LIBTOOL=’’
LIBTOOL_DEPS=’’
LIB_MAJOR_VERSION=’’
LIB_MINOR_VERSION=’’
LIB_WITH_DECODER_FALSE=’’
LIB_WITH_DECODER_TRUE=’’
LIPO=’’
LN_S=’’
LTLIBICONV=’’
LTLIBOBJS=’’
LT_SYS_LIBRARY_PATH=’’
MAINT=’#’
MAINTAINER_MODE_FALSE=’’
MAINTAINER_MODE_TRUE=’#’
MAKEDEP=’’
MAKEINFO=’${SHELL} /Users/mac/Desktop/Organize/Personal/MaighaCom/TestingSources/maiSources/ffmpeg_sources/lame-3.100/missing makeinfo’
MANIFEST_TOOL=’’
MKDIR_P=’/usr/local/bin/gmkdir -p’
NASM=’’
NASM_FORMAT=’’
NM=’’
NMEDIT=’’
OBJDUMP=’’
OBJEXT=’’
OTOOL64=’’
OTOOL=’’
PACKAGE=β€˜lame’
PACKAGE_BUGREPORT=β€˜lame-dev@lists.sf.net’
PACKAGE_NAME=β€˜lame’
PACKAGE_STRING=β€˜lame 3.100’
PACKAGE_TARNAME=β€˜lame’
PACKAGE_URL=’’
PACKAGE_VERSION=β€˜3.100’
PATH_SEPARATOR=’:’
PKG_CONFIG=’’
PKG_CONFIG_LIBDIR=’’
PKG_CONFIG_PATH=’/Users/mac/Desktop/BUILD_FFMPEG/maiSources/ffmpeg_build/platforms/ffmpeg_build_osx/lib/pkgconfig’
RANLIB=’’
RM_F=’’
SED=’’
SET_MAKE=’’
SHELL=’/bin/sh’
SNDFILE_CFLAGS=’’
SNDFILE_LIBS=’’
STRIP=β€˜strip’
VERSION=β€˜3.100’
WITH_FRONTEND=’’
WITH_MP3RTP=’’
WITH_MP3X=’’
WITH_VECTOR_FALSE=’’
WITH_VECTOR_TRUE=’’
WITH_XMM_FALSE=’’
WITH_XMM_TRUE=’’
ac_ct_AR=’’
ac_ct_CC=’’
ac_ct_DUMPBIN=’’
am__EXEEXT_FALSE=’’
am__EXEEXT_TRUE=’’
am__fastdepCC_FALSE=’’
am__fastdepCC_TRUE=’’
am__include=β€˜include’
am__isrc=’ -I$(srcdir)’
am__leading_dot=’.’
am__nodep=’_no’
am__quote=’’
am__tar=’$${TAR-tar} chof - β€œ$$tardir”’
am__untar=’$${TAR-tar} xf -’
bindir=’${exec_prefix}/bin’
build=β€˜x86_64-apple-darwin20.4.0’
build_alias=’’
build_cpu=β€˜x86_64’
build_os=β€˜darwin20.4.0’
build_vendor=β€˜apple’
datadir=’${datarootdir}’
datarootdir=’${prefix}/share’
docdir=’${datarootdir}/doc/${PACKAGE_TARNAME}’
dvidir=’${docdir}’
exec_prefix=β€˜NONE’
host=β€˜i386-apple-darwin’
host_alias=β€˜i386-apple-darwin’
host_cpu=β€˜i386’
host_os=β€˜darwin’
host_vendor=β€˜apple’
htmldir=’${docdir}’
includedir=’${prefix}/include’
infodir=’${datarootdir}/info’
install_sh=’${SHELL} /Users/mac/Desktop/Organize/Personal/MaighaCom/TestingSources/maiSources/ffmpeg_sources/lame-3.100/install-sh’
libdir=’${exec_prefix}/lib’
libexecdir=’${exec_prefix}/libexec’
localedir=’${datarootdir}/locale’
localstatedir=’${prefix}/var’
mandir=’${datarootdir}/man’
mkdir_p=’$(MKDIR_P)’
oldincludedir=’/usr/include’
pdfdir=’${docdir}’
prefix=’/Users/mac/Desktop/Organize/Personal/MaighaCom/TestingSources/maiSources/build_scripts/platforms/ios/…/…/…/ffmpeg_build/platforms/ffmpeg_build_ios/thin-lame/i386’
program_transform_name=β€˜s,x,x,’
psdir=’${docdir}’
sbindir=’${exec_prefix}/sbin’
sharedstatedir=’${prefix}/com’
sysconfdir=’${prefix}/etc’
target_alias=’’

-----------

confdefs.h.

-----------

/* confdefs.h */
#define PACKAGE_NAME β€œlame”
#define PACKAGE_TARNAME β€œlame”
#define PACKAGE_VERSION β€œ3.100”
#define PACKAGE_STRING β€œlame 3.100”
#define PACKAGE_BUGREPORT β€œlame-dev@lists.sf.net”
#define PACKAGE_URL β€œβ€
#define PACKAGE β€œlame”
#define VERSION β€œ3.100”

configure: exit 77