Does here anyone have any ideas about this? It seems like a simple error, I hope its not just my system.

Begin forwarded message:

From: PHP Bug Database <[EMAIL PROTECTED]>
Date: December 09, 2003 16:14:25 MST
To: [EMAIL PROTECTED]
Subject: Bug #26567 [Opn->Bgs]: ld: Undefined symbols using --with-pspell=/sw


ATTENTION! Do NOT reply to this email!
To reply, use the web interface found at
http://bugs.php.net/?id=26567&edit=2


ID: 26567 Updated by: [EMAIL PROTECTED] Reported By: goose23 at spu dot edu -Status: Open +Status: Bogus Bug Type: Compile Failure Operating System: Mac OS X PHP Version: 4CVS-2003-12-9 New Comment:

Apparently your installation of aspell is broken.
(thanks to the aspell author who has been unable to decide whether it
should be called aspell, pspell or aspell..)

See:
  http://aspell.sourceforge.net/dist.txt

The compile works fine with RH9 aspell rpms. So I suggest you contact
the person who packaged aspell for macosx to fix  the package..



Previous Comments:
----------------------------------------------------------------------- -


[2003-12-09 16:39:59] goose23 at spu dot edu

Description:
------------
I am attempting to build php on Mac OS X 10.3 with
pspell enabled.  I have aspell 0.50.2-10 installed via
fink (package manager version 0.17.1, distribution
version 0.6.2.cvs).  This is my configure script:

./configure --with-apxs --with-pspell=/sw

I get these undefined symbols during make:

ld: Undefined symbols:
_aspell_config_replace
_aspell_error_message
_aspell_error_number
_aspell_speller_add_to_personal
_aspell_speller_add_to_session
_aspell_speller_check
_aspell_speller_clear_session
_aspell_speller_error_message
_aspell_speller_error_number
_aspell_speller_save_all_word_lists
_aspell_speller_store_replacement
_aspell_speller_suggest
_aspell_string_enumeration_next
_aspell_word_list_elements
_delete_aspell_config
_delete_aspell_speller
_delete_aspell_string_enumeration
_new_aspell_config
_new_aspell_speller
_to_aspell_speller
make: *** [libs/libphp4.bundle] Error 1


If I add '-laspell -laspell-common -lstdc++' to 'EXTRA_LIBS' in the Makefile, make succeeds. I have tried this on php-4.3.4 and php4-STABLE-200312092030, with the same results.



----------------------------------------------------------------------- -






-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?  SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to