Saya mencoba menginstal XFe 1.33 yang diunduh dari http://roland65.free.fr/xfe/index.php?page=docs Tapi ketika saya melakukan
./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for style of include used by make... GNU
checking for gcc... gcc
checking whether the C compiler works... no
configure: error: in `/usr/local/home/vquang/Desktop/xfe-1.33':
configure: error: C compiler cannot create executables
See `config.log' for more details
Saya mengalami kesalahan itu saya memeriksa kompiler gcc saya dan itu menjawab saya bahwa saya memiliki paket terbaru yang diinstal
Bisakah seseorang membantu saya mengatasi masalah kecil ini?
configure:3662: $? = 0
configure:3651: gcc -v >&5
Using built-in specs.
Target: i386-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/sh$
Thread model: posix
gcc version 4.1.2 20080704 (Red Hat 4.1.2-52)
configure:3662: $? = 0
configure:3651: gcc -V >&5
gcc: '-V' option must have argument
configure:3662: $? = 1
configure:3651: gcc -qversion >&5
gcc: unrecognized option '-qversion'
gcc: no input files
configure:3662: $? = 1
configure:3682: checking whether the C compiler works
configure:3704: gcc conftest.c -lX11 >&5
/usr/bin/ld: cannot find -lX11
collect2: ld returned 1 exit status
configure:3708: $? = 1
configure:3746: result: no
configure: failed program was:
| /* confdefs.h */
| #define PACKAGE_NAME "xfe"
| #define PACKAGE_TARNAME "xfe"
| #define PACKAGE_VERSION "1.33"
| #define PACKAGE_STRING "xfe 1.33"
| #define PACKAGE_BUGREPORT ""
| #define PACKAGE_URL ""
| #define PACKAGE "xfe"
| #define VERSION "1.33"
| /* end confdefs.h. */
|
| int | main ()
| {
|
| ;
| return 0;
| }
configure:3751: error: in `/usr/local/home/daniel/Desktop/xfe-1.33':
configure:3753: error: C compiler cannot create executables
See `config.log' for more details
linux
command-line
installation
terminal
Maney Php
sumber
sumber
config.log
?Jawaban:
Bagian yang berguna adalah:
Anda hilang
libX11.so
, atau tidak ada di jalur tautan Anda, atau Anda baru saja menginstalnya dan tidak menjalankanldconfig
untuk memperbarui konfigurasi. Akan aneh jika Anda memiliki lingkungan X yang berfungsi tanpa pustaka ini. Anda mungkin lebih beruntung di sini: https://unix.stackexchange.com/questions/1162/libx11-so-6-not-foundsumber