Now that the coffee has kicked in, I can see that nedit is looking in
the wrong place for the dylib that it's complaining about.  See if you
can do a binary install of nedit (to get you going ASAP).

As for the build problem, I found one possibly-relevant item in the
archives:

http://www.mail-archive.com/[EMAIL PROTECTED]/msg02388.html

On Mon, 2003-02-24 at 12:43, Don Spong wrote: 
> Alexander,
> 
> Here's what I got:
> 
> [localhost:~] spongda% dpkg -L lesstif-shlibs
> /.
> /sw
> /sw/lib
> /sw/lib/libDtPrint.1.0.0.dylib
> /sw/lib/libMrm.1.0.2.dylib
> /sw/lib/libMrm.2.0.1.dylib
> /sw/lib/libUil.1.0.2.dylib
> /sw/lib/libUil.2.0.1.dylib
> /sw/lib/libXm.1.0.2.dylib
> /sw/lib/libXm.2.0.1.dylib
> /sw/share
> /sw/share/doc
> /sw/share/doc/lesstif-shlibs
> /sw/share/doc/lesstif-shlibs/AUTHORS
> /sw/share/doc/lesstif-shlibs/BUG-REPORTING
> /sw/share/doc/lesstif-shlibs/COPYING
> /sw/share/doc/lesstif-shlibs/COPYING.LIB
> /sw/share/doc/lesstif-shlibs/CREDITS
> /sw/share/doc/lesstif-shlibs/FAQ
> /sw/share/doc/lesstif-shlibs/INSTALL.txt
> /sw/share/doc/lesstif-shlibs/NEWS
> /sw/share/doc/lesstif-shlibs/README
> /sw/share/doc/lesstif-shlibs/ReleaseNotes.txt
> /sw/lib/libDtPrint.1.dylib
> /sw/lib/libMrm.1.dylib
> /sw/lib/libMrm.2.dylib
> /sw/lib/libUil.1.dylib
> /sw/lib/libUil.2.dylib
> /sw/lib/libXm.1.dylib
> /sw/lib/libXm.2.dylib
> 
> -Don
> 
> >Let's decouple the build error and the runtime error.
> >
> >Since the system still thinks that you don't have the dylib, let's try
> >the following command:
> >
> >dpkg -L lesstif-shlibs
> >
> >and compare with what I have (I may have a different version than you
> >do):
> >
> >[ldx3:~] hansen% dpkg -L lesstif-shlibs
> >/.
> >/sw
> >/sw/lib
> >/sw/lib/libDtPrint.1.0.0.dylib
> >/sw/lib/libMrm.1.0.2.dylib
> >/sw/lib/libMrm.2.0.1.dylib
> >/sw/lib/libUil.1.0.2.dylib
> >/sw/lib/libUil.2.0.1.dylib
> >/sw/lib/libXm.1.0.2.dylib
> >/sw/lib/libXm.2.0.1.dylib
> >/sw/share
> >/sw/share/doc
> >/sw/share/doc/lesstif-shlibs
> >/sw/share/doc/lesstif-shlibs/AUTHORS
> >/sw/share/doc/lesstif-shlibs/BUG-REPORTING
> >/sw/share/doc/lesstif-shlibs/COPYING
> >/sw/share/doc/lesstif-shlibs/COPYING.LIB
> >/sw/share/doc/lesstif-shlibs/CREDITS
> >/sw/share/doc/lesstif-shlibs/FAQ
> >/sw/share/doc/lesstif-shlibs/INSTALL.txt
> >/sw/share/doc/lesstif-shlibs/NEWS
> >/sw/share/doc/lesstif-shlibs/README
> >/sw/share/doc/lesstif-shlibs/ReleaseNotes.txt
> >/sw/lib/libDtPrint.1.dylib
> >/sw/lib/libMrm.1.dylib
> >/sw/lib/libMrm.2.dylib
> >/sw/lib/libUil.1.dylib
> >/sw/lib/libUil.2.dylib
> >/sw/lib/libXm.1.dylib
> >/sw/lib/libXm.2.dylib
> >
> >
> >On Mon, 2003-02-24 at 11:20, Don Spong wrote:
> >>  Alexander,
> >>
> >>  Okay, I did fink update lesstif-shlibs.  That seemed to go alright.
> >>  Then I did fink update nedit.  This had some type of load error (ld:
> >>  multiple definitions of symbol __XEditResCheckMessages) near the end
> >>  of the update as indicated below.  Trying to run nedit then gave the
> >>  same results as before.  After this, I also tried first doing fink
> >>  remove nedit followed by fink install nedit, but this ended with the
> >>  same errors.
> >>
> >>  -Thanks, Don
> >>
> >>
> >>  fink update nedit
> >>  .
> >>  .
> >>  .
> >>  cc -O -no-cpp-precomp -DNO_XMIM -I/sw/include -I/usr/X11R6/include
> >>  -DUSE_DIRENT -DUSE_LPR_PRINT_CMD -DUSE_XMIM nedit.o file.o menu.o
> >>  window.o selection.o search.o undo.o shift.o help.o preferences.o
> >>  tags.o userCmds.o shell.o regularExp.o macro.o text.o textSel.o
> >>  textDisp.o textBuf.o textDrag.o server.o highlight.o highlightData.o
> >>  interpret.o parse.o smartIndent.o regexConvert.o rbTree.o
> >>  windowTitle.o linkdate.o ../util/libNUtil.a -force_flat_namespace
> >>  -L/sw/lib -L/usr/X11R6/lib -lXm -lXt -lXpm -lXext -lSM -lICE -lX11 -o
> >>  nedit
> >>  ld: multiple definitions of symbol __XEditResCheckMessages
> >>  /sw/lib/libXm.dylib(EditresCom.lo) definition of __XEditResCheckMessages
> >>  /usr/X11R6/lib/libXmu.6.dylib(EditresCom.o) definition of
> >>  __XEditResCheckMessages
> >>  make[1]: *** [nedit] Error 1
> >>  make: *** [macosx] Error 2
> >>  ### execution of make failed, exit code 2
> >>  Failed: compiling nedit-5.3-6 failed
> >>
> >>  [localhost:~] spongda% nedit
> >>  dyld: nedit can't open library:
> >>  /sw/LessTif/Motif2.0/lib/libXm.2.dylib  (No such file or directory,
> >  > errno = 2)
> >  > Trace/BPT trap
> >  >
> >  >
> >  >
> >  > >Check and see if lesstif-shlibs got installed, too, since that's where
> >  > >your missing file comes from.
> >>  >
> >>  >
> <snip>

> 
> -- 
> Alexander K. Hansen
> Associate Research Scientist, Columbia University
> visiting MIT Plasma Science and Fusion Center
> Levitated Dipole Experiment
> 175 Albany Street, NW17-219
> Cambridge, MA  02139-4213


-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Fink-users mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/fink-users

Reply via email to