>
> ----- Original Message -----
>> Cc: [email protected]
>> Sent: Wednesday, 12 June, 2013 4:34:24 PM
>> Subject: Re: [LTP] Help compiling in AIX 6.1
>>
>> Thanks for the answer.
>>
>> Since configure didn't fail I thought it didn't mind a few missing
>> headers.
>
> <SNIP>
>
> Right, I also don't see anything suspicious. Your output shows
> that include.mk is created, so the only other thing that comes to mind
> is that $(abs_top_builddir) is wrong.
>
> You can try making change according to diff below and re-running gmake.
> If everything works OK, this should be warning with path: 
> /tmp/ltp-full-20130109
>
> diff --git a/include/mk/env_pre.mk b/include/mk/env_pre.mk
> index f1584a8..1d284ea 100644
> --- a/include/mk/env_pre.mk
> +++ b/include/mk/env_pre.mk
> @@ -74,6 +74,8 @@ else
>  abs_top_builddir               := $(abspath $(top_builddir))
>  endif
>
> +$(warning abs dirs: $(abs_top_srcdir) $(abs_top_builddir))
> +
>  # Where's the root object directory?
>  builddir                       := .
>
> Regards,
> Jan

I'm using gmake 3.8

I got this new line from gmake after the patch:
/tmp/ltp-full-20130109/include/mk/env_pre.mk:77: abs dirs: -n
/tmp/ltp-full-20130109 -n /tmp/ltp-full-20130109

The appended "-n" looks kind of suspicious?

Cheers



--
Do not let me induce you to satisfy my curiosity, from an expectation,
that I shall gratify yours. What I may judge proper to conceal, does
not concern myself alone.

------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:

Build for Windows Store.

http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Ltp-list mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ltp-list

Reply via email to