axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] Re: Debian build


From: Camm Maguire
Subject: [Axiom-developer] Re: Debian build
Date: 16 Nov 2003 09:28:31 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Hi Tim!  As David already indicated

1) get the latest binutils from
   ftp://ftp.debian.org/debian/pool/main/b/binutils/...deb
   for the arch you are working on

2) Unpack in your home dir with
   dpkg --fsys-tarfile ......deb | tar xf -

3) Set your shell environment as 
   export
   C_INCLUDE_PATH=$HOME/usr/include:$C_CINCLUDE_PATH
   export LIBRARY_PATH=$HOME/usr/lib:$LIBRARY_PATH
   export LD_LIBRARY_PATH=$HOME/usr/lib:$LD_LIBRARY_PATH

You should then be good to go.  Can do the same with the gmp package
if you want to configure GCL with --enable-dynsysgmp.

Take care,

root <address@hidden> writes:

> I'm trying to do a Debian build and get the following failure
> (using 2.5.2 and 2.6.1):
> 
> fat_string.c:17:17: bfd.h: No such file or directory
> fat_string.C:18:21: bfdlink.h: No such file or directory
> fat_string.c:228: error: parse error before "bfd_combined_table_update"
> 
> etc. Where should bfd.h and bfdlink.h come from? I don't have root
> on these machines so I'll have to put them in my home directory and
> add them to libpath.
> 
> Tim
> 
> 
> 

-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

[Prev in Thread] Current Thread [Next in Thread]