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

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: arm-elf


On Tue, Aug 13, 2002 at 07:30:38AM +0000, Mike A wrote:
> Page no. 8: Figure 2. Instructions to build binutils
> $ cd build-binutils
> $ ../binutils-2.11.2/configure -target=$TARGET -prefix=$PREFIX
> $ make all install 2>&1 | tee make.log
> $ cd ..
> 
> After I issued $ make all install 2>&1 | tee make.log, it ended with the 
> following error messages:
> 
> 2.lo `cat ofiles`
> libtool: link: only absolute run-paths are allowed

Probably you defined $PREFIX=~/something. Use
$PREFIX=/home/mike/something instead (ie, an absolute path)
and reconfigure and recompile.

The ~ confuses configure.

/Y


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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