Compilation

Fermé
watmeto Messages postés 12 Date d'inscription dimanche 25 mai 2008 Statut Membre Dernière intervention 12 avril 2010 - 9 sept. 2008 à 03:22
watmeto Messages postés 12 Date d'inscription dimanche 25 mai 2008 Statut Membre Dernière intervention 12 avril 2010 - 9 sept. 2008 à 17:07
Bonjour tout le monde. Voila j ai un gros probleme. Il se trouve que c est la premiere fois que je compile un logiciel d habitude j utilise apt-get. Donc je disais que j ai essayer de suivre un tuto pour installer sagem fast 800 sous debian et il fallait que je compile le eagle-atm donc voila le message d erreur que ca m affiche je serai heureux si vous pouviiez m aider
[code]watmeto:/home/watmeto/Desktop/eagle-usb-2.1.1# ./configure
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C compiler cannot create executables
See `config.log' for more details.
watmeto:/home/watmeto/Desktop/eagle-usb-2.1.1#
[/code]

et voila le contenu du fichier log
[code]This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by eagle-usb configure 2.0.1, which was
generated by GNU Autoconf 2.59. Invocation command line was

$ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = watmeto
uname -m = i686
uname -r = 2.6.18-5-686
uname -s = Linux
uname -v = #1 SMP Mon Dec 24 16:41:07 UTC 2007

/usr/bin/uname -p = unknown
/bin/uname -X = unknown

/bin/arch = i686
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown

PATH: /usr/local/sbin
PATH: /usr/local/bin
PATH: /usr/sbin
PATH: /usr/bin
PATH: /sbin
PATH: /bin
PATH: /usr/bin/X11


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1554: checking for gcc
configure:1570: found /usr/bin/gcc
configure:1580: result: gcc
configure:1824: checking for C compiler version
configure:1827: gcc --version </dev/null >&5
gcc (GCC) 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

configure:1830: $? = 0
configure:1832: gcc -v </dev/null >&5
Using built-in specs.
Target: i486-linux-gnu
Configured with: ../src/configure -v --enable-languages=c,c++,fortran,objc,obj-c++,treelang --prefix=/usr --enable-shared --with-system-zlib --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --enable-nls --program-suffix=-4.1 --enable-__cxa_atexit --enable-clocale=gnu --enable-libstdcxx-debug --enable-mpfr --with-tune=i686 --enable-checking=release i486-linux-gnu
Thread model: posix
gcc version 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
configure:1835: $? = 0
configure:1837: gcc -V </dev/null >&5
gcc: '-V' option must have argument
configure:1840: $? = 1
configure:1863: checking for C compiler default output file name
configure:1866: gcc conftest.c >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:1869: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME "eagle-usb"
| #define PACKAGE_TARNAME "eagle-usb"
| #define PACKAGE_VERSION "2.0.1"
| #define PACKAGE_STRING "eagle-usb 2.0.1"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:1908: error: C compiler cannot create executables
See `config.log' for more details.

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_env_CC_set=
ac_cv_env_CC_value=
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_prog_ac_ct_CC=gcc

## ----------------- ##
## Output variables. ##
## ----------------- ##

BOOT_METHOD=''
BUILD_MODULE='1'
CC='gcc'
CFLAGS=''
CPP=''
CPPFLAGS=''
DEFS=''
DHCP=''
DISTRIB=''
DISTVER=''
DOCBOOK_STYLESHEETS=''
DSPDIR='${prefix}/share/eagle-usb/dsp'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP=''
EU_LANG='auto'
EXEEXT=''
GEN_DOC=''
INSTALL_DATA=''
INSTALL_PROGRAM=''
INSTALL_SCRIPT=''
KERNELSRC='/lib/modules/2.6.18-5-686/build'
KERNELVER=''
LDFLAGS=''
LIBOBJS=''
LIBS=''
LN_S=''
LTLIBOBJS=''
OBJEXT=''
OLD_EAGLE=''
PACKAGE_BUGREPORT=''
PACKAGE_NAME='eagle-usb'
PACKAGE_STRING='eagle-usb 2.0.1'
PACKAGE_TARNAME='eagle-usb'
PACKAGE_VERSION='2.0.1'
PATH_SEPARATOR=':'
PIDOF=''
PPPD=''
PPPOE=''
PPP_OPTIONS_ADSL='/etc/ppp/peers/adsl'
PPP_OPTIONS_DIR='/etc/ppp/peers'
PPP_OPTIONS_MIRE='/etc/ppp/peers/mire'
SHELL='/bin/sh'
SIMPLE=''
SYSCONF_FILE=''
TCL=''
TCPIP1=''
TCPIP2=''
TK=''
USE_CMVS='0'
USE_EAGLECONNECT='1'
USE_HOTPLUG=''
USE_IFUPDOWN=''
XSLTPROC=''
ac_ct_CC='gcc'
bindir='${exec_prefix}/bin'
build_alias=''
datadir='${prefix}/share'
exec_prefix='NONE'
host_alias=''
includedir='${prefix}/include'
infodir='${prefix}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
oldincludedir='/usr/include'
prefix='/usr'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "eagle-usb"
#define PACKAGE_STRING "eagle-usb 2.0.1"
#define PACKAGE_TARNAME "eagle-usb"
#define PACKAGE_VERSION "2.0.1"

configure: exit 77
[/code]
J attends votre reponse avec impatience

7 réponses

/usr/bin/ld: crt1.o: No such file: No such file or directory 

à mon avis cette première erreur entraine les autres en cascade....

C'est dumoins une piste à fouiller

essayes d'installer les paquets contenant ce crt1.o
0
SyGEN Messages postés 62 Date d'inscription lundi 10 mars 2008 Statut Membre Dernière intervention 11 septembre 2008 8
9 sept. 2008 à 09:10
Salut,

apt-get install libc6-dev


Ca devrait résoudre ton problème.

Amicalement.
0
watmeto Messages postés 12 Date d'inscription dimanche 25 mai 2008 Statut Membre Dernière intervention 12 avril 2010
9 sept. 2008 à 15:44
Desolé por le derangement ca marche mais j ai un autre message d erreur. Celui ci
========================================================================
distribution detected Debian

dhcp support dhclient

pppd support no (runtime detection)
install eagleconnect (tcl/tk frontend) no

generate documentation no
========================================================================

error: kernel-sources cannot be found!


Ou est ce quon peut telecharger les kernel-sources merci jattends vos reponse
0
SyGEN Messages postés 62 Date d'inscription lundi 10 mars 2008 Statut Membre Dernière intervention 11 septembre 2008 8
9 sept. 2008 à 16:23
tu dois trouver sous quel kernel tu run : uname -a

puis avec un peu de chance : apt-cache search linux | grep linux-source te listera les kernel sources de ton kernel, un simple apt-get install du bon, un ln -s dans le bon rép (check un peu qq tutos la dessus) et zou.

Si y a pas, ben kernel.org mais là on entre dans du délicat.
0

Vous n’avez pas trouvé la réponse que vous recherchez ?

Posez votre question
watmeto Messages postés 12 Date d'inscription dimanche 25 mai 2008 Statut Membre Dernière intervention 12 avril 2010
9 sept. 2008 à 16:35
quand je fais apt-cache search kernels sources ne marche n y apt-get install kernel-sources
0
SyGEN Messages postés 62 Date d'inscription lundi 10 mars 2008 Statut Membre Dernière intervention 11 septembre 2008 8
9 sept. 2008 à 16:49
Est-ce que j'ai écrit tapes : apt-cache search kernel-sources quelque part ????
Non, bon alors, fait comme j'ai dit déjà ....

Amicalement
0
watmeto Messages postés 12 Date d'inscription dimanche 25 mai 2008 Statut Membre Dernière intervention 12 avril 2010
9 sept. 2008 à 17:07
voila ce que ca m affiche
watmeto:/home/watmeto# uname -a
Linux watmeto 2.6.18-5-686 #1 SMP Mon Dec 24 16:41:07 UTC 2007 i686 GNU/Linux
watmeto:/home/watmeto# apt-cache search linux | grep linux-source
watmeto:/home/watmeto#
0