[Date Prev][Date Next] [Chronological] [Thread] [Top]

(ITS#6284) New libtoolized autogroup Makefile broken



Full_Name: Ryan Steele
Version: 2.4.17
OS: Ubuntu 8.04 LTD
URL: ftp://ftp.openldap.org/incoming/
Submission from: (NULL) (207.106.239.81)


The latest Makefile for autogroup in CVS HEAD (v1.2 of the Makefile), which was
libtoolized by manu, is broken.  See the following output of 'make':

mode=link cc -version-info 0:0:0 \
  -rpath /lib -module -o autogroup.la autogroup.lo 
gcc-4.2.real: 0:0:0: No such file or directory
gcc-4.2.real: autogroup.lo: No such file or directory
gcc-4.2.real: unrecognized option '-version-info'
gcc-4.2.real: unrecognized option '-rpath'
make: [autogroup.la] Error 1 (ignored)


I believe it is because the rule for 'autogroup.la' incorrectly passes the
options -version-info and -rpath to gcc.  As an independent example of the same
type of issue, consider this mailing list posting:
http://sourceware.org/ml/automake/1999-04/msg00337.html - the issues are
identical.