[Starkit] Tclkit 8.4.11
Larry W. Virden
lvirden at cas.org
Tue Sep 27 09:17:36 CEST 2005
I have a genkit question.
I'm trying the latest genkit on SPARC Solaris, to see if it works
better for me than in the past.
Here's what I'm setting:
export CC=/vol/gnu/gcc-3.4.4/bin/gcc
export CCC=/vol/gnu/gcc-3.4.4/bin/g++
export CFLAGS="-L/vol/gnu/gcc-3.4.4/lib -R/vol/gnu/gcc-3.4.4/lib"
export CXXFLAGS="-L/vol/gnu/gcc-3.4.4/lib -R/vol/gnu/gcc-3.4.4/lib"
and then I invoke genkit. The CFLAGS and CXXFLAGS variables
don't seem to be used by genkit.
I'm trying to tell genkit extra flags it needs to use, in addition to (and
in front of) what it is already using, to find the gcc libraries.
I'm looking in genkit, and it doesn't seem like it is going to do what
I'm wanting by default.
So this is what I'm trying.
if {![info exists env(CFLAGS)]} {
set Z(tclstuff) "$env(CFLAGS) $Z(tclstuff)"
set Z(tkstuff) "$env(CFLAGS) $Z(tkstuff)"
}
if {![info exists env(CXXFLAGS)]} {
set Z(tclstuff) "$env(CXXFLAGS) $Z(tclstuff)"
}
1. Does this look right? Am I forgetting anything?
2. Does this look useful to anyone else?
--
Tcl - The glue of a new generation. <URL: http://wiki.tcl.tk/ >
Larry W. Virden <mailto:lvirden at cas.org><URL: http://www.purl.org/NET/lvirden/ >
Even if explicitly stated to the contrary, nothing in this posting should
be construed as representing my employer's opinions.
-><-
More information about the Starkit
mailing list