[GRASS-dev] debugging nviz with TclTk 8.5 aqua

Glynn Clements glynn at gclements.plus.com
Wed Jul 23 12:29:59 EDT 2008


Michael Barton wrote:

> >> I'd say it's a fairly safe bet that Togl is being compiled with the
> >> 8.5 headers but linked against the 8.4 library.
> >>
> >
> > That's certainly possible.  I have to watch some projects when I  
> > compile them when I want to use dependencies that I've built newer  
> > versions than are available in the system - if the project adds -L/ 
> > usr/lib to the linking, the system version will usually link instead  
> > of mine.  Since /usr/lib is always in the default link path, it's  
> > not needed.  OSX -L ordering rules in the linker are a bit different  
> > than linux, and can be troublesome at times.
> >
> > GRASS is good about this, but there are a couple things in the  
> > system that can add that, from .la info or config scripts.
> >
> > Michael, for the line that links nviz, do you see -L/usr/lib?
> 
> Where do I look for this?

	make -C visualization/nviz clean
	make -C visualization/nviz &> build.log

Search for "nvwish" in the output.

-- 
Glynn Clements <glynn at gclements.plus.com>


More information about the grass-dev mailing list