> Daniel B=FCnzli [Thu, 27 Jan 2005]:
>=20
> Le 27 janv. 05, =E0 15:33, Francesco Zappa Nardelli a =E9crit :
>=20
> >
> >> Note that with Francesco's patch everything was configuring well
> >> with a simple
> >
> > It seems to me that Olivier's patch did not include the updated
> > configure. Can you apply Olivier's patch on a clean 0.7.1, run
> > autoconf, and then configure ; make and tell us what you get?
> > Many thanks (I do not have my laptop with me now).
> Right. Configure works fine. Build works fine.
>=20
> However for install, the ranlib executions do not take place. The
> reason is that $(PLATFORM) contains the value "@PLATFORM@", instead
> of "Apple". In makefile.config.gcc the value of $(PLATFORM) is
> "@PLATFORM@", in makefile.platform the value of $(PLATFORM) is
> "Apple" but in the toplevel Makefile we include the latter before
> the former. So "@PLATFORM@" is taken as the value for $(PLATFORM).
Ah right, simply remove the PLATFORM line in makefile.gcc.in and it
should work.
--=20
Olivier
|