
A 回答 (2件)
- 最新から表示
- 回答順に表示
No.2
- 回答日時:
なんで今さら gcc2.95 なのかは知りませんが,
CC=gcc-2.95 ./configure
(あるいは csh 系なら env CC=gcc-2.95 ./configure)
はどうだろう. 多くの場合環境変数 CC が設定されていれば configure はそれをコンパイラとして使うようにするはずだと思う.
No.1
- 回答日時:
./configure --help
で確認してください。どのようなオプションがあるかはアプリケーションごとに大きく違います。
この回答への補足
Usage: configure [options] [host]
Options: [defaults in brackets after descriptions]
Configuration:
--cache-file=FILE cache test results in FILE
--help print this message
--no-create do not create output files
--quiet, --silent do not print `checking...' messages
--version print the version of autoconf that created configure
Directory and file names:
--prefix=PREFIX install architecture-independent files in PREFIX
[/usr/local]
--exec-prefix=EPREFIX install architecture-dependent files in EPREFIX
[same as prefix]
--bindir=DIR user executables in DIR [EPREFIX/bin]
--sbindir=DIR system admin executables in DIR [EPREFIX/sbin]
--libexecdir=DIR program executables in DIR [EPREFIX/libexec]
--datadir=DIR read-only architecture-independent data in DIR
[PREFIX/share]
--sysconfdir=DIR read-only single-machine data in DIR [PREFIX/etc]
--sharedstatedir=DIR modifiable architecture-independent data in DIR
[PREFIX/com]
--localstatedir=DIR modifiable single-machine data in DIR [PREFIX/var]
--libdir=DIR object code libraries in DIR [EPREFIX/lib]
--includedir=DIR C header files in DIR [PREFIX/include]
--oldincludedir=DIR C header files for non-gcc in DIR [/usr/include]
--infodir=DIR info documentation in DIR [PREFIX/info]
--mandir=DIR man documentation in DIR [PREFIX/man]
--srcdir=DIR find the sources in DIR [configure dir or ..]
--program-prefix=PREFIX prepend PREFIX to installed program names
--program-suffix=SUFFIX append SUFFIX to installed program names
--program-transform-name=PROGRAM
run sed PROGRAM on installed program names
Host type:
--build=BUILD configure for building on BUILD [BUILD=HOST]
--host=HOST configure for HOST [guessed]
--target=TARGET configure for TARGET [TARGET=HOST]
Features and packages:
--disable-FEATURE do not include FEATURE (same as --enable-FEATURE=no)
--enable-FEATURE[=ARG] include FEATURE [ARG=yes]
--with-PACKAGE[=ARG] use PACKAGE [ARG=yes]
--without-PACKAGE do not use PACKAGE (same as --with-PACKAGE=no)
--x-includes=DIR X include files are in DIR
--x-libraries=DIR X library files are in DIR
--enable and --with options recognized:
--with-gdbmuse GDBM library (data base manager) [default yes]
--with-bdbmuse Berkeley DB library (data base manager) [default no]
--with-regexuse Regex library [default yes]
--with-assocuse an assoc library [default yes]
--with-tntuse TNT parser [default yes]
--with-itsdbuse a [incr tsdb()] interface [default no]
--enable-profenable profiling (no or 0-5) [default 1]
--enable-passive-profenable passive profiling [default yes]
--enable-memchkenable memory checking [default yes]
--enable-xconstrenable complex constraints [default yes]
--enable-tthashenable type table hash [default yes]
--enable-rulehashenable TNT rule table hash [default no]
--enable-hashprofenable hash profiling [default no]
--enable-unifyprofenable unification profiling [default no]
--enable-copyprofenable copying profiling [default no]
--enable-unifyenable compiled unification [default yes]
--enable-blockcopyenable block copying [default yes]
--enable-extinstenable extended instructions [default yes]
--enable-debugturn on debugging [default no]
--enable-debugmemturn on debugging memory [default no]
--enable-debuglabelI don't know... [default yes]
--enable-string-gcenable string garbage collection [default yes]
--enable-assertenable assertions [default no]
./configure --helpの結果です。
何故か--with-CCがありません・・・。
お探しのQ&Aが見つからない時は、教えて!gooで質問しましょう!
似たような質問が見つかりました
- PostgreSQL PostgreSQL14.6のSSL対応について 1 2023/01/05 15:42
- C言語・C++・C# gcc のコンパイラオプションについて 2 2022/12/21 17:11
- C言語・C++・C# C言語のマクローリン展開ローラン展開のコードについて 3 2022/12/15 14:45
- Access(アクセス) Access DAOのExecuteメソッドのオプション(RecordsetOptionEnum)に 1 2022/09/19 07:34
- Excel(エクセル) 範囲指定をした中で、住所の列をユーザー設定の並べ替えをしたい 3 2022/05/15 13:51
- C言語・C++・C# exeファイルが作れない(windows10) 6 2022/08/13 08:47
- その他(コンピューター・テクノロジー) ブルースクリーンエラーの発生と解決手順 2 2022/10/09 13:05
- Google Drive マイドライブが表示されない 2 2022/12/17 18:21
- 数学 mtrajcp様に以前答えていただいた解答に関して、 複数の疑問がございます。 どうか、質問を連投す 3 2022/09/03 08:00
- 数学 「違います 質問11 n≦-2ではz≠π/2で g(z)=tan(z)/(z-π/2)^(n+1) 3 2022/07/16 18:12
関連するカテゴリからQ&Aを探す
おすすめ情報
デイリーランキングこのカテゴリの人気デイリーQ&Aランキング
-
unsigned long long 型のフォー...
-
MPI プログラム
-
sprintfの書式について
-
COBOLの論理演算子について質問...
-
COBOL計算式の中間ワーク桁数に...
-
未使用引数の注意文出力を回避...
-
Linux用のC/C++のツール
-
パーサとコンパイラの違いって?
-
Out Of Near Heap Space?
-
ソフトの開発言語を調べる方法
-
リリースモードとデバッグモー...
-
AIXとCOBOLについて
-
python エラー
-
エクセルのエラーメッセージ「4...
-
<unistd.h>をVisualStudioでつ...
-
アプリケーションのDLLファイル...
-
外部シンボル "_main"は未解決です
-
” OS ビルド ” の意味が分か...
-
デバッグとビルドは何が違うの...
-
HANDLEの宣言でのエラー
マンスリーランキングこのカテゴリの人気マンスリーQ&Aランキング
-
ソフトの開発言語を調べる方法
-
unsigned long long 型のフォー...
-
C++でデスクトップGUIアプリ開...
-
COBOLの論理演算子について質問...
-
組み込みソフト。ROM領域にデータ
-
printfなど、標準関数のソース...
-
cc と gcc の違い
-
リリースモードとデバッグモー...
-
パーサとコンパイラの違いって?
-
AIXとCOBOLについて
-
<conio.h>?
-
COBOLのALPHABET...
-
VC++の/Zm オプションについて
-
C++Builder → Visual C++ 移植...
-
C言語の規格
-
COBOLの論理演算子について
-
変数の内容がコロコロ変わる、...
-
Macで使えるC言語のコンパイラ...
-
PICでのI2C通信でのマスタ、ス...
-
最初に使う変数のゼロクリアに...
おすすめ情報