View Full Version : ./ configure mi da questo problema
ambuotiz
06-08-2005, 10:51
Sto provando a installare un programma (flex) ma quando digito ./ configure mi da questo errore : whether cross compiling... (cached) no
Cosa significa?
P.S. Sto usando fedora core 2 con tutti i pacchetti installati.
postalo tutto il log di ./configure
/\/\@®¢Ų
06-08-2005, 19:37
Sto provando a installare un programma (flex) ma quando digito ./ configure mi da questo errore : whether cross compiling... (cached) no
Cosa significa?
P.S. Sto usando fedora core 2 con tutti i pacchetti installati.
Di per se non e' un errore, sicuro che si pianti li' ?
Quel messaggio sta solo ad indicare che non stai facendo un cross-compile (ovvero il programma compilato verra' eseguito sullo stesso tipo di sistema sul quale viene generato)
ambuotiz
08-08-2005, 11:23
Di per se non e' un errore, sicuro che si pianti li' ?
Quel messaggio sta solo ad indicare che non stai facendo un cross-compile (ovvero il programma compilato verra' eseguito sullo stesso tipo di sistema sul quale viene generato)
sono andato avanti e ho digitato make,perņ mi da l'errore: nothing to do for "all".
/\/\@®¢Ų
08-08-2005, 19:52
sono andato avanti e ho digitato make,perņ mi da l'errore: nothing to do for "all".
L'errore non sta nel punto che hai indicato comunque, puoi riportare l'output completo del messaggio?
Di che programma si tratta ?
ambuotiz
09-08-2005, 17:05
L'errore non sta nel punto che hai indicato comunque, puoi riportare l'output completo del messaggio?
Di che programma si tratta ?
sto provando ad installare vari programmi che sono flex, bison, libpcap e libnet e tutti mi danno errori nel ./configure, credo che il problema sia comune a tutti questi programmi.
l'output del ./configure di libnet l'ho postato in quest'altra discussione http://www.hwupgrade.it/forum/showthread.php?p=9129100#post9129100 che avevo creato quando credevo che il problema del ./configure di libnet fosse differente da quello che mi riportava il ./ configure di flex.
comunque l'output č questo:
[root@localhost libnet] ./configure
begginning autoconfiguration process for libnet-1.1.2.1...
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target 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 whether to enable maintainer -specific portions of Makefiles... no
checking for gcc... gcc
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 gcc accept -g ... yes
checking for gcc option to accept ANSI C ... non needed
checking for style of include used by make ... GNU
checking dependency style of gcc ... non
checking for a BSD - compatible install ... /usr/bin/install -c
checking for ranlib ... ranlib
checking how to run the C preprocessor ... gcc -E
checking for a 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 inttypes.h ... yes
checking for unistd.h ... yes
checking sys/sockio.h usability ... no
checking sys/sockio.h presence ... no
checking for sys/sockio.h ... no
checking machine endianess ... lil
checking if unaligned accesses fail ... no
checking whether gcc needs - traditional ... no
checking for strerror ... yes
checking link-layer packet interface type ... found linux primitives
checking for packet socket (PF_SOCKET) ... yes
checking for linux proc filesystem... yes
scanning available packet costrucion modules: 802.1q 802.1x 802.2 802.3 arp bgp cdp data dhcp dms ethernet fddi gre icmp igmp ip ipsec isl link mpls ntp ospf rip rpc sebek snmp stp tcp token-ring udp vrrp
checking net/ethernet.h usability ... yes
checking net/ethernet.h presence... yes
checking for net/ethernet.h... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating include/Makefile
config.status: creating include/libnet/Makefile
config.status: creating sample/Makefile
config.status: creating version.h
config.status: creating include/libnet.h
config.status: creating libnet-config
config.status: creating include/config.h
config.status: include/config.h is unchanged
config.status: execunting depfiles commands
config.status: executing default commands
ambuotiz
11-08-2005, 18:20
perņ quando digito make mi da questi errori:
Making all in include
make[1]: Entering directory ' /root/libnet/include'
make all-recursive
make[2]: Entering directory ' /root/libnet/include'
Making all in libnet
make[3]: Entering diorectory ' /root/libnet/include/libnet'
make[3]: Nothing to be done for 'all'.
make[3]: Leaving directory ' /root/libnet/include/libnet'
make[3]: Entering directory ' /root/libnet/include'
make[3]: Leaving directory ' /root/libnet/include'
make[2]: Leaving directory ' /root/libnet/include'
make[1]: Leaving directory ' /root/libnet/include'
Making all in src
make[1]: Entering directory '/root/libnet/src'
make[1]: Nothing to be done for 'all'
make[1]: Leaving directory ' /root/libnet/src '
Making all in sample
make[1]: Entering directory '/root/libnet/sample '
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory ' /root/libnet/sample '
make[1]: Entering directory ' /root/libnet '
make[1]: Nothing to be done for 'all-am'
make[1]:Leaving directory ' /root/libnet'
Io non vedo nessun errore... :confused:
vBulletin® v3.6.4, Copyright ©2000-2025, Jelsoft Enterprises Ltd.