|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
[2001-06-11 16:10 UTC] nucci at cac dot psu dot edu
Using AIX 4.3.3 (IBM) with IBM's visual age C compiler (vac) version 5:
/bin/sh ../libtool --silent --mode=compile xlc -qnolm -DHAVE_CONFIG_H -I. -I. -I../main -DSUPPORT_UTF8 -DXML_BYTE_ORDER=21 -g -c zend_extensions.c
"zend_extensions.c", line 33.16: 1506-068 (S) Operation between types "void*" and "int" is not allowed.
make: 1254-004 The error code from the last command is 1.
Stop.
make: 1254-004 The error code from the last command is 1.
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 07:00:01 2025 UTC |
It gives a different error message: cd ..; xlc -DAIX=43 -U__STR__ -DAIX_BIND_PROCESSOR -DMOD_SSL=206103 -DMOD_PERL -DUSE_PERL_SSI -qnolm -D_ALL_SOURCE -D_ANSI_C_SOURCE -D_POSIX_SOURCE -qmaxmem=16384 -I/.../dce.psu.edu/fs/users/n/u/nucci/php-4.0.6RC3 -I/.../dce.psu.edu/fs/users/n/u/nucci/php-4.0.6RC3/main -I/.../dce.psu.edu/fs/users/n/u/nucci/php-4.0.6RC3/main -I/.../dce.psu.edu/fs/users/n/u/nucci/php-4.0.6RC3/Zend -I/.../dce.psu.edu/fs/users/n/u/nucci/php-4.0.6RC3/Zend -I/.../dce.psu.edu/fs/users/n/u/nucci/php-4.0.6RC3/TSRM -I/.../dce.psu.edu/fs/users/n/u/nucci/php-4.0.6RC3/TSRM -I/.../dce.psu.edu/fs/users/n/u/nucci/php-4.0.6RC3 -DEAPI -DEAPI_MM -DUSE_EXPAT -I./lib/expat-lite -DNO_DL_NEEDED -qnolm -G make `./apaci` -I. -I/usr/opt/perl5/lib/5.00503/aix/CORE -I./../../mm-1.0.12 -lm -L/usr/ladmin/src/secserv/openssl-0.9.6 -L/usr/ladmin/src/secserv/rsaref-2.0/local -L./../../mm-1.0.12/.libs -o helpers/dummy helpers/dummy.c -L/usr/ladmin/mysql/lib/mysql -L/usr/ladmin/mysql/lib/mysql -Lmodules/php4 -L../modules/php4 -L../../modules/php4 -lmodphp4 -ldl -lmysqlclient -lcrypt -lbind -lm -ldl -lssl -lcrypto -lRSAglue -lrsaref -bE:/usr/opt/perl5/lib/5.00503/aix/CORE/perl.exp -s /usr/opt/perl5/lib/5.00503/aix/auto/DynaLoader/DynaLoader.a -L/usr/opt/perl5/lib/5.00503/aix/CORE -lperl -lnsl -ldbm -ldl -lld -lm -lc -lcrypt -lbsd -lPW -lC_r -bE:./modules/perl/mod_perl.exp -lmm xlc: 1501-228 input file make not found make: The error code from the last command is 252. The message: xlc: 1501-228 input file make not found is likely the text 'make' appearing after the -G above. The xlc -G option is: -G Tells the linkage editor to create a dynamic library. I tried leaving off the make (CFLAGS=-G) but then received errors about entry points not found.