Pagina 1 di 1

[RISOLTO] gparted-0.8.1

Inviato: sab 28 mag 2011, 4:36
da kimotori
Buon giorno a tutti

Avrei un problemino sulla compilazione di gparted; attualmente uso la slack32bit 13.37 kernel 2.6.37.6 (mio)

al seguito del ./configure compare questo strano problema:

checking for a BSD-compatible install... /bin/ginstall -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 whether to enable maintainer-specific portions of Makefiles... no
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of gcc... gcc3
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking build system type... i486-slackware-linux-gnu
checking host system type... i486-slackware-linux-gnu
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for fgrep... /bin/grep -F
checking for ld used by gcc... /usr/i486-slackware-linux/bin/ld
checking if the linker (/usr/i486-slackware-linux/bin/ld) is GNU ld... yes
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
checking the name lister (/usr/bin/nm -B) interface... BSD nm
checking whether ln -s works... yes
checking the maximum length of command line arguments... 1572864
checking whether the shell understands some XSI constructs... yes
checking whether the shell understands "+="... yes
checking for /usr/i486-slackware-linux/bin/ld option to reload object files... -r
checking for objdump... objdump
checking how to recognize dependent libraries... pass_all
checking for ar... ar
checking for strip... strip
checking for ranlib... ranlib
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking how to run the C preprocessor... /lib/cpp
configure: error: in `/home/kimotori/Desktop/gparted-0.8.1':
configure: error: C preprocessor "/lib/cpp" fails sanity check
See `config.log' for more details

non capisco perchè.. eppure ho tutto il necessario.. o... almeno credo. ....sanity check? Qualche idea?
Devo reinstallare gcc?

Re: gparted-0.8.1

Inviato: sab 28 mag 2011, 10:23
da Loris

Re: gparted-0.8.1

Inviato: ven 10 giu 2011, 6:42
da kimotori
Grazie loris, ma gradivo capire perchè :)

Re: gparted-0.8.1

Inviato: ven 10 giu 2011, 10:42
da ZeroUno
dai una occhiata a config.log e manda la riga ./configure completa che hai usato.

Re: gparted-0.8.1

Inviato: ven 10 giu 2011, 14:46
da kimotori
nella riga del configure non ho messo opzioni

ho provato anche con questa generica:
CFLAGS="-O2 -march=i486 -mcpu=i686" ./configure --prefix=/usr --disable-static
ed anche questa
CFLAGS="-O2 -march=i686" ./configure --prefix=/usr --disable-static

tutto uguale

Re: gparted-0.8.1

Inviato: sab 11 giu 2011, 0:16
da ZeroUno
Hai una installazione full di slackware?

http://www.linuxquestions.org/questions ... me-823806/

Re: [RISOLTO] gparted-0.8.1

Inviato: sab 29 set 2012, 14:32
da kimotori
Me ne ero dimenticato, Grazie @ZeroUno.