Vincent Stoessel wrote:
> It appears as if the "-l" is being prepended to the $LIBS variable
> in the configure script. Is it possibel that it printing out and blank
> varaible? i.e. -l$undefined_lib ?
I've been looking at that but I don't know enough pf the autoconf
internals to know what it's trying to do here. To my knowledge, we're
not supplying it a lib here (if we're even able to). We're only adding
hardcoded names (namely 'midgard'). I don't quite see how that can be
undefined.
Could you try compiling any other php extension in a similar way? For
example, gettext:
$ cd php-4.0.6/ext/gettext
$ phpize
$ configure --with-gettext
and see if this yields the same oddities. No need to install the
extension, I just need to know whether we're bumping into a midgard,
php or platform bug.
Emile
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]