From: Joe E. <jen...@fl...> - 2002-03-12 15:40:42
|
Larry W. Virden wrote: > > On sparc solaris 2.6, using Sun's C compiler, configure is not filling > in all the information in the Makefile when it generates it. The following > fields are not expanded, resulting in Makefile failures: > > DL_LIBS = @DL_LIBS@ > MATH_LIBS = @MATH_LIBS@ > [...] Which directory are you trying to compile in? These variables don't appear in tcldom/src/Makefile.in, which AFAIK is where tcldom::c currently lives (at least that's the directory I've been using.) --Joe English jen...@fl... |