158

stackoverflowで同様の質問をいくつか確認しましたが、まだ答えが見つかりません。

ここに示すように、LionOSXにmemcachedをインストールしようとしています。

これが私が得ているものです:

j-court-demones-macbook-pro:libevent-1.4.12-stable jcourtdemone$ ./configure; make
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... ./install-sh -c -d
checking for gawk... no
checking for mawk... no
checking for nawk... no
checking for awk... awk
checking whether make sets $(MAKE)... yes
checking for gcc... gcc
checking for C compiler default output file name... 
configure: error: in `/tmp/libevent-1.4.12-stable':
configure: error: C compiler cannot create executables
See `config.log' for more details.
make: *** No targets specified and no makefile found.  Stop.

いくつかの場所で推奨されているようにXcodeを再インストールしましたが、サイコロはありません。

これが私の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 configure, which was
generated by GNU Autoconf 2.63.  Invocation command line was

  $ ./configure 

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

hostname = j-court-demones-macbook-pro.local
uname -m = x86_64
uname -r = 11.3.0
uname -s = Darwin
uname -v = Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~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 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64
Kernel configured for up to 8 processors.
4 processors are physically available.
8 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3 4 5 6 7
Primary memory available: 4.00 gigabytes
Default processor set: 109 tasks, 599 threads, 8 processors
Load average: 0.98, Mach factor: 7.01
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /opt/local/bin
PATH: /opt/local/sbin
PATH: /usr/bin
PATH: /Developer/usr/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/X11/bin


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

configure:2077: checking for a BSD-compatible install
configure:2145: result: /usr/bin/install -c
configure:2156: checking whether build environment is sane
configure:2199: result: yes
configure:2224: checking for a thread-safe mkdir -p
configure:2263: result: ./install-sh -c -d
configure:2276: checking for gawk
configure:2306: result: no
configure:2276: checking for mawk
configure:2306: result: no
configure:2276: checking for nawk
configure:2306: result: no
configure:2276: checking for awk
configure:2292: found /usr/bin/awk
configure:2303: result: awk
configure:2314: checking whether make sets $(MAKE)
configure:2336: result: yes
configure:2575: checking for gcc
configure:2591: found /Developer/usr/bin/gcc
configure:2602: result: gcc
configure:2834: checking for C compiler version
configure:2842: gcc --version >&5
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5484)
Copyright (C) 2005 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:2846: $? = 0
configure:2853: gcc -v >&5
Using built-in specs.
Target: i686-apple-darwin9
Configured with: /var/tmp/gcc/gcc-5484~1/src/configure --disable-checking -enable-werror --prefix=/usr --mandir=/share/man --enable-languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/$/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic --host=i686-apple-darwin9 --target=i686-apple-darwin9
Thread model: posix
gcc version 4.0.1 (Apple Inc. build 5484)
configure:2857: $? = 0
configure:2864: gcc -V >&5
gcc-4.0: argument to `-V' is missing
configure:2868: $? = 1
configure:2891: checking for C compiler default output file name
configure:2913: gcc    conftest.c  >&5
ld: library not found for -lcrt1.10.5.o
collect2: ld returned 1 exit status
configure:2917: $? = 1
configure:2955: result: 
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE "libevent"
| #define VERSION "1.4.12-stable"
| /* end confdefs.h.  */
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:2961: error: in `/tmp/libevent-1.4.12-stable':
configure:2964: error: C compiler cannot create executables
See `config.log' for more details.

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

ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
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_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_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_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_ac_ct_CC=gcc
ac_cv_prog_make_make_set=yes

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

ACLOCAL='${SHELL} /tmp/libevent-1.4.12-stable/missing --run aclocal-1.10'
AMDEPBACKSLASH=''
AMDEP_FALSE=''
AMDEP_TRUE=''
AMTAR='${SHELL} /tmp/libevent-1.4.12-stable/missing --run tar'
AR=''
AUTOCONF='${SHELL} /tmp/libevent-1.4.12-stable/missing --run autoconf'
AUTOHEADER='${SHELL} /tmp/libevent-1.4.12-stable/missing --run autoheader'
AUTOMAKE='${SHELL} /tmp/libevent-1.4.12-stable/missing --run automake-1.10'
AWK='awk'
BUILD_WIN32_FALSE=''
BUILD_WIN32_TRUE=''
CC='gcc'
CCDEPMODE=''
CFLAGS=''
CPP=''
CPPFLAGS=''
CXX=''
CXXCPP=''
CXXDEPMODE=''
CXXFLAGS=''
CYGPATH_W='echo'
DEFS=''
DEPDIR=''
DSYMUTIL=''
ECHO='/bin/echo'
ECHO_C='\c'
ECHO_N=''
ECHO_T=''
EGREP=''
EXEEXT=''
F77=''
FFLAGS=''
GREP=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LIBTOOL=''
LIBTOOL_DEPS=''
LN_S=''
LTLIBOBJS=''
MAKEINFO='${SHELL} /tmp/libevent-1.4.12-stable/missing --run makeinfo'
MKDIR_P='./install-sh -c -d'
NMEDIT=''
OBJEXT=''
PACKAGE='libevent'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB=''
SED=''
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
VERSION='1.4.12-stable'
ac_ct_CC='gcc'
ac_ct_CXX=''
ac_ct_F77=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include=''
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build=''
build_alias=''
build_cpu=''
build_os=''
build_vendor=''
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE}'
dvidir='${docdir}'
exec_prefix='NONE'
host=''
host_alias=''
host_cpu=''
host_os=''
host_vendor=''
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /tmp/libevent-1.4.12-stable/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/./install-sh -c -d'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define PACKAGE_NAME ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define PACKAGE_STRING ""
#define PACKAGE_BUGREPORT ""
#define PACKAGE "libevent"
#define VERSION "1.4.12-stable"

configure: exit 77
4

16 に答える 16

142

10.8をインストールし、コマンドラインツールを使用してXcode 4.4をインストールしましたが、それでもこのエラーが発生していました。Xcodeを再インストールするのではなく、config.logに2つの関連する行があることに気付きました。

configure:5130: checking for C compiler version
configure:5139: /Applications/Xcode.app/Contents/Developer/Toolchains/OSX10.8.xctoolchain/usr/bin/cc --version >&5

その道は私には存在しませんでした。代わりに私は持っていました:

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain

Cコンパイラ( "cc")は、そのxctoolchainディレクトリ内にあります。XcodeDefault.xctoolchainを指すOSX10.8.xctoolchainのシンボリックリンクを作成し、それを修正しました。これで、memcachedインストールスクリプトはコンパイラのバージョンを見つけて、その途中で続行できます。

cd /Applications/Xcode.app/Contents/Developer/Toolchains
sudo ln -s XcodeDefault.xctoolchain OSX10.8.xctoolchain

コメントで示唆されているように、Yosemite(10.10)またはMavericks(10.9)でこの問題が発生している場合は、上記のsymlinkコマンドを更新して、その特定のバージョン(OSX10.9.xctoolchainまたはOSX10.10.xctoolchain)を指すようにすることができます。

于 2012-07-29T20:03:05.777 に答える
124

古い開発ツールのセットがあります。gccはそのバージョンを4.0.1として報告しています。これは、古いバージョンのOSからの移行によって残っている可能性があります。Xcode 4.3.xをインストールした場合は、Xcode 4.3.xを起動して設定に移動し、[場所]タブを選択して、コマンドラインツールパッケージの横にある[インストール]をクリックする必要があります。

于 2012-04-27T21:59:48.490 に答える
74

このエラーメッセージが表示された場合は、アップグレード後にXcode使用許諾契約にまだ同意していない可能性があります。

まず、コマンドラインツールをアップグレードしたことを確認してください。

$ xcode-select --install

これらのツールを使用する前に、Appleはライセンスに同意することを求めています。

$ gcc
Agreeing to the Xcode/iOS license requires admin privileges, please re-run as root via sudo.

$ sudo gcc
You have not agreed to the Xcode license agreements. You must agree to both license agreements below in order to use Xcode.
[...]

承認すると、コマンドラインツールは期待どおりに機能します。

于 2013-11-15T04:56:31.197 に答える
13

私はすでにコマンドラインツールをxcodeにインストールしていましたが、それでもエラーが発生しました:

line 3619: /usr/bin/gcc-4.2: No such file or directory

私が入ったときwhich gccそれは戻った

/usr/bin/gcc

私が入ったとき、私gcc -vはたくさんのものを手に入れました

..  
gcc version 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)

そこで、シンボリックリンクを作成しました。

cd /usr/bin
sudo ln -s gcc gcc-4.2

そしてそれはうまくいきました!

(config.logファイルは、makeが何かをビルドしようとしているディレクトリにあります)

于 2012-08-20T02:36:14.983 に答える
12

私はちょうどこの問題でapacheを構築していました。私が使用したソリューションはMostafaと同じで、2つの変数をエクスポートする必要がありました。

export CC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
CPP='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -E'

これはMacOSXMavericksの1つでした

于 2013-12-20T23:30:05.440 に答える
6

まず、を使用してgccパスを取得します

コマンド:どのgcc

出力:/ usr / bin / gcc

同じ問題が発生しました。以下のコマンドでgccパスを設定してインストールしてください

CC = / usr / bin / gcc rvm install 1.9.3

後で「Rubyはドキュメントなしでビルドされました」と表示された場合は、以下のコマンドを実行してください

rvm docs generate-ri

于 2018-06-04T16:34:00.767 に答える
5

私にとって、それはgccの問題であり、で強調表示されていgcc -vます。最近Xcodeをアップグレードすることが問題でしたが、この投稿sudo xcode-select -switch /Applications/Xcode.appで問題が修正されました。

于 2013-10-17T17:04:47.750 に答える
5

コンパイラの設定として「clang」を設定すると、うまくいきました。

export CC=clang
pip install --no-clean pycrypto
于 2014-09-15T23:12:56.633 に答える
3
于 2015-10-23T08:19:09.513 に答える
2

RVM / Rubyが問題(Middleman / Grunt)を作成しているために誰かがここに来る場合、私は問題を解決しました。

PS。steroscottによる回答は、しばらく前に私の問題を修正しました...今回はそうではありませんでした。

私の場合、rvmはダウンロードしたgccをhomebrew経由で使用しようとしています。gccのbrewアンインストール(私にとってはgcc46)を実行し、rubyインストールのコードを再実行しました(古いプロジェクトold ruby​​ v)

$ brew uninstall gcc46

$ rvm install 1.9.3

要件をチェックするプロセス中に、新しいgccが自動的にフェッチされ、ブームが発生しました。すべてが機能しています。大きな注意点ですが、rvmコマンドからのgccのインストールには、テキストをスローせずに約10〜15分かかる場合があります。フリーズしていません:)頑張ってください

于 2014-10-01T06:21:28.837 に答える
1

Podをインストールしようとすると、react-nativeアプリの構築でこの問題が発生しました。2つの変数をエクスポートする必要がありました。

export CC=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc
CPP='/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/cc -E'
于 2020-01-29T11:59:23.100 に答える
0

私の場合、試してみ xcode-select --installましたが、ストアからは入手できないとのことです。それから、リミアンに触発されて、私は自分のgccをチェックしました:gcc -vそして、私は同意しなかったというメッセージを受け取りました。

gcc -vその時点から、私はそれが私にとってうまくいくことに同意した後、からの同意プロセスに従いました。

于 2014-09-27T17:29:10.670 に答える
0

Xcodeアプリケーション名にスペースが含まれていないことを確認してください(古いバージョンを保持している場合に発生する可能性があります。たとえば、名前を「Xcode4.app」に変更します)。ビルドツールはXcodeバンドルパス内で参照され、多くのスクリプトはスペースを含む参照を適切に処理できません。

于 2015-05-25T17:48:03.107 に答える
0

clangiOSクロスコンパイラについて

問題はにあることがわかりましたmiphoneos-version-min=5.0。に変更しましたmiphoneos-version-min=8.0。今では動作します。

簡単なtest.cファイルを作成し、ログに書き込むコマンドでコンパイルすることをお勧めします。

于 2017-04-07T10:18:40.513 に答える
0

Xcode.appバンドルへのパスにスペースや奇妙な文字が含まれていないことを確認します。Xcodeを〜/ Downloads / Last Dev Tools /フォルダーにインストールしているので、スペースを使用してフォルダーの名前をLastDevToolsに変更すると、これが修正されました(xcode-select -pをリセットした後)

于 2020-05-17T07:17:12.390 に答える
0

あなたがどこにいるかを確認してくださいclang

which clang

の下のどこかにあるはず/usr/bin/clangです。私の場合、昔から、コマンドラインPATHに人為的に配置されたMinicondaから来ていました。これを修正して、clangがXcodeから取得され、それがあなたを前進させるはずです。

于 2021-01-26T23:09:34.333 に答える