il n'existe pas pour ma plate forme mandrake,
http://sourceforge.net/project/sho [...] p_id=30568
j'ai donc été obligé de prendre :
Je viens de recuperez : par2cmdline-0.4.tar.gz
j'ai fais un
Code :
- [root@localhost par2cmdline-0.3]# ./configure
- checking build system type... i686-pc-linux-gnu
- checking host system type... i686-pc-linux-gnu
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for gawk... gawk
- checking whether make sets $(MAKE)... yes
- checking for g++... g++
- checking for C++ compiler default output... a.out
- checking whether the C++ compiler works... yes
- checking whether we are cross compiling... no
- checking for suffix of executables...
- checking for suffix of object files... o
- checking whether we are using the GNU C++ compiler... yes
- checking whether g++ accepts -g... yes
- checking for style of include used by make... GNU
- checking dependency style of g++... gcc3
- checking for a BSD-compatible install... /usr/bin/install -c
- checking for gcc... gcc
- checking whether we are using the GNU C compiler... yes
- checking whether gcc accepts -g... yes
- checking for gcc option to accept ANSI C... none needed
- checking dependency style of gcc... gcc3
- checking for dirent.h that defines DIR... yes
- checking for library containing opendir... none required
- checking how to run the C preprocessor... gcc -E
- checking for egrep... grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking for stdbool.h that conforms to C99... yes
- checking for _Bool... yes
- checking for ANSI C header files... (cached) yes
- checking stdio.h usability... yes
- checking stdio.h presence... yes
- checking for stdio.h... yes
- checking endian.h usability... yes
- checking endian.h presence... yes
- checking for endian.h... yes
- checking for size_t... yes
- checking whether byte ordering is bigendian... no
- checking for an ANSI C-conforming const... yes
- checking for inline... inline
- checking for working memcmp... yes
- checking for stricmp... no
- checking for strcasecmp... yes
- checking for strchr... yes
- checking for memcpy... yes
- configure: creating ./config.status
- config.status: creating stamp-h
- config.status: creating Makefile
- config.status: creating config.h
- config.status: config.h is unchanged
- config.status: executing depfiles commands
|
est ce que quand je vois no, cela veut dire que ca va pas ?
parce que quand je fais un make, je suis obliger de stoper en faisant Ctrl+C
Code :
- [root@localhost par2cmdline-0.3]# make
- make all-am
- make[1]: Entering directory `/home/alex/Documents/Download/par2cmdline-0.3'
- if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -O2 -MT creatorpacket.o -MD -MP -MF ".deps/creatorpacket.Tpo" \
- -c -o creatorpacket.o `test -f 'creatorpacket.cpp' || echo './'`creatorpacket.cpp; \
- then mv -f ".deps/creatorpacket.Tpo" ".deps/creatorpacket.Po"; \
- else rm -f ".deps/creatorpacket.Tpo"; exit 1; \
- fi
- if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -O2 -MT criticalpacket.o -MD -MP -MF ".deps/criticalpacket.Tpo" \
- -c -o criticalpacket.o `test -f 'criticalpacket.cpp' || echo './'`criticalpacket.cpp; \
- then mv -f ".deps/criticalpacket.Tpo" ".deps/criticalpacket.Po"; \
- else rm -f ".deps/criticalpacket.Tpo"; exit 1; \
- fi
- if g++ -DHAVE_CONFIG_H -I. -I. -I. -Wall -g -O2 -MT datablock.o -MD -MP -MF ".deps/datablock.Tpo" \
- -c -o datablock.o `test -f 'datablock.cpp' || echo './'`datablock.cpp; \
- then mv -f ".deps/datablock.Tpo" ".deps/datablock.Po"; \
- else rm -f ".deps/datablock.Tpo"; exit 1; \
|
j'ai loupé quelques choses ?
Message édité par weed le 24-05-2004 à 00:54:55