* tcl tk: tclConfig.sh/tkConfig.sh ${STAGING_BINDIR_CROSS} or ${STAGING_LIBDIR} ?
@ 2009-02-21 17:03 Bernhard Guillon
2009-02-21 23:55 ` Stanislav Brabec
0 siblings, 1 reply; 2+ messages in thread
From: Bernhard Guillon @ 2009-02-21 17:03 UTC (permalink / raw)
To: openembedded-devel
Hi all,
I am currently try to build hv3 [1] - a super fast and small browser
(dillo2 killer ?).
I need to provide the PATH to tclConfig.sh/tkConfig.sh which is
currently ${STAGING_BINDIR_CROSS}. Is this the right PATH or should tcl
tk place tclConfig.sh/tkConfig.sh to ${STAGING_LIBDIR} ?
Best regards
Bernhard Guillon
1http://tkhtml.tcl.tk/hv3.html
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: tcl tk: tclConfig.sh/tkConfig.sh ${STAGING_BINDIR_CROSS} or ${STAGING_LIBDIR} ?
2009-02-21 17:03 tcl tk: tclConfig.sh/tkConfig.sh ${STAGING_BINDIR_CROSS} or ${STAGING_LIBDIR} ? Bernhard Guillon
@ 2009-02-21 23:55 ` Stanislav Brabec
0 siblings, 0 replies; 2+ messages in thread
From: Stanislav Brabec @ 2009-02-21 23:55 UTC (permalink / raw)
To: openembedded-devel
Bernhard Guillon wrote:
> Hi all,
> I am currently try to build hv3 [1] - a super fast and small browser
> (dillo2 killer ?).
> I need to provide the PATH to tclConfig.sh/tkConfig.sh which is
> currently ${STAGING_BINDIR_CROSS}.
> Is this the right PATH or should tcl
> tk place tclConfig.sh/tkConfig.sh to ${STAGING_LIBDIR} ?
It depends on the purpose.
If you need tcl/tk for the build process, you need tcl/tk-native and
{STAGING_BINDIR}. If you need to link with tcl/tk, then you need
{STAGING_BINDIR_CROSS}.
Note: You should be aware, that user may set ASSUME_PROVIDED =
"tcl-native tk-native" in local.conf. In this case, your program should
be able to find tcl-native/tk-native in system-wide directories (it's
the default behavior of most upstream packages).
If you need both, you have to do some tricks (set needed variable in bb
file and patch package to use this variable).
________________________________________________________________________
Stanislav Brabec
http://www.penguin.cz/~utx/zaurus
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2009-02-21 23:58 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-02-21 17:03 tcl tk: tclConfig.sh/tkConfig.sh ${STAGING_BINDIR_CROSS} or ${STAGING_LIBDIR} ? Bernhard Guillon
2009-02-21 23:55 ` Stanislav Brabec
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.