Re: [Mac-emacs-devel] undefined symbol _init_mac_osx_environment
Brought to you by:
akochoi
|
From: Andrew C. <ak...@sh...> - 2002-08-23 23:48:34
|
> Hi, > > I'm trying to compile emacs on my OS X system, and even though I follow > all the steps from the description, I get the following error: > > /usr/bin/ld: warning prebinding disabled because of undefined symbols > /usr/bin/ld: Undefined symbols: > _init_mac_osx_environment > _sys_select > make[1]: *** [temacs] Error 1 > make: *** [bootstrap-src] Error 2 > > Does anyone here know what this means? > > Cheers, > David. Hi David, These two functions are defined at the end of the file src/mac.c. This is the latest version in the CVS repository: http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/src/mac.c?rev=1.9&content-type=text/vnd.viewcvs-markup Be sure to check mac.o's modification date and use the command `nm' to check whether it exports these two symbols. Andrew. P.S. This mailing list will not be used soon. Please see the web page http://members.shaw.ca/akochoi-emacs/index.html for where to obtain help on Emacs for Mac OS X in the future. |