Fix for can't read /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.la
31 Mar
2008
31 Mar
'08
7:07 a.m.
Note on crux update 2.3 -> 2.4 and recent gcc 4.2.2 -> 4.2.3 "can't read /usr/lib/gcc/i686-pc-linux-gnu/4.1.2/libstdc++.la: No such file or directory" Is caused by libtool. Any library you have compiled and contains .la files, has references to non-existing .la files. On runtime, you will not notice anything at all of this operation. At compile time however, expect build errors about missing .la files. The bug isn't in the package that misses the .la file then, but in the package that references this .la file. The fix is to grep all *.la files and then use prt-cache fsearch foo.la to find what package it came from then to do a force rebuild prt-cache update -fr --install-scripts foo. -- Danny Rawlins <Romster>
6035
Age (days ago)
6035
Last active (days ago)
0 comments
1 participants
participants (1)
-
Danny Rawlins