[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[debian-users:28016] potato での apache のコンパイル



井上裕寿といいます。
potatoでapache1.3.14をコンパイルすると下記のように/usr/bin/ldのところで
crt1.oがないといってコンパイルエラーになります。
debian流のコンパイルではconfigure & makeはどうすればいいのでしようか。

root@xxx:/usr/local/src/apache_1.3.14/src# ./Configure
Using config file: Configuration
Creating Makefile
 + configured for Linux platform
 + setting C compiler to gcc
 + setting C pre-processor to NOT-AVAILABLE
 + checking for system header files
 + adding selected modules
 + checking sizeof various data types
 + doing sanity check on compiler and options
** A test compilation with your Makefile configuration
** failed.  The below error output from the compilation
** test will give you an idea what is failing. Note that
** Apache requires an ANSI C Compiler, such as gcc. 

======== Error Output for sanity check ========
cd ..; gcc  -DLINUX=2 -DUSE_HSREGEX -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED      -o helpers/dummy helpers/dummy.c   -lm
/usr/bin/ld: cannot open crt1.o: No such file or directory
collect2: ld returned 1 exit status
make: *** [dummy] Error 1
============= End of Error Report =============

 Aborting!
root@xxx:/usr/local/src/apache_1.3.14/src# apt-get install gcc


-- 
inoue <yusu@xxxxxxxxxxxxxxxx>