From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 14474 invoked by alias); 20 Mar 2003 00:14:29 -0000 Mailing-List: contact gdb-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-owner@sources.redhat.com Received: (qmail 14441 invoked from network); 20 Mar 2003 00:14:29 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 20 Mar 2003 00:14:29 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id 30E462B11; Wed, 19 Mar 2003 19:14:24 -0500 (EST) Message-ID: <3E7907DF.2070409@redhat.com> Date: Thu, 20 Mar 2003 00:14:00 -0000 From: Andrew Cagney User-Agent: Mozilla/5.0 (X11; U; NetBSD macppc; en-US; rv:1.0.2) Gecko/20030223 X-Accept-Language: en-us, en MIME-Version: 1.0 To: msarasa@fh-konstanz.de Cc: gdb@sources.redhat.com Subject: Re: ser-tcp ser-unix question References: <1048004350.3e7746ff02818@webmail.fh-konstanz.de> <3E774F11.70409@redhat.com> <1048074199.3e7857d755845@webmail.fh-konstanz.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-03/txt/msg00294.txt.bz2 > When i've made this , what should I do to build the gnu tools with the new > file? I've tried to add ser-sim.c to configure.in (which is my file) in the > line : SER_HARDWIRE = " ser-tcp.o ser-unix.o ser-pipe.o" , but eventhough I > wrote SER_HARDWIRE = " ser-tcp.o ser-unix.o ser-pipe.o ser-sim.o",and then > runned configure the makefile remains unaltered at this point(ser-sim.o , > nowhere, the other yes). What I'm doing wrong? These ser-* files seems a > little bit strange to me, because they're not included in any other file, so I > thought that the only relation with the rest of gnu comes by the configure > file. That should be all you need. Perhaphs you need an _initialize_ser_xxx() function to force linking of the file? Andrew