From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 26868 invoked by alias); 18 Feb 2011 13:45:01 -0000 Received: (qmail 26857 invoked by uid 22791); 18 Feb 2011 13:44:59 -0000 X-SWARE-Spam-Status: No, hits=-0.2 required=5.0 tests=AWL,BAYES_50,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RFC_ABUSE_POST,TW_BJ,TW_CX,TW_GC,TW_GT,TW_IB X-Spam-Check-By: sourceware.org Received: from nm6-vm0.bullet.mail.ukl.yahoo.com (HELO nm6-vm0.bullet.mail.ukl.yahoo.com) (217.146.183.234) by sourceware.org (qpsmtpd/0.43rc1) with SMTP; Fri, 18 Feb 2011 13:44:53 +0000 Received: from [217.146.183.214] by nm6.bullet.mail.ukl.yahoo.com with NNFMP; 18 Feb 2011 13:44:51 -0000 Received: from [217.146.183.33] by tm7.bullet.mail.ukl.yahoo.com with NNFMP; 18 Feb 2011 13:44:50 -0000 Received: from [127.0.0.1] by omp1022.mail.ukl.yahoo.com with NNFMP; 18 Feb 2011 13:44:50 -0000 Received: (qmail 11091 invoked by uid 60001); 18 Feb 2011 13:44:50 -0000 Message-ID: <649997.9766.qm@web28501.mail.ukl.yahoo.com> Received: from [132.166.132.113] by web28501.mail.ukl.yahoo.com via HTTP; Fri, 18 Feb 2011 13:44:50 GMT References: <307075.68480.qm@web28506.mail.ukl.yahoo.com> Date: Fri, 18 Feb 2011 14:13:00 -0000 From: charfi asma Subject: Re : can not make gcc-dev To: charfi asma Cc: gcc-help@gcc.gnu.org In-Reply-To: <307075.68480.qm@web28506.mail.ukl.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2011-02/txt/msg00283.txt.bz2 ----- Message d'origine ---- De : charfi asma =C0 : gcc-help@gcc.gnu.org Envoy=E9 le : Jeu 17 f=E9vrier 2011, 17h 30min 29s Objet : can not make gcc-dev Hello, I tried to install gcc that I get from git clone=20 git://crules.org/git/gcc-dev.git. I downlaod this file into it (to install mpc, mpfr and gmp) :=20=20 http://gcc.gnu.org/svn/gcc/trunk/contrib/download_prerequisites $ cd gcc-dev $ sh ./download_prerequisites $ cd .. $ mkdir build_uml I configure with : ../gcc-dev/configure --enable-languages=3Dc,c++,uml=20 --disable-werror --disable-bootstrap when I call make with: make STAGE1_CFLAGS=3D"g -O1" I get those errors msg= =20 dealing with lexer and parser !! ...... /export/home/charfi/Bureau/build_uml/gcc/../../gcc-dev/gcc/gengtype-parse.c= :915:=20 undefined reference to `lexer_line' build/gengtype-parse.o: In function `token': /export/home/charfi/Bureau/build_uml/gcc/../../gcc-dev/gcc/gengtype-parse.c= :49:=20 undefined reference to `yylex' build/gengtype-parse.o: In function `typedef_decl': /export/home/charfi/Bureau/build_uml/gcc/../../gcc-dev/gcc/gengtype-parse.c= :838:=20 undefined reference to `lexer_line' build/gengtype-parse.o: In function `def_vec_alloc': /export/home/charfi/Bureau/build_uml/gcc/../../gcc-dev/gcc/gengtype-parse.c= :939:=20 undefined reference to `lexer_line' build/gengtype-parse.o: In function `token': /export/home/charfi/Bureau/build_uml/gcc/../../gcc-dev/gcc/gengtype-parse.c= :49:=20 undefined reference to `yylex' /export/home/charfi/Bureau/build_uml/gcc/../../gcc-dev/gcc/gengtype-parse.c= :49:=20 undefined reference to `yylex' collect2: ld a retourn=E9 1 code d'=E9tat d'ex=E9cution make[2]: *** [build/gengtype] Erreur 1 make[2]: quittant le r=E9pertoire =AB /export/home/charfi/Bureau/build_uml/= gcc =BB make[1]: *** [all-gcc] Erreur 2 make[1]: quittant le r=E9pert did I miss something ? My PC is a new one with gcc 4.4.1 [charfi@is010178 build_uml]$ gcc --v Utilisation des specs internes. Target: x86_64-manbo-linux-gnu Configur=E9 avec: ../configure --prefix=3D/usr --libexecdir=3D/usr/lib=20 --with-slibdir=3D/lib64 --with-bugurl=3Dhttps://qa.mandriva.com/=20 --mandir=3D/usr/share/man --infodir=3D/usr/share/info --enable-checking=3Dr= elease=20 --enable-languages=3Dc,c++,ada,fortran,objc,obj-c++,java=20 --build=3Dx86_64-manbo-linux-gnu --host=3Dx86_64-manbo-linux-gnu --with-cpu= =3Dgeneric=20 --with-system-zlib --enable-threads=3Dposix --enable-shared --enable-objc-g= c=20 --enable-long-long --enable-__cxa_atexit --disable-libunwind-exceptions=20 --enable-clocale=3Dgnu --enable-java-awt=3Dgtk=20 --with-java-home=3D/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre=20 --with-ecj-jar=3D/usr/share/java/eclipse-ecj.jar --enable-gtk-cairo=20 --disable-libjava-multilib --enable-ssp --disable-libssp --disable-werror=20 --with-ppl --with-cloog --with-python-dir=3D/lib/python2.6/site-packages Mod=E8le de thread: posix gcc version 4.4.1 (GCC) [charfi@is010178 build_uml]$ uname -a Linux is010178 2.6.31.14-desktop-1mnb #1 SMP Wed Nov 24 10:42:07 EST 2010 x= 86_64=20 Intel(R) Core(TM)2 Duo CPU P8400 @ 2.26GHz GNU/Linux thank you very much Asma Hello, Jonathan was right, I get a new pc and flex was not installed by default in= the=20 mandriva distribution ;) So the error does not come from gcc directory :) thank you very much ASMA