From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 13174 invoked by alias); 17 Feb 2011 18:33:57 -0000 Received: (qmail 13165 invoked by uid 22791); 17 Feb 2011 18:33:56 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from wp154.webpack.hosteurope.de (HELO wp154.webpack.hosteurope.de) (80.237.132.161) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 17 Feb 2011 18:33:51 +0000 Received: from cor000cs01.americas.hp.net ([15.251.169.69]); authenticated by wp154.webpack.hosteurope.de running ExIM with esmtpa id 1Pq8fk-00064z-Hv; Thu, 17 Feb 2011 19:33:48 +0100 Message-ID: <4D5D6A08.2000906@andihellmund.com> Date: Thu, 17 Feb 2011 19:32:00 -0000 From: Andi Hellmund User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US; rv:1.9.1.11pre) Gecko/20100624 Spicebird/0.8 MIME-Version: 1.0 To: charfi asma CC: Jonathan Wakely , gcc-help@gcc.gnu.org Subject: Re: can not make gcc-dev References: <307075.68480.qm@web28506.mail.ukl.yahoo.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit 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/msg00266.txt.bz2 On 2/17/2011 7:15 PM, Jonathan Wakely wrote: > On 17 February 2011 16:30, charfi asma wrote: > >> ...... >> /export/home/charfi/Bureau/build_uml/gcc/../../gcc-dev/gcc/gengtype-parse.c:915: >> 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: >> 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: >> 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: >> 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: >> undefined reference to `yylex' >> /export/home/charfi/Bureau/build_uml/gcc/../../gcc-dev/gcc/gengtype-parse.c:49: >> undefined reference to `yylex' >> collect2: ld a retourné 1 code d'état d'exécution >> make[2]: *** [build/gengtype] Erreur 1 >> make[2]: quittant le répertoire « /export/home/charfi/Bureau/build_uml/gcc » >> make[1]: *** [all-gcc] Erreur 2 >> make[1]: quittant le répert >> >> did I miss something ? >> > Do you have Flex installed? > As documented at http://gcc.gnu.org/install/prerequisites.html it is > needed for building from the source repository. > > Hey Asma, I wasn't able to reproduce the error on my system using the same source tree. Though, Jonathan might be right that you're missing some prerequisites ... Andi