On Jul 15, 2008, at 9:31 PM, Denis Bueno wrote:

> Ignore that.  After 'make distclean' I get a different error, which  
> is:
>
> gcc-4.0  -prebind -framework AppKit -lresolv -Xlinker -headerpad
> -Xlinker 6C8  -o temacs pre-crt0.o dispnew.o frame.o scroll.o xdisp.o
> ...
>     -L/opt/local/lib -ldbus-1 -lresolv
> /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: warning prebinding
> disabled because dependent library: /opt/local/lib/libdbus-1.3.dylib
> is not prebound
> /usr/libexec/gcc/i686-apple-darwin8/4.0.1/ld: Undefined symbols:
> _BC
> _UP
> _tgoto
...

It looks like your link line does not get -lncurses, causing the  
undefined symbols.  'configure' checks for this, but for some reason  
the check is failing on your system.  You mention macports -- are you  
on OS X?  What does a 'locate libncurses' give you?  If it's there,  
can you figure out why configure isn't finding it?



-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Emacs-app-dev- mailing list
Emacs-app-dev-@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emacs-app-dev-

Reply via email to