This is the mail archive of the gcc@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: Time to update documentation regarding supported configuration styles?


On Fri, Mar 14, 2003 at 02:33:01AM -0600, Loren James Rittle wrote:
> 
> This is what is getting into libffi/include/Makefile when srcdir == objdir:
> 
> top_srcdir = ..
> mkinstalldirs = $(SHELL) $(top_srcdir)/../mkinstalldirs
> 
> yielding mkinstalldirs = /bin/sh ../../mkinstalldirs
> when it must be ../../.. in this case (at least, for multilib ports).
> 
> A reasonable absolute path is getting into top_srcdir when srcdir != objdir.

Looks very familiar.  Usually these bugs get reported against libstdc++,
which is incorrect, but there's no way for the user to know that.


> BTW, I estimate that this has been broken for months now thus
> strengthening my usual claim that *no* active developers care about
> this and that we'd be better off changing the documentation

Yes, please.


Phil

-- 
If ye love wealth greater than liberty, the tranquility of servitude greater
than the animating contest for freedom, go home and leave us in peace.  We seek
not your counsel, nor your arms.  Crouch down and lick the hand that feeds you;
and may posterity forget that ye were our countrymen.            - Samuel Adams


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