Re: Buildproblems on OSX 10.3 due to libxml2

From: OpenMacNews <openmacnews(at)gmail(dot)com>
To: Dave Page <dpage(at)vale-housing(dot)co(dot)uk>
Cc: pgadmin-hackers(at)postgresql(dot)org
Subject: Re: Buildproblems on OSX 10.3 due to libxml2
Date: 2006-02-27 16:26:52
Message-ID: 4403284C.6030800@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

-----BEGIN PGP SIGNED MESSAGE-----
Hash: RIPEMD160

> Why's it even being called? We don't create any libraries at all (and I
> never saw any warnings about it on Tiger, or back when I was running
> Panther).

well, glibtoolize is being called cuz i'm calling it ... as i typically
do given that i've a rather up-to-date env. just cleaning house, as it
were.

as for why glibtoolize is 'calling' AC_PROG_LIBTOOL, that's to be found
in libtool.m4:

% grep AC_PROG_LIBTOOL /usr/local/lib/aclocal/libtool.m4
# serial 48 AC_PROG_LIBTOOL
# AC_PROG_LIBTOOL
AC_DEFUN([AC_PROG_LIBTOOL],
[AC_REQUIRE([_AC_PROG_LIBTOOL])dnl
])])# AC_PROG_LIBTOOL
# _AC_PROG_LIBTOOL
AC_DEFUN([_AC_PROG_LIBTOOL],
define([AC_PROG_LIBTOOL], [])
])# _AC_PROG_LIBTOOL
# In the future, this macro may have to be called after AC_PROG_LIBTOOL.
AC_DEFUN([AM_PROG_LIBTOOL], [AC_PROG_LIBTOOL])

which, of course is invoked by glibtoolize ...

cheers,

richard
- --

/"\
\ / ASCII Ribbon Campaign
X against HTML email, vCards
/ \ & micro$oft attachments

[GPG] OpenMacNews at gmail dot com
fingerprint: 50C9 1C46 2F8F DE42 2EDB D460 95F7 DDBD 3671 08C6
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.2.1 (Darwin)

iEYEAREDAAYFAkQDKEsACgkQlffdvTZxCMYdIACfRFx5dgwATMVmKOF72zvDMYUG
DL4AnRJnLq3ipj6WcEk1iphYCHzDnQlJ
=km7W
-----END PGP SIGNATURE-----

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2006-02-27 16:37:32 Re: Buildproblems on OSX 10.3 due to libxml2
Previous Message Dave Page 2006-02-27 16:18:47 Re: Buildproblems on OSX 10.3 due to libxml2