Help with LIB_MALLOC during build
I'm trying to build STk 2.1.5 on a Sparc10 running SunOS. The build
dies at the following point:
gcc -O2 -DSTK_VERSION=\"2.1.5\" -DMACH=\"SunOS-4.1-sun4m\" -DUSE_DYNLOAD
-DUSE_TK -DSTk_CODE -DSUNOS4 -DHAVE_UNISTD_H=1 -I. -I../Tk
-I../Tcl -I../Mp -DSTK_LIBRARY=\"/afs/cs/project/vit/stk/lib/stk/2.1.5\"
-o stk-bin userinit.o libstk.a ../Mp/libgmp.a ../Tk/libtk.a ../Tcl/libtcl.a
-L/usr/misc/.X11/lib -lX11 -lnsl \ -lm _at_LIB_MALLOC@
gcc: _at_LIB_MALLOC@: No such file or directory
I think this is because part of the configuration isn't happening
correctly. In config.make I end up with the line:
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?
Thanks.
Rob DeLine
Received on Wed Jan 25 1995 - 21:28:23 CET
This archive was generated by hypermail 2.3.0
: Mon Jul 21 2014 - 19:38:59 CEST