Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 19 Jun 2003 02:21:05 -0700
From:      Marcel Moolenaar <marcel@xcllnt.net>
To:        Kris Kennaway <kris@obsecurity.org>
Cc:        ia64@freebsd.org
Subject:   Re: elfsh broken on ia64
Message-ID:  <20030619092105.GA1773@dhcp01.pn.xcllnt.net>
In-Reply-To: <20030619090057.GD21106@rot13.obsecurity.org>
References:  <20030619090057.GD21106@rot13.obsecurity.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Jun 19, 2003 at 02:00:57AM -0700, Kris Kennaway wrote:
> http://bento.freebsd.org/errorlogs/ia64-5-latest/elfsh-0.43.log
> 
> Can someone please investigate?

Add the following patch (whitespace corrupted):

--- libelfsh/Makefile.orig      Thu Jun 19 02:15:01 2003
+++ libelfsh/Makefile   Thu Jun 19 02:15:15 2003
@@ -8,7 +8,7 @@
 CC                     = gcc
 RM                     = rm -f
 AR                     = ar rc
-CFLAGS                 = -Iinclude -Wall -g3 -O2
+CFLAGS                 = -fpic -Iinclude -Wall -g3 -O2
 SRC                    = dynamic.c dynsym.c elf.c fixup.c got.c hash.c \
                           interp.c pht.c plt.c section.c sht.c error.c \
                          stab.c symbol.c notes.c reloc.c functions.c \

PS: elfsh very likely coredumps. It's not 64-bit clean.

-- 
 Marcel Moolenaar	  USPA: A-39004		 marcel@xcllnt.net



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030619092105.GA1773>