hi all

i'm trying to compile WMMail.app-0.64 but run across the following (perhaps simple) problem

cc -g -O2 -I/usr/X11R6/include -I/Volumes/sw/include -L/usr/X11R6/lib -L/Volumes/sw/lib -o WMMail global.o imap.o list.o maildir.o mbox.o mh.o net.o pop3.o properties.o std_icons.o wmmail.o wmutil.o -lXpm -lXt -lXext -lX11
/usr/bin/ld: Undefined symbols:
_PLGetDictionaryEntry
_PLGetString
_PLIsString
_PLMakeString
_PLRelease
_PLInsertDictionaryEntry
_PLGetAllDictionaryKeys
_PLGetArrayElement
_PLGetNumberOfElements
_PLGetProplistWithPath
_PLIsArray
_PLIsDictionary
_PLMakeDictionaryFromEntries

after running

./configure --prefix=/Volumes/sw --with-PL-libs="-L/Volumes/sw/lib" --with-PL-incs="-I/Volumes/sw/include"

WMMail.app-0.64 needs the --with-PL-incs="-I/Volumes/sw/include" option in order to find proplist.h. it then builds all of the the .o files allright, but fails to build the executables. to me it seems that it doesn't find the libPropList libaries (the --with-PL-libs="-L/Volumes/sw/lib" option proves to be useless). how can i pass the right options? or has anyone of you compiled it successfully?

thanx in advance

mathias

Reply via email to