On Sun, Mar 9, 2008 at 8:08 PM, Thomas De Contes <d.l.tDeContes@free.fr> wrote:
cc -dynamiclib -L/usr/local/lib Pextlib.o strsed.o fgetln.o md5cmd.o setmode.o xinstall.o fs-traverse.o strcasecmp.o vercomp.o filemap.o sha1cmd.o compat.o curl.o rmd160cmd.o readline.o uid.o tracelib.o -o Pextlib.dylib -L/System/Library/Frameworks/Tcl.framework/Versions/8.4 -ltclstub8.4 -L/usr/local/lib -L/Users/thomas/Documents/prgm/bin/ autoinstall/macports/lib -lcurl -L/Users/thomas/Documents/prgm/bin/ autoinstall/macports/lib -L/Users/thomas/Documents/prgm/bin/ autoinstall/macports/lib -lz -lcrypto ld: Undefined symbols: _add_history _completion_matches _filename_completion_function _read_history _readline _rl_attempted_completion_function _rl_line_buffer _rl_readline_name _stifle_history _unstifle_history _username_completion_function _using_history _write_history /usr/bin/libtool: internal link edit command failed make[2]: *** [Pextlib.dylib] Error 1 make[1]: *** [all] Error 1 make: *** [all] Error 1
what's wrong ?
Looks like a readline issue, do you happen to have a local readline installed in /usr/local or somewhere else? Try adding --enable-readline to the configure call. Cheers Adam