bug-gdb
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: bug-gdb Digest, Vol 70, Issue 4


From: Mrs mo7ameya
Subject: RE: bug-gdb Digest, Vol 70, Issue 4
Date: Sun, 8 Mar 2009 20:33:29 +0300


 
> Date: Sun, 8 Mar 2009 12:01:22 -0400
> From: address@hidden
> Subject: bug-gdb Digest, Vol 70, Issue 4
> To: address@hidden
>
> Send bug-gdb mailing list submissions to
> address@hidden
>
> To subscribe or unsubscribe via the World Wide Web, visit
> http://lists.gnu.org/mailman/listinfo/bug-gdb
> or, via email, send a message with subject or body 'help' to
> address@hidden
>
> You can reach the person managing the list at
> address@hidden
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of bug-gdb digest..."
>
>
> Today's Topics:
>
> 1. RE: bug-gdb Digest, Vol 70, Issue 3 (Mrs mo7ameya)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Sat, 7 Mar 2009 22:03:05 +0300
> From: Mrs mo7ameya <address@hidden>
> Subject: RE: bug-gdb Digest, Vol 70, Issue 3
> To: <address@hidden>
> Message-ID: <address@hidden>
> Content-Type: text/plain; charset="windows-1256"
>
>
>
>
> > Date: Sat, 7 Mar 2009 12:00:49 -0500
> > From: address@hidden
> > Subject: bug-gdb Digest, Vol 70, Issue 3
> > To: address@hidden
> >
> > Send bug-gdb mailing list submissions to
> > address@hidden
> >
> > To subscribe or unsubscribe via the World Wide Web, visit
> > http://lists.gnu.org/mailman/listinfo/bug-gdb
> > or, via email, send a message with subject or body 'help' to
> > address@hidden
> >
> > You can reach the person managing the list at
> > address@hidden
> >
> > When replying, please edit your Subject line so it is more specific
> > than "Re: Contents of bug-gdb digest..."
> >
> >
> > Today's Topics:
> >
> > 1. RE: bug-gdb Digest, Vol 70, Issue 2 (Mrs mo7ameya)
> >
> >
> > ----------------------------------------------------------------------
> >
> > Message: 1
> > Date: Sat, 7 Mar 2009 12:24:19 +0300
> > From: Mrs mo7ameya <address@hidden>
> > Subject: RE: bug-gdb Digest, Vol 70, Issue 2
> > To: <address@hidden>
> > Message-ID: <address@hidden>
> > Content-Type: text/plain; charset="windows-1256"
> >
> >
> >
> >
> > > Date: Wed, 4 Mar 2009 12:00:48 -0500
> > > From: address@hidden
> > > Subject: bug-gdb Digest, Vol 70, Issue 2
> > > To: address@hidden
> > >
> > > Send bug-gdb mailing list submissions to
> > > address@hidden
> > >
> > > To subscribe or unsubscribe via the World Wide Web, visit
> > > http://lists.gnu.org/mailman/listinfo/bug-gdb
> > > or, via email, send a message with subject or body 'help' to
> > > address@hidden
> > >
> > > You can reach the person managing the list at
> > > address@hidden
> > >
> > > When replying, please edit your Subject line so it is more specific
> > > than "Re: Contents of bug-gdb digest..."
> > >
> > >
> > > Today's Topics:
> > >
> > > 1. Compiling on DEC OSF 4.0F (Newman, Marc K. (JSC-OD)[BOEING])
> > > 2. Re: Compiling on Dec OSF 4.0f (Pedro Alves)
> > >
> > >
> > > ----------------------------------------------------------------------
> > >
> > > Message: 1
> > > Date: Tue, 3 Mar 2009 11:42:12 -0600
> > > From: "Newman, Marc K. (JSC-OD)[BOEING]" <address@hidden>
> > > Subject: Compiling on DEC OSF 4.0F
> > > To: "address@hidden" <address@hidden>
> > > Message-ID:
> > > <address@hidden>
> > > Content-Type: text/plain; charset="us-ascii"
> > >
> > > I posted a request for help compiling on a Dec OSF 4.0F a week or so ago but never heard anything back. Has anyone got gdb running on a DEC?
> > >
> > > Thanks,
> > > Marc
> > >
> > >
> > >
> > >
> > > ------------------------------
> > >
> > > Message: 2
> > > Date: Tue, 3 Mar 2009 20:12:42 +0000
> > > From: Pedro Alves <address@hidden>
> > > Subject: Re: Compiling on Dec OSF 4.0f
> > > To: address@hidden
> > > Cc: "Newman, Marc K. \(JSC-OD\)\[BOEING\]" <address@hidden>
> > > Message-ID: <address@hidden>
> > > Content-Type: text/plain; charset="us-ascii"
> > >
> > > On Friday 20 February 2009 15:26:27, Newman, Marc K. (JSC-OD)[BOEING] wrote:
> > > > I had some trouble compiling gdb 6.8 with gcc (2.95/3.2.2/4.0.2) on a Dec OSF 4.0f system. I was able to get around this by turning of -Werror in the makefile, but when I try running "make check" it immediately fails with an error on test-demangle. Here is the error:
> > >
> > > I'm confused. If you're just trying to build GDB, why are you
> > > running "make check" ?
> > >
> > > > make[3]: Entering directory `/users/mknewman/gdb-6.8/libiberty/testsuite'
> > > > ./test-demangle < ../.././libiberty/testsuite/demangle-expected
> > > > make[3]: *** [check-cplus-dem] Segmentation fault (core dumped)
> > > > make[3]: Leaving directory `/users/mknewman/gdb-6.8/libiberty/testsuite'
> > > > make[2]: *** [check-subdir] Error 2
> > > > make[2]: Leaving directory `/users/mknewman/gdb-6.8/libiberty'
> > > > make[1]: *** [check-libiberty] Error 2
> > > > make[1]: Leaving directory `/users/mknewman/gdb-6.8'
> > > > make: *** [do-check] Error 2
> > >
> > > libiberty is maintained by the gcc folks, you'll have
> > > to report this there. Could even be a compiler bug.
> > >
> > > > Does anyone have hints on getting gdb (any version) to work on a Dec?
> > >
> > > If you want to test gdb, you can run "make -k check" so the testing
> > > keeps going to other components, or "make check-gdb", or just
> > > cd into the gdb build dir, and issue "make check" there.
> > >
> > > --
> > > Pedro Alves
> > >
> > >
> > >
> > >
> > > ------------------------------
> > >
> > > _______________________________________________
> > > bug-gdb mailing list
> > > address@hidden
> > > http://lists.gnu.org/mailman/listinfo/bug-gdb
> > >
> > >
> > > End of bug-gdb Digest, Vol 70, Issue 2
> > > **************************************
> >
> > _________________________________________________________________
> > Show them the way! Add maps and directions to your party invites.
> > http://www.microsoft.com/windows/windowslive/products/events.aspx
> > -------------- next part --------------
> > An HTML attachment was scrubbed...
> > URL: http://lists.gnu.org/pipermail/bug-gdb/attachments/20090307/813b056f/attachment.html
> >
> > ------------------------------
> >
> > _______________________________________________
> > bug-gdb mailing list
> > address@hidden
> > http://lists.gnu.org/mailman/listinfo/bug-gdb
> >
> >
> > End of bug-gdb Digest, Vol 70, Issue 3
> > **************************************
>
> _________________________________________________________________
> Invite your mail contacts to join your friends list with Windows Live Spaces. It's easy!
> http://spaces.live.com/spacesapi.aspx?wx_action=create&wx_url=/friends.aspx&mkt=en-us
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL: http://lists.gnu.org/pipermail/bug-gdb/attachments/20090307/c39b05b1/attachment.html
>
> ------------------------------
>
> _______________________________________________
> bug-gdb mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/bug-gdb
>
>
> End of bug-gdb Digest, Vol 70, Issue 4
> **************************************


What can you do with the new Windows Live? Find out

reply via email to

[Prev in Thread] Current Thread [Next in Thread]