Re: [Help] Autoconf problems when trying to build WordNet 3.0 package

2007-06-27 Thread Daniel Schepler
On Wednesday 27 June 2007 16:45:06 pm Andreas Tille wrote: > On Wed, 27 Jun 2007, Ben Pfaff wrote: > > OK, I can see now that /usr/lib/tk8.4/tkConfig.sh sets TK_PREFIX > > in the environment of "configure". But what is meant to > > propagate this environment variable into the Makefile? I don't >

Re: [Help] Autoconf problems when trying to build WordNet 3.0 package

2007-06-27 Thread Azazel
Andreas Tille wrote: > On Wed, 27 Jun 2007, Ben Pfaff wrote: > > >OK, I can see now that /usr/lib/tk8.4/tkConfig.sh sets TK_PREFIX > >in the environment of "configure". But what is meant to > >propagate this environment variable into the Makefile? I don't > >see anything intended to do that. Aut

Re: [Help] Autoconf problems when trying to build WordNet 3.0 package

2007-06-27 Thread Ben Pfaff
Andreas Tille <[EMAIL PROTECTED]> writes: > Yes, you both seem to come to the same conclusion as I myself - but > I have no idea how to fix this. There must be some trick to propagate > these variables, but how? I've got no clue out of reading the > texinfo docs. That part is easy: just add

Re: [Help] Autoconf problems when trying to build WordNet 3.0 package

2007-06-27 Thread Andreas Tille
On Wed, 27 Jun 2007, Ben Pfaff wrote: OK, I can see now that /usr/lib/tk8.4/tkConfig.sh sets TK_PREFIX in the environment of "configure". But what is meant to propagate this environment variable into the Makefile? I don't see anything intended to do that. Autoconf does not automatically propa

Re: [Help] Autoconf problems when trying to build WordNet 3.0 package

2007-06-27 Thread Ben Pfaff
"Sergei Golovan" <[EMAIL PROTECTED]> writes: > On 6/27/07, Ben Pfaff <[EMAIL PROTECTED]> wrote: >> The puzzling thing to me about this situation is what is expected >> to set TK_PREFIX. "grep TK_PREFIX" in the wordnet directory >> shows TK_PREFIX being used, but never defined anywhere. "grep >>

Re: [Help] Autoconf problems when trying to build WordNet 3.0 package

2007-06-27 Thread Sergei Golovan
On 6/27/07, Ben Pfaff <[EMAIL PROTECTED]> wrote: The puzzling thing to me about this situation is what is expected to set TK_PREFIX. "grep TK_PREFIX" in the wordnet directory shows TK_PREFIX being used, but never defined anywhere. "grep TK_PREFIX" in /usr/share/aclocal shows no hits at all. Di

Re: [Help] Autoconf problems when trying to build WordNet 3.0 package

2007-06-27 Thread Sergei Golovan
On 6/27/07, Ben Pfaff <[EMAIL PROTECTED]> wrote: The puzzling thing to me about this situation is what is expected to set TK_PREFIX. "grep TK_PREFIX" in the wordnet directory shows TK_PREFIX being used, but never defined anywhere. "grep TK_PREFIX" in /usr/share/aclocal shows no hits at all. Di

Re: [Help] Autoconf problems when trying to build WordNet 3.0 package

2007-06-27 Thread Ben Pfaff
Andreas Tille <[EMAIL PROTECTED]> writes: > the relevant line in src/Makefile.am is > > INCLUDES = -I$(top_srcdir)/include $(TCL_INCLUDE_SPEC) -I$(TK_PREFIX)/include > > I have no idea why TCL_INCLUDE_SPEC which is not propagated > correctly to Makefile.in and thus cc has not the correct path > t