public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: Roger Cruz <rogerc@ignitus.com>
To: gdb@sourceware.cygnus.com, cygwin@sourceware.cygnus.com
Subject: Re: Can't build GDB 4.18 under Cygnus 2.0.1
Date: Thu, 15 Jul 1999 17:57:00 -0000	[thread overview]
Message-ID: <378E8479.8154C6E5@ignitus.com> (raw)
In-Reply-To: <378E4F06.2942CB1C@ignitus.com>

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

WARNING: multiple messages have this Message-ID
From: Roger Cruz <rogerc@ignitus.com>
To: gdb@sourceware.cygnus.com, cygwin@sourceware.cygnus.com
Subject: Re: Can't build GDB 4.18 under Cygnus 2.0.1
Date: Sat, 31 Jul 1999 18:34:00 -0000	[thread overview]
Message-ID: <378E8479.8154C6E5@ignitus.com> (raw)
Message-ID: <19990731183400.w8GFv4lial3x7vR7kRY2Y4e9kn9YUAMZUEtqijTqRmI@z> (raw)
In-Reply-To: <378E4F06.2942CB1C@ignitus.com>

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

       reply	other threads:[~1999-07-15 17:57 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <378DF57E.3D26CA78@ignitus.com>
     [not found] ` <378E4F06.2942CB1C@ignitus.com>
1999-07-15 17:57   ` Roger Cruz [this message]
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

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=378E8479.8154C6E5@ignitus.com \
    --to=rogerc@ignitus.com \
    --cc=cygwin@sourceware.cygnus.com \
    --cc=gdb@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).