This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Problems linking cxxfilt in binutils cvs trunk 20020914


On Sun, Sep 15, 2002 at 06:16:54PM +0200, Svein E. Seldal wrote:
> Christian Jönsson wrote:
> > I have a problem building binutils cvs trunk as of 20020914:
> 
> There is a ongoing discussion right now about the fate of underscore.o 
> and cxxfilt, so the current binutils bundle is broken. I dont know if it 
> would be advisable to retrieve an older cvs version/tag of the binutils/ 
> directory (only) and maintain the rest of the files at HEAD --- anyone?

The trunk is for development.  It's allowed to be broken, at least for
short periods.

make -k
touch binutils/cxxfilt
su
mv /usr/local/bin/c++filt /usr/local/bin/c++filt.save
make install
mv /usr/local/bin/c++filt.save /usr/local/bin/c++filt

adjust paths to suit.

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]