arm-elf

Yves Rutschle y.rutschle@indigovision.com
Tue Aug 13 05:11:00 GMT 2002


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



More information about the crossgcc mailing list