strip in rpmbuild

Steven Augart saugart at mazunetworks.com
Sat Jun 24 19:19:44 UTC 2006


On Sat, 2006-06-24 at 20:25 +0200, Erwin Rol wrote:
> I finally managed to build a mingw32 cross-compiler rpm, but in the end
> get get a large number of non-fatal warning in the form of;
> 
> /usr/bin/strip: Unable to recognise the format of the input file
> `/var/tmp/gcc-mingw32-root/opt/mingw32/i586-pc-mingw32msvc/lib/libmsvcrtd.a(dvmqs00022.o)'
> 
> The question is, how can i control what files are to be stripped and
> what "strip" to use ?
I personally handled it by temporarily replacing "/usr/bin/strip" with a
symlink to /bin/true, but that's a pretty crude solution.

--Steven





More information about the fedora-devel-list mailing list