Jiandong Lu wrote:
> vm71 can not be compiled on opensolaris (solaris > express developer edition ,9/07,b70).The key error > message is : > > Undefined first referenced > symbol in file > XmeXpmReadFileToPixmap > objects/gui_xmebw.o > XmeXpmFreeAttributes > objects/gui_xmebw.o > XmeXpmCreatePixmapFromData > objects/gui_xmebw.o > ld: fatal: Symbol referencing errors. No output > written to vim > *** Error code 1 There must be something wrong in your setup. The file gui_xmebw.c contains a call to XpmReadFileToPixmap(), not XmeXpmReadFileToPixmap(). I would think this is redefined in a header file. You should then add the corresponding library to the linker line. You can add it to MOTIF_LIBS2, line 1132 in Makefile. -- Why isn't there mouse-flavored cat food? /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ download, build and distribute -- http://www.A-A-P.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// --~--~---------~--~----~------------~-------~--~----~ You received this message from the "vim_dev" maillist. For more information, visit http://www.vim.org/maillist.php -~----------~----~----~----~------~----~------~--~---