From: Mo D. <md...@cy...> - 2000-07-21 01:50:58
|
On Thu, 20 Jul 2000, Eric Melski wrote: > Looks OK to me. > > - eric The only part about this patch that I am not sure about is the LDFLAGS_DEFAULT variable. # Flags to pass to the compiler when linking object files into # an executable tclsh or tcltest binary. TCL_LD_FLAGS='@LDFLAGS@' It was "sort of" getting used in tclConfig.sh, but as far as I could tell it was always set to the empty string in tcl.m4. Should it just be removed or should I rework it that same as CFLAGS? If you take a look at Makefile.in you will notice that only @LDFLAGS@ is used. Mo DeJong Red Hat Inc -- The TclCore mailing list is sponsored by Ajuba Solutions To unsubscribe: email tcl...@aj... with the word UNSUBSCRIBE as the subject. |