This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC 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: make install fails on 3.3 branch in libffi


Hi,

On Tue, 28 Jan 2003, Andreas Schwab wrote:

> IMHO libffi_basedir should get ${srcdir} removed.  Could you please try
> this patch?
>
> 2003-01-28  Andreas Schwab  <schwab@suse.de>
>
> 	* configure.in (libffi_basedir): Remove ${srcdir} from value and
> 	include trailing slash if nonempty.

That's incomplete.  Some lines below, `configure.in' contains

   ac_file=Makefile . ${libffi_basedir}/../config-ml.in

which should then read

   ac_file=Makefile . ${srcdir}/${libffi_basedir}../config-ml.in

An updated patch is in the attachment (not tested yet).

However, note that the mainline has identical fragments, but
nevertheless, mkinstalldirs gets defined correctly(?).
The difference: 3.3's libffi used Automake-1.4, and the 3.4 version
uses Automake-1.4p5.  Perhaps this solves the problem best?

Regards,

Christian Cornelssen

Attachment: libffi-configure.diff
Description: Text document


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