[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: binutils: strip produces unusable binary



Jonathan Nieder wrote:

> To move this forward:
>
>  - does it still happen today with binutils from sid or experimental?
>  - if so, could you try
>
> 	git clone git://sources.redhat.com/git/binutils.git
> 	cd binutils
> 	./configure --prefix=$HOME/opt/binutils; # or whereever
> 	make
> 	make install
>
> 	LD_LIBRARY_PATH=$HOME/opt/binutils/lib
> 	export LD_LIBRARY_PATH
> 	PATH=$HOME/opt/binutils/bin:$PATH
>
> 	cp -o big-binary.stripped big-binary
>
>    to see if the latest upstream version has the same problem?

Erm, for "cp" please read "strip", of course.  Sorry for the noise.


Reply to: