Re: [gentoo-user] Upgrading tetex, not finding crti.o [solved]

2006-12-02 Thread Bertram Scharpf
Hi Richard, Am Donnerstag, 30. Nov 2006, 19:54:33 -0700 schrieb Richard Fish: On 11/30/06, Bertram Scharpf [EMAIL PROTECTED] wrote: Sorry, the output of '... 21 myfile' seems not to happen in the correct order. Just for future reference, you want myfile 21. Oh, I learned this for several

Re: [gentoo-user] Upgrading tetex, not finding crti.o [solved]

2006-12-02 Thread Richard Fish
On 12/2/06, Bertram Scharpf [EMAIL PROTECTED] wrote: - remove the 3.4.6 version by emerge -C ... (almost nothing works now) - create symlinks /usr/i386-pc-linux-gnu/gcc-bin - ..i686... /usr/i686-pc-linux-gnu/gcc-bin/3.4.6 - ... /4.1.1 - re-emerge gcc, glibc and several other

Re: [gentoo-user] Upgrading tetex, not finding crti.o

2006-11-30 Thread Bertram Scharpf
Hi Richard, Am Mittwoch, 29. Nov 2006, 13:12:17 -0700 schrieb Richard Fish: On 11/29/06, Bertram Scharpf [EMAIL PROTECTED] wrote: I am trying to upgrade teTex using `emerge -pvuD tetex'. The compiling process aborts with an error message saying that this file could not be found:

Re: [gentoo-user] Upgrading tetex, not finding crti.o

2006-11-30 Thread Richard Fish
On 11/30/06, Bertram Scharpf [EMAIL PROTECTED] wrote: Sorry, the output of '... 21 myfile' seems not to happen in the correct order. Just for future reference, you want myfile 21. The order is significant, as the command that you ran first redirected stderr to the same location as stdout,

Re: [gentoo-user] Upgrading tetex, not finding crti.o

2006-11-30 Thread Randy Barlow
Richard Fish wrote: 1) in your original message, you stated that you had a directory /usr/lib/gcc/i386-pc-linux-gnu/3.4.6 In fact, based on your emerge --info, you should have: /usr/lib/gcc/i686-pc-linux-gnu/3.4.6 Was this a typo in your original message, or do you have both i386-

Re: [gentoo-user] Upgrading tetex, not finding crti.o

2006-11-30 Thread Richard Fish
On 11/30/06, Randy Barlow [EMAIL PROTECTED] wrote: Something that's been bugging me about my system - I accidentally used an i386 stage 3 when I installed, and didn't notice until long after the machine was configures. Can I just change the CHOST setting to i686 and use fix_libtool_files.sh

[gentoo-user] Upgrading tetex, not finding crti.o

2006-11-29 Thread Bertram Scharpf
Hi, I am trying to upgrade teTex using `emerge -pvuD tetex'. The compiling process aborts with an error message saying that this file could not be found: /usr/lib/gcc/i386-pc-linux-gnu/3.4.5/../../../crti.o Yes, this is /usr/lib/crti.o and it is present. As well present is

Re: [gentoo-user] Upgrading tetex, not finding crti.o

2006-11-29 Thread Bertram Scharpf
Hi Randy, Am Mittwoch, 29. Nov 2006, 13:55:14 -0500 schrieb Randy Barlow: fix_libtool_files.sh 3.4.5 That should do the trick :) Sorry, it seems it doesn't. What kind of tool is that? Bertram Bertram Scharpf wrote: I am trying to upgrade teTex using `emerge -pvuD tetex'. The compiling

Re: [gentoo-user] Upgrading tetex, not finding crti.o

2006-11-29 Thread Richard Fish
On 11/29/06, Bertram Scharpf [EMAIL PROTECTED] wrote: Hi, I am trying to upgrade teTex using `emerge -pvuD tetex'. The compiling process aborts with an error message saying that this file could not be found: /usr/lib/gcc/i386-pc-linux-gnu/3.4.5/../../../crti.o Can you post your emerge

Re: [gentoo-user] Upgrading tetex, not finding crti.o

2006-11-29 Thread Randy Barlow
Bertram Scharpf wrote: Sorry, it seems it doesn't. What kind of tool is that? Hmm, I actually don't know all that much about it, but it mentions it here: http://www.gentoo.org/doc/en/gcc-upgrading.xml and I've been advised to use it for a similar problem before. Have a look at