From: Jan Stancek <jstancek@redhat.com>
To: "Ismael Farfán" <sulfurfff@gmail.com>
Cc: ltp-list@lists.sourceforge.net
Subject: Re: [LTP] Help compiling in AIX 6.1
Date: Wed, 12 Jun 2013 11:47:29 -0400 (EDT) [thread overview]
Message-ID: <602677798.1890199.1371052049559.JavaMail.root@redhat.com> (raw)
In-Reply-To: <CANXECd7uzb9Rc2H1LMDuBXcExC6RHbHhJ2rv-tEz9uOcDW+Vhw@mail.gmail.com>
----- Original Message -----
> From: "Ismael Farfán" <sulfurfff@gmail.com>
> To: "Jan Stancek" <jstancek@redhat.com>
> Cc: ltp-list@lists.sourceforge.net
> 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
------------------------------------------------------------------------------
This SF.net email is sponsored by Windows:
Build for Windows Store.
http://p.sf.net/sfu/windows-dev2dev
_______________________________________________
Ltp-list mailing list
Ltp-list@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ltp-list
next prev parent reply other threads:[~2013-06-12 15:47 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-06-11 20:37 [LTP] Help compiling in AIX 6.1 Ismael Farfán
2013-06-12 6:51 ` Jan Stancek
2013-06-12 14:34 ` Ismael Farfán
2013-06-12 15:47 ` Jan Stancek [this message]
2013-06-12 17:10 ` Ismael Farfán
2013-06-12 20:11 ` chrubis
2013-06-12 16:15 ` chrubis
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=602677798.1890199.1371052049559.JavaMail.root@redhat.com \
--to=jstancek@redhat.com \
--cc=ltp-list@lists.sourceforge.net \
--cc=sulfurfff@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.