|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2001-05-22 10:27 UTC] kevinhsu at sco dot com
[2001-06-02 20:04 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 18:00:01 2025 UTC |
Hi all, Using SCO UnixWare 7.1.1,and trying to build php4.0.4pl1. I use --with-informix , and --with-apxs option in configure. During my compiling, it goes wrong at : ------------ Making all in informix /bin/sh /pub/php-4.0.4pl1/libtool --silent --mode=link cc -I. -I/pub/php-4.0.4pl1/ext/informix -I/pub/php-4.0.4pl1/main -I/pub/php-4.0.4pl1 -I/usr/loca l/apache/include -I/pub/php-4.0.4pl1/Zend -I/usr/informix/incl/esql -I/pub/php-4 .0.4pl1/ext/mysql/libmysql -I/pub/php-4.0.4pl1/ext/xml/expat/xmltok -I/pub/php-4 .0.4pl1/ext/xml/expat/xmlparse -I/pub/php-4.0.4pl1/TSRM -DUW=700 -DUSE_HSREGEX -DUSE_EXPAT -DXML_BYTE_ORDER=12 -g -I/usr/informix/incl/esql -o libinformix.la ifx.lo /usr/ccs/lib/libgen.a libtool: link: cannot build libtool library `libinformix.la' from non-libtool ob jects: /usr/ccs/lib/libgen.a *** Error code 1 (bu21) UX:make: ERROR: fatal error. *** Error code 1 (bu21) UX:make: ERROR: fatal error. *** Error code 1 (bu21) UX:make: ERROR: fatal error. *** Error code 1 (bu21) UX:make: ERROR: fatal error. --------------- Any idea? Thanks