This is the mail archive of the automake@gnu.org mailing list for the automake project.


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

install-strip tries to strip my perl scripts



I have some perl scripts in siteperl_SCRIPTS. Automake works correctly 
for a normal install, but with an install-strip:

$ make install-strip
/bin/sh ../config/mkinstalldirs /anvil/trees/alex/ate/build/lib/site_perl
 ../config/install-sh -c -s perlidl/CosEventChannelAdmin.pm /anvil/trees/alex/ate/build/lib/site_perl/perlidl/CosEventChannelAdmin.pm
strip: /anvil/trees/alex/ate/build/lib/site_perl/perlidl/#inst.22778#: invalid file type
 ../config/install-sh -c -s perlidl/BroadcastFactory.pm /anvil/trees/alex/ate/build/lib/site_perl/perlidl/BroadcastFactory.pm
strip: /anvil/trees/alex/ate/build/lib/site_perl/perlidl/#inst.22796#: invalid file type
gmake[2]: *** [install-siteperlSCRIPTS] Error 1
gmake[2]: Leaving directory `/anvil/trees/alex/ate/broadcast'
gmake[1]: *** [install-am] Error 2
gmake[1]: Leaving directory `/anvil/trees/alex/ate/broadcast'
gmake: *** [install-strip] Error 2

$ automake --version
automake (GNU automake) 1.4

Copyright (C) 1999 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Written by Tom Tromey <tromey@cygnus.com>

-- 
Alex Hornby                        	       Mail:    alex@anvil.co.uk
Anvil Software Limited			       Tel:    +(44)171 749 7900
51-53 Rivington Street			       Direct: +(44)171 749 7925
London EC2A 3SE				       Fax:    +(44)171 749 7916


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