On Tue, 2008-06-17 at 18:31 +0800, Jeff Cai wrote:
> > Any other dependencies?
> It depends on SUNWlibC, I added it to the spec.
> > export CXX="$CXX -norunpath"
> >
> > Does this module include c++ code? Is c++ code used to build
> > libraries?
The above 2 statements contradict: if there's no c++ code, why
do you need SUNWlibC?
> no, I'll remove this line.
> > > export ACLOCAL_FLAGS="-I %{_datadir}/aclocal"
> >
> > This shouldn't be needed.
> If I removed this line, it will use the libtool under its own path while
> not the one in cbe. Then an error will happen "
Hmm... okay.
> > > export CFLAGS="%optflags"
> > > export CXXFLAGS="%cxx_optflags -staticlib=stlport4"
> >
> > CFLAGS/CXXFLAGS will be different in 64-bit and 32-bit, so these
> > should be set in the base spec.
> I'll remove remove 64-bit stuff. Only one version is built.
That's not what I was suggesting. Please leave the 64-bit lib in,
just fix it.
Laca