public inbox for libffi-discuss@sourceware.org
 help / color / mirror / Atom feed
* configure errors in 3.0.11-rc1
@ 2011-09-01 12:39 Peter Kruse
  2011-09-06 13:49 ` Anthony Green
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Kruse @ 2011-09-01 12:39 UTC (permalink / raw)
  To: libffi-discuss

Hello,

running configure under Solaris 10/Sparc like this:

./configure -q --prefix=/apps/local/gcc/4.6.1

gives these errors:

2011-09-01 14:18:18 ./configure: line 2649: AX_ENABLE_BUILDDIR:
command not found
2011-09-01 14:18:30 ./configure: line 11842: AX_CC_MAXOPT: command not found
2011-09-01 14:18:30 ./configure: line 11843: AX_CFLAGS_WARN_ALL:
command not found

but continues.

Moreover after "make" when running "make DESTDIR=<destdir> install"
the header files are installed in
<destdir>/<prefix>/lib/libffi-3.0.11-rc1/include and not
in <destdir>/<prefix>/include.

Other than that "make check" ends with:

                === libffi Summary ===

# of expected passes            1634
# of unsupported tests          15

am using binutiles 2.21 except ld which is /usr/ccs/bin/ld

Regards,

  Peter

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: configure errors in 3.0.11-rc1
  2011-09-01 12:39 configure errors in 3.0.11-rc1 Peter Kruse
@ 2011-09-06 13:49 ` Anthony Green
  0 siblings, 0 replies; 2+ messages in thread
From: Anthony Green @ 2011-09-06 13:49 UTC (permalink / raw)
  To: Peter Kruse; +Cc: libffi-discuss

Peter Kruse <pjodrr@gmail.com> writes:

> Hello,
>
> running configure under Solaris 10/Sparc like this:
>
> ./configure -q --prefix=/apps/local/gcc/4.6.1
>
> gives these errors:
>
> 2011-09-01 14:18:18 ./configure: line 2649: AX_ENABLE_BUILDDIR:
> command not found
> 2011-09-01 14:18:30 ./configure: line 11842: AX_CC_MAXOPT: command not found
> 2011-09-01 14:18:30 ./configure: line 11843: AX_CFLAGS_WARN_ALL:
> command not found

Autoconf isn't picking up the macros in the m4 directory for some
reason.

Let me regenerate with "-I m4" and see if that fixes things for now.

Thanks,

AG



>
> but continues.
>
> Moreover after "make" when running "make DESTDIR=<destdir> install"
> the header files are installed in
> <destdir>/<prefix>/lib/libffi-3.0.11-rc1/include and not
> in <destdir>/<prefix>/include.
>
> Other than that "make check" ends with:
>
>                 === libffi Summary ===
>
> # of expected passes            1634
> # of unsupported tests          15
>
> am using binutiles 2.21 except ld which is /usr/ccs/bin/ld
>
> Regards,
>
>   Peter

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-06 13:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-09-01 12:39 configure errors in 3.0.11-rc1 Peter Kruse
2011-09-06 13:49 ` Anthony Green

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).