From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10406 invoked by alias); 20 Mar 2003 14:53:34 -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 10379 invoked from network); 20 Mar 2003 14:53:34 -0000 Received: from unknown (HELO localhost.redhat.com) (207.219.125.105) by sources.redhat.com with SMTP; 20 Mar 2003 14:53:34 -0000 Received: from redhat.com (localhost [127.0.0.1]) by localhost.redhat.com (Postfix) with ESMTP id E519C2B11; Thu, 20 Mar 2003 09:53:29 -0500 (EST) Message-ID: <3E79D5E9.10409@redhat.com> Date: Thu, 20 Mar 2003 14:53: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> <3E7907DF.2070409@redhat.com> <1048151863.3e7987378659e@webmail.fh-konstanz.de> Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-SW-Source: 2003-03/txt/msg00298.txt.bz2 > > > Thanks for your help & support!! > I've made this , and I have just one more problem that is: > > I've made a new ser-sim.c file, actually It seems like ser-pipe.c but with > empty functions for open/close and a _initialize.... function which is a copy > from _initialize_ser_pipe() but that use the new empty sim_open() and > sim_close. > I've made the gdb to obtain a ser-sim.o file. > I've changed the configure.in file to add this file where the other ser-** > are. I ran configure , and I've obtained no ser-sim.o entry in the Makefile, > where the other ser-*.o are. Not yet in init.c. > But, when I've changed manually Makefile and added the ser-sim.o file where > the other files are, I've got the desired init.c file , with the > _initialize_ser_sim() function in its code. > > What should I do to make this clean from configure?? I don't know. I suspect you just need to dig a little bit more. Andrew > Thanks for the form! I'll fill it > Best regards, Miguel. > > >