[PHP-DEV] Aspell From: Shane Clements (shane <email protected>)
Date: 08/31/99

Hi,

I'm new to the list and I had a question/problem. I am using php 3.0.12
with the newest aspell(.28.2.1), it seems that php won't compile into
apache with this aspell. here are the errors:

modules/php3/libphp3.a(aspell.o): In function `php3_aspell_close':
/usr/local/src/php-3.0.12/functions/aspell.c:83: undefined reference to
`aspell_free'
modules/php3/libphp3.a(aspell.o): In function `php3_aspell_new':
/usr/local/src/php-3.0.12/functions/aspell.c:104: undefined reference to
`aspell_new'
/usr/local/src/php-3.0.12/functions/aspell.c:107: undefined reference to
`aspell_new'
modules/php3/libphp3.a(aspell.o): In function `php3_aspell_suggest':
/usr/local/src/php-3.0.12/functions/aspell.c:144: undefined reference to
`aspell_suggest'
/usr/local/src/php-3.0.12/functions/aspell.c:148: undefined reference to
`aspell_free_suggestions'
modules/php3/libphp3.a(aspell.o): In function `php3_aspell_check':
/usr/local/src/php-3.0.12/functions/aspell.c:173: undefined reference to
`aspell_check'
modules/php3/libphp3.a(aspell.o): In function `php3_aspell_check_raw':
/usr/local/src/php-3.0.12/functions/aspell.c:206: undefined reference to
`aspell_check_raw'
collect2: ld returned 1 exit status

Do I need to revert to an old aspell?

-- 
Shane Clements
Software Engineer
NASDAQ: AHWY
shane <email protected>
(408) 255-5301/ (800)775-4783  ext.354
http://www.audiohighway.com
http://massmusic.com

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>