[coldfire-gnu-discuss] m68k-elf-sprite:libborunwind.so.6.0: cannot open shared object file

Daniel Jacobowitz dan at codesourcery.com
Mon Apr 9 11:55:36 UTC 2007


On Tue, Apr 03, 2007 at 01:40:26PM -0500, Gunnar Ristroph wrote:
> Incidentally, I noticed that it seems like this file should have been including in the sprite-driver, the setup.sh has:
> 
> cp ../lib/bplrtl.so.6.9.0 /usr/lib/bplrtl.so.6.9.0
> fi 
> if [ ! -r /usr/lib/bplvisualclx.so.6.9.0 ] ; then  
> cp ../lib/bplvisualclx.so.6.9.0 /usr/lib/bplvisualclx.so.6.9.0
> fi 
> if [ ! -r /usr/lib/libborunwind.so.6.0  ] ; then  
> cp ../lib/libborunwind.so.6.0 /usr/lib/libborunwind.so.6.0
> fi 
> if [ ! -x /sbin/wdreg ] ; then 
> cp ../redist/wdreg /sbin/wdreg 
> 
> but the files aren't exactly there these error messages appear:
> 
> cp: cannot stat `../lib/bplrtl.so.6.9.0': No such file or directory
> cp: cannot stat `../lib/bplvisualclx.so.6.9.0': No such file or directory
> cp: cannot stat `../lib/libborunwind.so.6.0': No such file or directory

I don't remember the details - maybe someone else on the list does -
but I believe this was a bug in the latest P&E driver package.  Either
the libraries are there but the cp command is too early, or else they
were in a previous version and omitted from this one.

-- 
Daniel Jacobowitz
CodeSourcery



More information about the coldfire-gnu-discuss mailing list