This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


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

Re: 64 bit BFD configuration failure on hpux-11.0


On Wed, 11 Oct 2000, Markus Werle wrote:

> cc +DA2.0w +DS2.0w -Ae -o size size.o bucomm.o version.o filemode.o
> ../bfd/.libs/libbfd.a ../libiberty/libiberty.a ./../intl/libintl.a -lm
> ld: Unsatisfied symbol "alloca" in file
> ../bfd/.libs/libbfd.a[elf64-hppa.o]
> 1 errors.

This should fix it

--- bfd/elf64-hppa.c~	Tue Sep  5 11:54:49 2000
+++ bfd/elf64-hppa.c	Thu Oct 12 01:19:35 2000
@@ -17,6 +17,7 @@
 along with this program; if not, write to the Free Software
 Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 
+#include "alloca-conf.h"
 #include "bfd.h"
 #include "sysdep.h"
 #include "libbfd.h"


I'll commit this to CVS tomorrow morning - this morning I mean, after I've
had a sleep.

Alan Modra
-- 
Linuxcare.  Support for the Revolution.


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