Archive for January, 2005

gentoo + gcc + libtool

Monday, January 17th, 2005

I had a nasty problem w/ libtool failing because it was looking for the old 3.3.4 gcc version of my libstd++.la instead of 3.3.5. After many hours of mucking around with things trying to find a fix or fix it myself, I finally found this thread which answered my problems:
    http://forums.gentoo.org/viewtopic.php?t=279136&highlight=libtool+gcc+fail
Basically, running “fix_libtool_files.sh 3.3.4″ did […]