[gentoo-user] fix_libtool_files.sh question

2005-06-09 Thread Grant
I've run into a problem trying to emerge gnome-vfs on one of my
systems.  It complains about libstdc++.la but there is a bug report
that indicates running fix_libtool_files.sh will fix it.  How do I
know which old-gcc-version to use?

- Grant

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] fix_libtool_files.sh question

2005-06-09 Thread Edward Catmur
On Thu, 2005-06-09 at 15:51 -0700, Grant wrote:
 I've run into a problem trying to emerge gnome-vfs on one of my
 systems.  It complains about libstdc++.la but there is a bug report
 that indicates running fix_libtool_files.sh will fix it.  How do I
 know which old-gcc-version to use?

It should be obvious from the error message; the old gcc version should
be part of the path in the messsage.

-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] fix_libtool_files.sh question

2005-06-09 Thread Neil Bothwick

On Thu, June 9, 2005 11:51 pm, Grant said:
 I've run into a problem trying to emerge gnome-vfs on one of my
 systems.  It complains about libstdc++.la but there is a bug report
 that indicates running fix_libtool_files.sh will fix it.  How do I
 know which old-gcc-version to use?

The version that appears in the error message. You haven't posted the
error, but it is probably a file not found error. The path to that file
includes the gcc version it is trying to use, i.e. the old one.


-- 
Neil Bothwick



-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] fix_libtool_files.sh question

2005-06-09 Thread Holly Bostick
Grant schreef:
 I've run into a problem trying to emerge gnome-vfs on one of my
 systems.  It complains about libstdc++.la but there is a bug report
 that indicates running fix_libtool_files.sh will fix it.  How do I
 know which old-gcc-version to use?
 
 - Grant
 
It's in the error message. Just before the whole exit here, exit
there message, there's a line detailing some failure to find some file
in gcc-version.something.or.other. That's the old GCC version which is
no longer valid (which is why the files aren't there, they're in the
folder of the new GCC version), and so needs to be fixed with
fix_libtool_files.sh.

See, it all makes sense :-).
-- 
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] fix_libtool_files.sh question

2005-06-09 Thread Grant
  I've run into a problem trying to emerge gnome-vfs on one of my
  systems.  It complains about libstdc++.la but there is a bug report
  that indicates running fix_libtool_files.sh will fix it.  How do I
  know which old-gcc-version to use?
 
  - Grant
 
 It's in the error message. Just before the whole exit here, exit
 there message, there's a line detailing some failure to find some file
 in gcc-version.something.or.other. That's the old GCC version which is
 no longer valid (which is why the files aren't there, they're in the
 folder of the new GCC version), and so needs to be fixed with
 fix_libtool_files.sh.
 
 See, it all makes sense :-).

Yup, that got it.  Thanks!

- Grant

-- 
gentoo-user@gentoo.org mailing list