Re: Help with LIB_MALLOC during build
"Harold H. Hersey" writes:
>
>
> > LIB_MALLOC = _at_LIB_MALLOC@
> >
> > I suppose that _at_LIB_MALLOC@ was supposed to be replaced by something
> > more sensible at some point during the build.
> >
> > Can anyone give me a hint of where to start looking? What is this
> > LIB_MALLOC for?
> >
> What I did is put a
> LIB_MALLOC =
> in the Makefile in the Src directory.
>
> Pretty simple solution but it doesn't hold over a make clean and a
> configure .
>
> Harold
>
Try changing:
_at_echo "LIB_MALLOC = @LIB_MALLOC@" >> config.make
to
_at_echo "LIB_MALLOC = " >> config.make
in Makefile.in instead (as a temporary measure).
Received on Thu Jan 26 1995 - 08:53:30 CET
This archive was generated by hypermail 2.3.0
: Mon Jul 21 2014 - 19:38:59 CEST