I'm trying to build php-4.3.3 based on the following configuration:
#> cd x86-pc-nto-qnx
#> ../configure --prefix=/opt --srcdir=.. --host=x86-pc-nto-qnx --without-mysql --without-pear --enable-ftp --enable-sockets --with-dom --with-iconv=/opt --with-apsx=/opt --with-zlib=/opt
configure is ok, make is ok until link process and fails with the following error.
ext/zlib/zlib.lo is not a valid libtool object.
I checked all .lo files and all are 1 byte long?!
What are these .lo files?
How to fix it?
Thanks,
Alain.