I'm trying to build gtkspell.
I do it using the following script:
---- cut here ----
tar -zxf ./gtkspell-2.0.4.tar.gz
export LDFLAGS='-L/sw/lib'
export CPPFLAGS='-I/sw/include'
export CFLAGS='-Ddlsym=dlsym_prepend_underscore'
cd gtkspell-2.0.4
echo -e '11,13d\nwq' | ed configure.ac
autoconf configure.ac > configure
./configure
make
----cut here----
Everything builds fine, however at link time the following annoyance pops up:
----cut here----
ld: Undefined symbols:
_aspell_config_replace
_aspell_error_message
_aspell_error_number
_aspell_speller_add_to_session
_aspell_speller_check
_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[2]: *** [simple] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive-am] Error 2
----cut here----
How do I remedy this?
thank you, crh -- Corey R. Halpin http://www.crhalpin.org/
-------------------------------------------------------
This SF.net email is sponsored by: ValueWeb: Dedicated Hosting for just $79/mo with 500 GB of bandwidth! No other company gives more support or power for your dedicated server
http://click.atdmt.com/AFF/go/sdnxxaff00300020aff/direct/01/
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users
