This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: broken libffi install on 3.3 branch and HEAD
- From: Tom Tromey <tromey at redhat dot com>
- To: Matthias Klose <doko at cs dot tu-berlin dot de>
- Cc: aoliva at redhat dot com, java at gcc dot gnu dot org
- Date: 31 Jan 2003 14:14:04 -0700
- Subject: Re: broken libffi install on 3.3 branch and HEAD
- References: <15928.15850.900362.131365@gargle.gargle.HOWL>
- Reply-to: tromey at redhat dot com
>>>>> "Matthias" == Matthias Klose <doko@cs.tu-berlin.de> writes:
Matthias> It looks like libffi/Makefile.in is wrongly built. On the 3.2 branch
Matthias> you have:
Matthias> mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
Matthias> On 3.3 and HEAD:
Matthias> mkinstalldirs = $(SHELL) $(top_srcdir)/${libffi_basedir}/../mkinstalldirs
Matthias> you introduced this in -r1.30
A fix for this went in today.
Let me know if you still have problems.
Tom