public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
* Re: Can't build GDB 4.18 under Cygnus 2.0.1
       [not found] ` <378E4F06.2942CB1C@ignitus.com>
@ 1999-07-15 17:57   ` Roger Cruz
  1999-07-15 19:09     ` Brendan Simon
                       ` (2 more replies)
  0 siblings, 3 replies; 10+ messages in thread
From: Roger Cruz @ 1999-07-15 17:57 UTC (permalink / raw)
  To: gdb, cygwin

I think I have narrowed down the problem of building GDB 4.18 with CygWin 20.1.  It
appears to be that the maximum command line has been exceeded.  The line as shown
below has 615 characters.  If I start removing directory names, it works fine when
the number is brought down to 412.  Is there any way that I can get around this
problem?  Does CygWin allow you to control the maximum line length?

Any ideas are welcome.  I'm anxious to get this building on a PC so I can work from
home!
Thanks.
Roger

Roger Cruz wrote:

> Here's a little more info about the failing command.  BTW, I have no problems
> building from the same code in Solaris so it must be a CygWin issue?
>
> + echo gcc_version =
> + [ -z  ]
> + rm -f ./Makefile.tm2
> + sed -e s:^SUBDIRS[  ]*=.*$:SUBDIRS =          intl mmalloc libiberty opcodes
> bfd readline gash db tcl tk tcl8.1 tk8.1 tclX itcl tix libgui byacc flex bison
> binutils ld gas gcc sim gdb make patch prms gdbtest tgas etc expect dejagnu ash
> bash bzip2 m4 libtool ispell grep diff cvssrc fileutils shellutils time
> textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode
> release sed utils gawk findutils snavigator libtool gettext zip libtermcap
> dosrel         : -e s:^NONSUBDIRS[  ]*=.*$:NONSUBDIRS = autoconf automake
> send-pr gprof rcs guile perl texinfo apache inet target-libgloss:
> ./Makefile.tem
> sed: Unterminated `s' command
>
> This comes from line 1364 in ./configure
>
>      echo gcc_version = ${gcc_version} >> ${Makefile}
>
>             # reset prefix, exec_prefix, srcdir, SUBDIRS, NONSUBDIRS,
>             # remove any form feeds.
>             if [ -z "${subdirs}" ]; then
>                 rm -f ${subdir}/Makefile.tm2
>                 sed -e "s:^SUBDIRS[  ]*=.*$:SUBDIRS = ${configdirs}:" \
>                     -e "s:^NONSUBDIRS[  ]*=.*$:NONSUBDIRS = ${noconfigdirs}:" \
>
>                     ${subdir}/Makefile.tem > ${subdir}/Makefile.tm2
>                 rm -f ${subdir}/Makefile.tem
>
> > The only problem I
> > saw during the configuration was a warning about an unterminated sed "s"
> > command.  I couldn't track which sed cmd this was.


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Can't build GDB 4.18 under Cygnus 2.0.1
  1999-07-15 17:57   ` Can't build GDB 4.18 under Cygnus 2.0.1 Roger Cruz
@ 1999-07-15 19:09     ` Brendan Simon
  1999-07-31 18:34       ` Brendan Simon
  1999-07-18 12:53     ` Roger Cruz
  1999-07-31 18:34     ` Roger Cruz
  2 siblings, 1 reply; 10+ messages in thread
From: Brendan Simon @ 1999-07-15 19:09 UTC (permalink / raw)
  To: Roger Cruz; +Cc: gdb, cygwin

Roger Cruz wrote:

> I think I have narrowed down the problem of building GDB 4.18 with CygWin 20.1.  It
> appears to be that the maximum command line has been exceeded.  The line as shown
> below has 615 characters.  If I start removing directory names, it works fine when
> the number is brought down to 412.  Is there any way that I can get around this
> problem?  Does CygWin allow you to control the maximum line length?
>
> Any ideas are welcome.  I'm anxious to get this building on a PC so I can work from
> home!
> Thanks.
> Roger

What are you using for your shell (bash, command.com or cmd.exe) ?
If you are not using bash, then I advise you to try it.  If you don't want a unix type
shell then you will have to try another alternative to the M$ shells.

If you are using bash, then I don't know what your alternatives are.  It might be a
limitiation in the executables that are being invoked ?

Brendan Simon.


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Can't build GDB 4.18 under Cygnus 2.0.1
  1999-07-15 17:57   ` Can't build GDB 4.18 under Cygnus 2.0.1 Roger Cruz
  1999-07-15 19:09     ` Brendan Simon
@ 1999-07-18 12:53     ` Roger Cruz
  1999-07-19 11:50       ` Stan Shebs
  1999-07-31 18:34       ` Roger Cruz
  1999-07-31 18:34     ` Roger Cruz
  2 siblings, 2 replies; 10+ messages in thread
From: Roger Cruz @ 1999-07-18 12:53 UTC (permalink / raw)
  To: gdb, cygwin

For future reference, the problem was with my environment.  I have WRS Tornado
installed in my PC as well. Tornado uses B19 of CygWin and it just so happen that the
sed program it was picking up was from that version rather than my cygwin b20.  A
little rearrangement of the path solved the problem which I'm convinced was only with
the sed program and not the bash shell like I initially suspected.

R.

Roger Cruz wrote:

> I think I have narrowed down the problem of building GDB 4.18 with CygWin 20.1.  It
> appears to be that the maximum command line has been exceeded.  The line as shown
> below has 615 characters.  If I start removing directory names, it works fine when
> the number is brought down to 412.  Is there any way that I can get around this
> problem?  Does CygWin allow you to control the maximum line length?
>
> Any ideas are welcome.  I'm anxious to get this building on a PC so I can work from
> home!
> Thanks.
> Roger
>
> Roger Cruz wrote:
>
> > Here's a little more info about the failing command.  BTW, I have no problems
> > building from the same code in Solaris so it must be a CygWin issue?
> >
> > + echo gcc_version =
> > + [ -z  ]
> > + rm -f ./Makefile.tm2
> > + sed -e s:^SUBDIRS[  ]*=.*$:SUBDIRS =          intl mmalloc libiberty opcodes
> > bfd readline gash db tcl tk tcl8.1 tk8.1 tclX itcl tix libgui byacc flex bison
> > binutils ld gas gcc sim gdb make patch prms gdbtest tgas etc expect dejagnu ash
> > bash bzip2 m4 libtool ispell grep diff cvssrc fileutils shellutils time
> > textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode
> > release sed utils gawk findutils snavigator libtool gettext zip libtermcap
> > dosrel         : -e s:^NONSUBDIRS[  ]*=.*$:NONSUBDIRS = autoconf automake
> > send-pr gprof rcs guile perl texinfo apache inet target-libgloss:
> > ./Makefile.tem
> > sed: Unterminated `s' command
> >
> > This comes from line 1364 in ./configure
> >
> >      echo gcc_version = ${gcc_version} >> ${Makefile}
> >
> >             # reset prefix, exec_prefix, srcdir, SUBDIRS, NONSUBDIRS,
> >             # remove any form feeds.
> >             if [ -z "${subdirs}" ]; then
> >                 rm -f ${subdir}/Makefile.tm2
> >                 sed -e "s:^SUBDIRS[  ]*=.*$:SUBDIRS = ${configdirs}:" \
> >                     -e "s:^NONSUBDIRS[  ]*=.*$:NONSUBDIRS = ${noconfigdirs}:" \
> >
> >                     ${subdir}/Makefile.tem > ${subdir}/Makefile.tm2
> >                 rm -f ${subdir}/Makefile.tem
> >
> > > The only problem I
> > > saw during the configuration was a warning about an unterminated sed "s"
> > > command.  I couldn't track which sed cmd this was.


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Can't build GDB 4.18 under Cygnus 2.0.1
  1999-07-18 12:53     ` Roger Cruz
@ 1999-07-19 11:50       ` Stan Shebs
  1999-07-31 18:34         ` Stan Shebs
  1999-07-31 18:34       ` Roger Cruz
  1 sibling, 1 reply; 10+ messages in thread
From: Stan Shebs @ 1999-07-19 11:50 UTC (permalink / raw)
  To: rogerc; +Cc: gdb, cygwin

   Date: Sun, 18 Jul 1999 15:58:04 -0400
   From: Roger Cruz <rogerc@ignitus.com>

   For future reference, the problem was with my environment.  I have WRS Tornado
   installed in my PC as well. Tornado uses B19 of CygWin and it just so happen that the
   sed program it was picking up was from that version rather than my cygwin b20.  A
   little rearrangement of the path solved the problem which I'm convinced was only with
   the sed program and not the bash shell like I initially suspected.

Thanks for the note!  That's worth putting in a ReadMe somewhere, it's
somewhat subtle.  Hopefully WRS will upgrade to b20 soon.

								Stan

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Can't build GDB 4.18 under Cygnus 2.0.1
  1999-07-19 11:50       ` Stan Shebs
@ 1999-07-31 18:34         ` Stan Shebs
  0 siblings, 0 replies; 10+ messages in thread
From: Stan Shebs @ 1999-07-31 18:34 UTC (permalink / raw)
  To: rogerc; +Cc: gdb, cygwin

   Date: Sun, 18 Jul 1999 15:58:04 -0400
   From: Roger Cruz <rogerc@ignitus.com>

   For future reference, the problem was with my environment.  I have WRS Tornado
   installed in my PC as well. Tornado uses B19 of CygWin and it just so happen that the
   sed program it was picking up was from that version rather than my cygwin b20.  A
   little rearrangement of the path solved the problem which I'm convinced was only with
   the sed program and not the bash shell like I initially suspected.

Thanks for the note!  That's worth putting in a ReadMe somewhere, it's
somewhat subtle.  Hopefully WRS will upgrade to b20 soon.

								Stan

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Can't build GDB 4.18 under Cygnus 2.0.1
  1999-07-15 19:09     ` Brendan Simon
@ 1999-07-31 18:34       ` Brendan Simon
  0 siblings, 0 replies; 10+ messages in thread
From: Brendan Simon @ 1999-07-31 18:34 UTC (permalink / raw)
  To: Roger Cruz; +Cc: gdb, cygwin

Roger Cruz wrote:

> I think I have narrowed down the problem of building GDB 4.18 with CygWin 20.1.  It
> appears to be that the maximum command line has been exceeded.  The line as shown
> below has 615 characters.  If I start removing directory names, it works fine when
> the number is brought down to 412.  Is there any way that I can get around this
> problem?  Does CygWin allow you to control the maximum line length?
>
> Any ideas are welcome.  I'm anxious to get this building on a PC so I can work from
> home!
> Thanks.
> Roger

What are you using for your shell (bash, command.com or cmd.exe) ?
If you are not using bash, then I advise you to try it.  If you don't want a unix type
shell then you will have to try another alternative to the M$ shells.

If you are using bash, then I don't know what your alternatives are.  It might be a
limitiation in the executables that are being invoked ?

Brendan Simon.


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Can't build GDB 4.18 under Cygnus 2.0.1
  1999-07-18 12:53     ` Roger Cruz
  1999-07-19 11:50       ` Stan Shebs
@ 1999-07-31 18:34       ` Roger Cruz
  1 sibling, 0 replies; 10+ messages in thread
From: Roger Cruz @ 1999-07-31 18:34 UTC (permalink / raw)
  To: gdb, cygwin

For future reference, the problem was with my environment.  I have WRS Tornado
installed in my PC as well. Tornado uses B19 of CygWin and it just so happen that the
sed program it was picking up was from that version rather than my cygwin b20.  A
little rearrangement of the path solved the problem which I'm convinced was only with
the sed program and not the bash shell like I initially suspected.

R.

Roger Cruz wrote:

> I think I have narrowed down the problem of building GDB 4.18 with CygWin 20.1.  It
> appears to be that the maximum command line has been exceeded.  The line as shown
> below has 615 characters.  If I start removing directory names, it works fine when
> the number is brought down to 412.  Is there any way that I can get around this
> problem?  Does CygWin allow you to control the maximum line length?
>
> Any ideas are welcome.  I'm anxious to get this building on a PC so I can work from
> home!
> Thanks.
> Roger
>
> Roger Cruz wrote:
>
> > Here's a little more info about the failing command.  BTW, I have no problems
> > building from the same code in Solaris so it must be a CygWin issue?
> >
> > + echo gcc_version =
> > + [ -z  ]
> > + rm -f ./Makefile.tm2
> > + sed -e s:^SUBDIRS[  ]*=.*$:SUBDIRS =          intl mmalloc libiberty opcodes
> > bfd readline gash db tcl tk tcl8.1 tk8.1 tclX itcl tix libgui byacc flex bison
> > binutils ld gas gcc sim gdb make patch prms gdbtest tgas etc expect dejagnu ash
> > bash bzip2 m4 libtool ispell grep diff cvssrc fileutils shellutils time
> > textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode
> > release sed utils gawk findutils snavigator libtool gettext zip libtermcap
> > dosrel         : -e s:^NONSUBDIRS[  ]*=.*$:NONSUBDIRS = autoconf automake
> > send-pr gprof rcs guile perl texinfo apache inet target-libgloss:
> > ./Makefile.tem
> > sed: Unterminated `s' command
> >
> > This comes from line 1364 in ./configure
> >
> >      echo gcc_version = ${gcc_version} >> ${Makefile}
> >
> >             # reset prefix, exec_prefix, srcdir, SUBDIRS, NONSUBDIRS,
> >             # remove any form feeds.
> >             if [ -z "${subdirs}" ]; then
> >                 rm -f ${subdir}/Makefile.tm2
> >                 sed -e "s:^SUBDIRS[  ]*=.*$:SUBDIRS = ${configdirs}:" \
> >                     -e "s:^NONSUBDIRS[  ]*=.*$:NONSUBDIRS = ${noconfigdirs}:" \
> >
> >                     ${subdir}/Makefile.tem > ${subdir}/Makefile.tm2
> >                 rm -f ${subdir}/Makefile.tem
> >
> > > The only problem I
> > > saw during the configuration was a warning about an unterminated sed "s"
> > > command.  I couldn't track which sed cmd this was.


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* Re: Can't build GDB 4.18 under Cygnus 2.0.1
  1999-07-15 17:57   ` Can't build GDB 4.18 under Cygnus 2.0.1 Roger Cruz
  1999-07-15 19:09     ` Brendan Simon
  1999-07-18 12:53     ` Roger Cruz
@ 1999-07-31 18:34     ` Roger Cruz
  2 siblings, 0 replies; 10+ messages in thread
From: Roger Cruz @ 1999-07-31 18:34 UTC (permalink / raw)
  To: gdb, cygwin

I think I have narrowed down the problem of building GDB 4.18 with CygWin 20.1.  It
appears to be that the maximum command line has been exceeded.  The line as shown
below has 615 characters.  If I start removing directory names, it works fine when
the number is brought down to 412.  Is there any way that I can get around this
problem?  Does CygWin allow you to control the maximum line length?

Any ideas are welcome.  I'm anxious to get this building on a PC so I can work from
home!
Thanks.
Roger

Roger Cruz wrote:

> Here's a little more info about the failing command.  BTW, I have no problems
> building from the same code in Solaris so it must be a CygWin issue?
>
> + echo gcc_version =
> + [ -z  ]
> + rm -f ./Makefile.tm2
> + sed -e s:^SUBDIRS[  ]*=.*$:SUBDIRS =          intl mmalloc libiberty opcodes
> bfd readline gash db tcl tk tcl8.1 tk8.1 tclX itcl tix libgui byacc flex bison
> binutils ld gas gcc sim gdb make patch prms gdbtest tgas etc expect dejagnu ash
> bash bzip2 m4 libtool ispell grep diff cvssrc fileutils shellutils time
> textutils wdiff find emacs emacs19 uudecode hello tar gzip indent recode
> release sed utils gawk findutils snavigator libtool gettext zip libtermcap
> dosrel         : -e s:^NONSUBDIRS[  ]*=.*$:NONSUBDIRS = autoconf automake
> send-pr gprof rcs guile perl texinfo apache inet target-libgloss:
> ./Makefile.tem
> sed: Unterminated `s' command
>
> This comes from line 1364 in ./configure
>
>      echo gcc_version = ${gcc_version} >> ${Makefile}
>
>             # reset prefix, exec_prefix, srcdir, SUBDIRS, NONSUBDIRS,
>             # remove any form feeds.
>             if [ -z "${subdirs}" ]; then
>                 rm -f ${subdir}/Makefile.tm2
>                 sed -e "s:^SUBDIRS[  ]*=.*$:SUBDIRS = ${configdirs}:" \
>                     -e "s:^NONSUBDIRS[  ]*=.*$:NONSUBDIRS = ${noconfigdirs}:" \
>
>                     ${subdir}/Makefile.tem > ${subdir}/Makefile.tm2
>                 rm -f ${subdir}/Makefile.tem
>
> > The only problem I
> > saw during the configuration was a warning about an unterminated sed "s"
> > command.  I couldn't track which sed cmd this was.


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* RE: Can't build GDB 4.18 under Cygnus 2.0.1
  1999-07-16  7:47 Roger Cruz
@ 1999-07-31 18:34 ` Roger Cruz
  0 siblings, 0 replies; 10+ messages in thread
From: Roger Cruz @ 1999-07-31 18:34 UTC (permalink / raw)
  To: 'gdb@sourceware.cygnus.com',
	'cygwin@sourceware.cygnus.com'

I'm using the bash shell that came with CygWin 20.1.
I also tried the cygwin1.dll from July 5th and it breaks the bash
completely.

>What are you using for your shell (bash, command.com or cmd.exe) ?


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

* RE: Can't build GDB 4.18 under Cygnus 2.0.1
@ 1999-07-16  7:47 Roger Cruz
  1999-07-31 18:34 ` Roger Cruz
  0 siblings, 1 reply; 10+ messages in thread
From: Roger Cruz @ 1999-07-16  7:47 UTC (permalink / raw)
  To: 'gdb@sourceware.cygnus.com',
	'cygwin@sourceware.cygnus.com'

I'm using the bash shell that came with CygWin 20.1.
I also tried the cygwin1.dll from July 5th and it breaks the bash
completely.

>What are you using for your shell (bash, command.com or cmd.exe) ?


--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

^ permalink raw reply	[flat|nested] 10+ messages in thread

end of thread, other threads:[~1999-07-31 18:34 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <378DF57E.3D26CA78@ignitus.com>
     [not found] ` <378E4F06.2942CB1C@ignitus.com>
1999-07-15 17:57   ` Can't build GDB 4.18 under Cygnus 2.0.1 Roger Cruz
1999-07-15 19:09     ` Brendan Simon
1999-07-31 18:34       ` Brendan Simon
1999-07-18 12:53     ` Roger Cruz
1999-07-19 11:50       ` Stan Shebs
1999-07-31 18:34         ` Stan Shebs
1999-07-31 18:34       ` Roger Cruz
1999-07-31 18:34     ` Roger Cruz
1999-07-16  7:47 Roger Cruz
1999-07-31 18:34 ` Roger Cruz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).