Hi folks, First of all I would like to offer my thanks to Russell,Phil & Ray for their help with my earlier problem regarding porting mysql on to an arm processor based machine. I finally ported mysql onto ARM machine after a few major hickups.
Now I am trying to port php onto arm. I followed the same procedure that I did for porting mysql. I changed the defaults while invoking the configure script to create the make file and also did the same while compiling. I eyeballed the output of the configure and make scripts and am 100% sure that the compiler used for compiling php source is arm-linux-gcc. I am building the source on x86 with the target as arm. The compiling went off smoothly, but I was taken by shock to find out that the executables are running on x-86 itself. So I know that some thing has gone wrong during the building process. The configure and make scripts that I ran are as follows: [1] ./configure --includedir=/usr/arm-linux/include/ --oldincludedir=/usr/arm-linux/include/ --libdir=/usr/arm-linux/lib --bindir=/usr/php-arm/bin --sbindir=/usr/php-arm/sbin --host=i386-linux --target=arm-linux --with-mysql --with-apache=/usr/arm-linux/include --libexec=/usr/php-arm/libexec [2] make CC="arm-linux-gcc" AS="arm-linux-as" CXX="arm-linux-g++" CPP="arm-linux-gcc -E" LD="arm-linux-ld" NM="arm-linux-nm -B" AR="arm-linux-ar" [3] make install Can anyone help me with my problem. Merry Chrismas to all the folks in the arm-linux mailing list. Cheers, S.Sriram __________________________________________________ Do You Yahoo!? Send your FREE holiday greetings online! http://greetings.yahoo.com _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm Please visit the above address for information on this list.
