Hello, list!

I can't seem to get PHP 4.2.2 to compile correctly on Mandrake 8.2.
The error I get is 

php_functions.c:93: parse error
make[3]: *** [php-functions.lo] Error 1

Line 93 in php_functions.c seems to be 

#if !MODULE_MAGIC_AT_LEAST(20020506,0)
        ADD_STRING(boundary);
#endif

GCC seems to be version 2.7.2.3 according to gcc -v
It's obviously not the version that came with Mandrake,
but I tried compiling it with 2.96 that comes with the
distribution too, but it gave the same error. I haven't had
any problems compiling PHP < 4.2.2 on MDK 8.

Would a different version of GCC work better? 


Cheers,
Markus Lervik

-- 

Markus Lervik, [EMAIL PROTECTED] | A Microsoft Certified Systems
Engineer 
Linux-administrator                   | is to computing 
Vaasa City Library - Regional Library | what a McDonalds Certified Food
Specialist 
+358-6-325 3589 / +358-40-832 6709    | is to fine cuisine



-- 
PHP Install Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to