Linmodems Mailing list Archives

Google
 
Web archives.linmodems.org

Return-Path: <mborgnia@nih.gov>
Mailing-List: contact discuss-help@linmodems.org; run by ezmlm
Delivered-To: mailing list discuss@linmodems.org
Received: (qmail 21534 invoked from network); 9 Oct 2002 04:12:39 -0000
Received: from mailfwd.nih.gov (HELO kafka.net.nih.gov) (165.112.130.10)
  by www.linmodems.org with SMTP; 9 Oct 2002 04:12:39 -0000
Received: from parachute5-156-40-69-88.net.nih.gov (parachute5-156-40-69-88.net.nih.gov [156.40.69.88])
	by kafka.net.nih.gov (/8.10.1) with ESMTP id g994CX4V026853;
	Wed, 9 Oct 2002 00:12:34 -0400 (EDT)
Subject: Re: [PATCH] Fix for gcc3.2 problem in src/ptserial/Makefile.am
From: "Mario J. Borgnia" <mborgnia@nih.gov>
To: Dan Kegel <dank@kegel.com>, linmodems <discuss@linmodems.org>
In-Reply-To: <3DA39C5F.C738CC6E@kegel.com>
References: <200210061541.g96Ffl714454@kegel.com>
	<1034107235.24584.130.camel@diogenes.nci.nih.gov> 
	<3DA39C5F.C738CC6E@kegel.com>
Content-Type: text/plain
Content-Transfer-Encoding: 7bit
X-Mailer: Ximian Evolution 1.0.8 (1.0.8-10) 
Date: 09 Oct 2002 00:13:06 -0400
Message-Id: <1034136788.1215.6.camel@localhost.localdomain>
Mime-Version: 1.0

Sorry Dan, I thought I was responding to the group (irrational use of
reply). Anyway, I am connecting from the machine in question now.
Something about my settings is not right, it is an on/off situation. I
just modified the modules.conf and removed all references to pctel and
ptserial proceeding next to insmod manually the two modules. Thanks
anyway

Mario


On Tue, 2002-10-08 at 23:02, Dan Kegel wrote:
> Nope, sorry :-(
> - Dan
> 
> "Mario J. Borgnia" wrote:
> > 
> > I've tried it, it compiles but insmod still complains about the version
> > of gcc, and, more important, my system hangs while negotiating with the
> > ISP. I've seen this in the past, but usually it was in the second round
> > of connection and would go away if I rmmod-ed the ptserial module prior
> > to connecting for the second time. Any suggestions?
> > 
> > Mario
> > 
> > BTW: The whole thing compiled with gcc 2.95 hangs my system right away.
> > 
> > On Sun, 2002-10-06 at 11:41, dank@kegel.com wrote:
> > > Here's a fix for the compiler error "multiline string literals are deprecated".
> > > It worked for me...
> > > - Dan
> > >
> > > --- pctel-0.9.4/src/ptserial/Makefile.am.orig Sun Oct  6 08:37:38 2002
> > > +++ pctel-0.9.4/src/ptserial/Makefile.am      Sun Oct  6 08:37:50 2002
> > > @@ -2,7 +2,7 @@
> > >  EXTRA_DIST      = ptserial-2.4.6.c ptserial-2.4.7.c
> > >
> > >  BUILD_SYSTEM    = `uname -s -m -r -p`
> > > -GCC_VERSION     = `gcc --version`
> > > +GCC_VERSION     = `gcc --version | head -1`
> > >
> > >  CFLAGS          = -D__KERNEL__ -Werror -Wno-trigraphs -fno-common -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -DMODULE -DMODVERSIONS -DEXPORT_SYMTAB -D$(HAL_TARGET) $(AUDIO_ROUTING) -DBUILD_SYSTEM=\""$(BUILD_SYSTEM)\"" -DGCC_VERSION=\""$(GCC_VERSION)\"" -I$(top_srcdir)/include -I$(KERNEL_INCLUDES) -include $(KERNEL_INCLUDES)/linux/modversions.h
> > >  COMPILE         = $(CC) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(CFLAGS) @DEFS@ $(AM_CFLAGS)
> > --
> > +---------------------------------+
> > | Mario J. Borgnia, Ph. D.        |
> > |                                 |
> > | Lab of Cell Biology             |
> > | NIH NCI/CCR                     |
> > | 50 South Drive Rm 4306 MSC 8008 |
> > | Bethesda MD 20892-8008          |
> > |                                 |
> > | Tel: (301) 594 0563             |
> > | mborgnia@nih.gov                |
> > +---------------------------------+
> > ..."We can bomb the world to pieces
> > but we can't bomb it into peace"...
> >                -- Michael Franti


Webmaster: Russell Nelson
Last modified: Wed Jul 30 11:02:43 EDT 2003