What is the version of your compiler?
And if you repeat make, does the place where the error
occurs, change?
Two possibilities, faulty hardwary or bug in compiler.
--Jani
On Thu, 28 Jun 2001, Innovum wrote:
>Here is what is exactly says:
>gcc: Internal compiler error: program cc1 got fatal signal 11
>make[4]: ***[mf_pack.lo] Error 1
>make[4]: Leaving directory '/homechris/php-406/ext/mysql/libmysql'
>make[3]: ***[all-recursive] Error 1
>make[3]: Leaving directory '/homechris/php-406/ext/mysql/libmysql'
>make[2]: ***[all-recursive] Error 1
>make[2]: Leaving directory '/homechris/php-406/ext/mysql'
>make[1]: ***[all-recursive] Error 1
>make[1]: Leaving directory '/homechris/php-406/ext'
>make: *** [all-recursive] Error 1
>
>
>And here is, what i exactly did:
>QUICK INSTALL (Static)
>$ gunzip -c apache_1.3.x.tar.gz | tar xf -
>$ cd apache_1.3.x
>$ ./configure
>$ cd ..
>
>$ gunzip -c php-4.0.x.tar.gz | tar xf -
>$ cd php-4.0.x
>$ ./configure --with-mysql --with-apache=../apache_1.3.x --enable-track-vars
>$ make
>$ make install
>
>$ cd ../apache_1.3.x
>$ ./configure --prefix=/www --activate-module=src/modules/php4/libphp4.a
> (The above line is correct! Yes, we know libphp4.a does not exist at this
> stage. It isn't supposed to. It will be created.)
>$ make
>
>Whats WRONG??
>
>
>
>
--
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]