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: _bfd_calloc_wrapper that takes two size_t's and just passes them to calloc and returns the result. - static function used in a different file The function is vms_convert_to_var_unix_filename. Rename it to _bfd_vms_convert_to_var_unix_filename to follow convention. Declare it in vms-misc.h. - errors compiling the core file support because it is compiling the OSF/1 configuration - errors in the headers that binutils uses, uses of "globalref" Just #define it to be extern. -- Summary: bfd build breaks wrt alpha-dec-vms Product: binutils Version: 2.21 (HEAD) Status: NEW Severity: normal Priority: P2 Component: binutils AssignedTo: unassigned at sources dot redhat dot com ReportedBy: jay dot krell at cornell dot edu CC: bug-binutils at gnu dot org GCC build triplet: i686-apple-darwin9 GCC host triplet: alpha-dec-vms GCC target triplet: alpha-dec-vms http://sourceware.org/bugzilla/show_bug.cgi?id=11624 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is. _______________________________________________ bug-binutils mailing list bug-binutils@gnu.org http://lists.gnu.org/mailman/listinfo/bug-binutils