Did you follow the instructions in: http://fink.sourceforge.net/faq/usage-general.php#compile-myself ?
On Sun, 6 Apr 2003, Corey Halpin wrote: > I'm not sure if this should go to fink-users or to fink-devel. I'll > try users first. > 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 > -- Alexander K. Hansen Associate Research Scientist, Columbia University visiting MIT Plasma Science and Fusion Center Levitated Dipole Experiment 175 Albany Street, NW17-219 Cambridge, MA 02139-4213 ------------------------------------------------------- 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
