This is the mail archive of the gdb-patches@sourceware.cygnus.com mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

[gurney_j@efn.org: gdb-4.18's configure is broken....]


here is a forward of the message I sent since you guys have decided
NOT to automaticly forward the mail to the proper address, AND have
failed to update the web pages....

-----Forwarded message from John-Mark Gurney <gurney_j@efn.org>-----

Message-ID: <19990718232334.14407@hydrogen.fircrest.net>
Date: Sun, 18 Jul 1999 23:23:34 -0700
From: John-Mark Gurney <gurney_j@efn.org>
To: gdb-patches@cygnus.com
Subject: gdb-4.18's configure is broken....
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary=G6bCIzRHxTLpBwCQ
X-Mailer: Mutt 0.69
Reply-To: John-Mark Gurney <gurney_j@resnet.uoregon.edu>
Organization: Cu Networking
X-Operating-System: FreeBSD 3.0-RELEASE i386
X-PGP-Fingerprint: B7 EC EF F8 AE ED A7 31  96 7A 22 B3 D8 56 36 F4
X-Files: The truth is out there
X-URL: http://resnet.uoregon.edu/~gurney_j/


--G6bCIzRHxTLpBwCQ
Content-Type: text/plain; charset=us-ascii

if you run ./configure from gdb-4.18 on a:
FreeBSD metriclient-2.uoregon.edu 3.0-RELEASE FreeBSD 3.0-RELEASE #19: Sun May 16 18:36:07 PDT 1999     root@:/a/home/johng/FreeBSD-checkout/30r/sys/compile/hydrogen  i386

you will get:
metriclient-2,ttypn,/e/work/gdb/gdb-4.18.orig,528$./configure
echo3.0-RELEASE: not found
Configuring for a i386-unknown-freebsdelf host.

to get ride of the line:
echo3.0-RELEASE: not found

you apply the attached patch....

-- 
  John-Mark Gurney                              Voice: +1 541 684 8449
  Cu Networking					  P.O. Box 5693, 97405

  "The soul contains in itself the event that shall presently befall it.
  The event is only the actualizing of its thought." -- Ralph Waldo Emerson

--G6bCIzRHxTLpBwCQ
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="gdb.patch"

*** gdb-4.18.orig/config.guess	Thu Mar 25 22:23:34 1999
--- gdb-4.18/config.guess	Sun Jul 18 23:13:06 1999
*************** EOF
*** 513,519 ****
      *:FreeBSD:*:*)
  	if test -x /usr/bin/objformat; then
  	    if test "elf" = "`/usr/bin/objformat`"; then
! 		echo ${UNAME_MACHINE}-unknown-freebsdelf`echo${UNAME_RELEASE}|sed -e 's/[-_].*//'`
  		exit 0
  	    fi
  	fi
--- 513,519 ----
      *:FreeBSD:*:*)
  	if test -x /usr/bin/objformat; then
  	    if test "elf" = "`/usr/bin/objformat`"; then
! 		echo ${UNAME_MACHINE}-unknown-freebsdelf`echo ${UNAME_RELEASE}|sed -e 's/[-_].*//'`
  		exit 0
  	    fi
  	fi

--G6bCIzRHxTLpBwCQ--

-----End of forwarded message-----

-- 
  John-Mark Gurney                              Voice: +1 541 684 8449
  Cu Networking					  P.O. Box 5693, 97405

  "The soul contains in itself the event that shall presently befall it.
  The event is only the actualizing of its thought." -- Ralph Waldo Emerson

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]