From: <mic...@ea...> - 2005-06-25 05:37:10
|
Le 22 juin 2005 =E0 01:25, Alexander Hansen a =E9crit : > + <faqentry name=3D"cplusplus-filt"> > + <question> > + <p>i can't install <code>g77</code> because <filename>c+=20 > +filt</filename> is missing. Where do I get it?</p> > + </question> > + <answer> > + <p>If you get errors of the form </p> > + <codeblock>xgcc: installation problem, cannot exec `c+=20 > +filt': No such file or directory</codeblock> > + <p>since updating to Tiger, then you need to do the =20 > following:</p> > + <ul> > + <li>Flush out your old Developer Tools versions via =20 > running <codeblock>/Developer/Tools/uninstall-devtools.pl</=20 > codeblock>in a terminal. Then install XCode (2.0 or later).<p></=20 > p></li> > + <li>Reinstall <code>BSD.pkg</code> (from the Tiger =20 > system installation). If <code>/usr/bin/c++filt</code> doesn't =20 > appear, keep trying.</li> > + </ul> > + <p> > +1) Flush out your old > +2) Reinstall BSD.pkg (from your main OS install)</p> > + </answer> It may be just me, but it looks funny as is on the web site. I've changed it the following way in the French translation: (here =20 the correspondance in English) <faqentry name=3D"cplusplus-filt"> <question> <p>i can't install <code>g77</code> because <filename>c++filt</=20 filename> is missing. Where do I get it?</p> </question> <answer> <p>If you get errors of the form </p> <codeblock>xgcc: installation problem, cannot exec `c++filt': No such =20= file or directory</codeblock> <p>since updating to Tiger, then you need to do the following:</p> <ul> <li>Flush out your old Developer Tools versions via running =20 <codeblock>/Developer/Tools/uninstall-devtools.pl</codeblock> in a =20 terminal. Then install XCode (2.0 or later).<p></p></li> ** Note the space after </codeblock> <li>Reinstall <code>BSD.pkg</code> (from the Tiger system =20 installation).</li> </ul> <p>If <code>/usr/bin/c++filt</code> doesn't appear, perform the two =20 above steps till it appears.</li> Cheers, Mich=E8le <http://micmacfr.homeunix.org> |