I am trying to compile PHP CVS. I had a working development environment. I 
download re2c, got all new source, and am trying to get my patches 
working. 
Alas I get the messeges included below.

Is this a common problem what is very pedestrian solution, or is this 
something I have to slog through?


ext/session/session.o: In function `php_set_session_var':
/local/projects/php/php4/ext/session/session.c:286: undefined reference to 
`var_replace'
ext/session/session.o: In function `ps_srlzr_decode_php_binary':
/local/projects/php/php4/ext/session/session.c:363: undefined reference to 
`php_var_unserialize'
/local/projects/php/php4/ext/session/session.c:372: undefined reference to 
`var_destroy'
ext/session/session.o: In function `ps_srlzr_decode_php':
/local/projects/php/php4/ext/session/session.c:440: undefined reference to 
`php_var_unserialize'
/local/projects/php/php4/ext/session/session.c:452: undefined reference to 
`var_destroy'
ext/standard/var.o: In function `zif_unserialize':
/local/projects/php/php4/ext/standard/var.c:651: undefined reference to 
`php_var_unserialize'
/local/projects/php/php4/ext/standard/var.c:652: undefined reference to 
`var_destroy'
/local/projects/php/php4/ext/standard/var.c:657: undefined reference to 
`var_destroy'
ext/sysvshm/sysvshm.o: In function `zif_shm_get_var':
/local/projects/php/php4/ext/sysvshm/sysvshm.c:312: undefined reference to 
`php_var_unserialize'
/local/projects/php/php4/ext/sysvshm/sysvshm.c:313: undefined reference to 
`var_destroy'
/local/projects/php/php4/ext/sysvshm/sysvshm.c:317: undefined reference to 
`var_destroy'




-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to