Hi,
leider ist das Forum auf i5php.net nicht so hoch frequentiet. Es wurde hier ja schon öfter auf i5php.net verwiesen, deshalb hoffe ich das mir vielleicht der eine oder andere einen Tip geben kann. Ich habe den GCC Compiler wie beschrieben installiert (Version 3.3.6). Ich kompiliere dann mit u.a. Befehlen und erhalte am Ende die entsprechende Meldung. Kann mir jemand einen Tip gebe? (Außer auf V5R4 upzudaten und "original" Zend/IBM zu verwenden
). Vielen Dank im Voraus.
Gruß
Sascha
PHP-Code:
cd /QOpenSys/srcpkgs/php-4.3.1
$
export CFLAGS="-O2 -mcpu=powerpc -Wa,-many -DPASE -I /QOpenSys/usr/local/include"
$
export LDFLAGS="-Wl, -bI:/QOpenSys/usr/local/lib/libdb400.exp,-bI:/QOpenSys/usr/local/lib/as400_libc.exp-L/QOpenSys/usr/local/lib
"
$
export CC="gcc"
$
./configure --with-config-file-path=/QOpenSys/php4/etc --prefix=/QOpenSys/php4/--enable-force-cgi-redirect --with-mysql --with-ib
m-db2=/QOpenSys/usr/local --with-pear --with-zlib--enable-magic-quotes --enable-inline-optimizations --disable-debug --enable-cal
endar --build=powerpc-ibm-aix5.1.0.0 --host=powerpc-ibm-aix5.1.0.0
loading cache ./config.cache
checking for Cygwin environment... no
checking for mingw32 environment... no
checking for working sed... sed
checking host system type... powerpc-ibm-aix5.1.0.0
shtool:echo:Warning: unable to determine terminal sequence for bold mode
shtool:echo:Warning: unable to determine terminal sequence for bold mode
checking for gcc... gcc
checking whether the C compiler (gcc -O2 -mcpu=powerpc -Wa,-many -DPASE -I /QOpenSys/usr/local/include -Wl, -bI:/QOpenSys/usr/loc
al/lib/libdb400.exp,-bI:/QOpenSys/usr/local/lib/as400_libc.exp-L/QOpenSys/usr/local/lib) works... no
configure: error: installation or configuration problem: C compiler cannot create executables.
Bookmarks