--- Additional Comments From andrew dot mahone at gmail dot com 2010-05-22
07:08 ---
Thanks, I'll try to get to rebuilding with this patch sometime this weekend.
--
http://sourceware.org/bugzilla/show_bug.cgi?id=10409
--- You are receiving this mail because: ---
You are on t
Building native alpha-dec-vms-ld with a cross gcc/ld (host=i386-darwin):
/src/binutils/src/ld/ldmain.c: In function 'main':
/src/binutils/src/ld/ldmain.c:232:33: error: 'TARGET' undeclared (first use in
this function)
/src/binutils/src/ld/ldmain.c:232:33: note: each undeclared identifier is
report
--- Additional Comments From jay dot krell at cornell dot edu 2010-05-22
13:48 ---
Created an attachment (id=4807)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=4807&action=view)
patch attached .o => @objext@
(I don't know why all the AMDEP_TRUE changes in the automake outp
libiberty in binutils and gcc has trouble building for VMS due to .o instead of
@objext@ in the Makefile. I don't remember the errors.
--
Summary: libiberty .o vs. obj => @OBJEXT@
Product: binutils
Version: 2.21 (HEAD)
Status: NEW
Severit
--- Additional Comments From jay dot krell at cornell dot edu 2010-05-22
13:53 ---
Created an attachment (id=4808)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=4808&action=view)
.o => @objext@ and .o => $ac_objext, and add .obj in some places, leaving
also
.o
--
http:
bfd doesn't build for a few minor reasons
Some are in the same file.
- warning-as-error: VMS calloc doesn't take size_t (int vs. long), so there is
a warning passing the address in archive.c. Ultimately I ended up using
-disable-werror, but this particular one can be fixed with a little wrapper:
--- Additional Comments From jay dot krell at cornell dot edu 2010-05-22
14:03 ---
Created an attachment (id=4809)
--> (http://sourceware.org/bugzilla/attachment.cgi?id=4809&action=view)
small fixes to compile/link errors (removing core file support maybe not minor,
but it was for the w