public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] Tcl install problem with current CVS
@ 2008-05-05  0:27 Ormund Williams
  2008-05-05 11:33 ` Sergei Gavrikov
  0 siblings, 1 reply; 3+ messages in thread
From: Ormund Williams @ 2008-05-05  0:27 UTC (permalink / raw)
  To: ecos-discuss

Hi All

I seem to be running into an old problem building the host tools.
configure can't find tcl.h even with --with-tcl=/usr/lib
--with-tcl-version=8.4

Both tcl.h and tk.h exist under /usr/include/tcl8.4 so why can configure
find them?

__
Ormund



-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ECOS] Tcl install problem with current CVS
  2008-05-05  0:27 [ECOS] Tcl install problem with current CVS Ormund Williams
@ 2008-05-05 11:33 ` Sergei Gavrikov
  2008-05-05 14:23   ` Ormund Williams
  0 siblings, 1 reply; 3+ messages in thread
From: Sergei Gavrikov @ 2008-05-05 11:33 UTC (permalink / raw)
  To: Ormund Williams; +Cc: ecos-discuss

On Sun, May 04, 2008 at 08:26:36PM -0400, Ormund Williams wrote:
> Hi All
> 
> I seem to be running into an old problem building the host tools.
> configure can't find tcl.h even with --with-tcl=/usr/lib
> --with-tcl-version=8.4
> 
> Both tcl.h and tk.h exist under /usr/include/tcl8.4 so why can configure
> find them?

The issue exists for modern Tcl distributions. eCos's configure system
(look at acsupport/acinclude.m4) belives in that a TCL_INC_DIR variable
presents in tclConfig.sh. But, a new one: TCL_INCLUDE_SPEC had been
entered in modern tclConfig.sh and nowadays it replaces old variable.

So, try to build ecosconfig as

TCL_INC_DIR=/usr/include/tcl8.4 ../host/configure --with-tcl-version=8.4

or add TCL_INC_DIR variable in your site's tclConfig.sh.

Sergei

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [ECOS] Tcl install problem with current CVS
  2008-05-05 11:33 ` Sergei Gavrikov
@ 2008-05-05 14:23   ` Ormund Williams
  0 siblings, 0 replies; 3+ messages in thread
From: Ormund Williams @ 2008-05-05 14:23 UTC (permalink / raw)
  To: ecos-discuss

On Mon, 2008-05-05 at 14:33 +0300, Sergei Gavrikov wrote:
> The issue exists for modern Tcl distributions. eCos's configure system
> (look at acsupport/acinclude.m4) belives in that a TCL_INC_DIR variable
> presents in tclConfig.sh. But, a new one: TCL_INCLUDE_SPEC had been
> entered in modern tclConfig.sh and nowadays it replaces old variable.
> 
> So, try to build ecosconfig as
> 
> TCL_INC_DIR=/usr/include/tcl8.4 ../host/configure --with-tcl-version=8.4
> 
> or add TCL_INC_DIR variable in your site's tclConfig.sh.
> 
Thanks Sergei, that seems to have worked.

__
Ormund


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2008-05-05 14:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-05-05  0:27 [ECOS] Tcl install problem with current CVS Ormund Williams
2008-05-05 11:33 ` Sergei Gavrikov
2008-05-05 14:23   ` Ormund Williams

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).