--- In "Dunge2" <> wrote:
> /bin/sed: can't read /usr//lib/libdirect.la: No such file or directory
>
> This is still a wrong path problem. Thing is, the .la and .pc files of
> libdirect are pointing to x-tools, and pkg-config --libs too. I don't know
> where it take it's /usr/lib path this time. Is this a cairo make process bug?
> I searched the Makefile for any clue, but can't find anything.
I don't know for sure, but I would guess this means one of the other .la files
or .pc files it's using that references libdirect is wrong, maybe? You might
even try temporarily taking all the .la files out of the lib directory.
In the lib directory in your cross toolchain, try searching for other files
that reference libdirect. e.g.:
find
~/x-tools/arm-ep9312-linux-gnueabi/arm-ep9312-linux-gnueabi/sys-root/usr/lib |
xargs grep libdirect
It might give you a clue about something else that's referencing it, possibly.
It would also be interesting to see some of the output above the final line
from your make command. It may contain other clues.
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|