<div dir="ltr">Instead of specifying it with a command line option:<div><br><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div>BASIC DLSOURCE DL +$INFORMATION</div><div><br></div></blockquote><div>it might be wise to add this line to the top of the source code itself:</div><div><div><div><br></div></div></div><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div>DLSOURCE DL</div></div><div><div>0001: *</div><div>0002: * INFO/BASIC PROGRAM</div></div></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div>      - - - [snip] - - -</div></div></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div>0025: * Stamped: p21 rotmand, /usr/local/download, user #1976, 22 Nov 13, 07:48AM.</div><div>0026: * Version 8.00</div><div>0027: *</div></div></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div>0028:<b>$OPTIONS INFORMATION </b>    <----   add this line</div></div></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><div>0029:       $INCLUDE IDLMAX</div><div>0030:       $INCLUDE IDLMAIN</div></div></blockquote><blockquote style="margin:0px 0px 0px 40px;border:none;padding:0px"><div><br></div></blockquote>Functionally, it causes the same compilation, so if you did that to all the programs, you could be more sure of good compilation w/o relying on guys like me to get it right & babysitting us here.</div><div><br></div><div>fwiw,</div><div>cds</div><div class="gmail_extra"><br><div class="gmail_quote">On Mon, Jul 13, 2015 at 11:40 AM, Rotman, David <span dir="ltr"><<a href="mailto:rotmand@cedarville.edu" target="_blank">rotmand@cedarville.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex"><div dir="ltr">I have not had time to do thorough investigation of this error, but I was able to reproduce it depending how the compilation is done.<div><br></div><div>The standard paragraph used to build DOWNLOAD uses the +$INFORMATION flag:</div><div>    BASIC DLSOURCE DL +$INFORMATION</div><div><br></div><div>If one or more of the routines are compiled without the +$INFORMATION flag, the redefinition-of-common error is generated.</div><div><br></div><div>There may be other causes, so let me know whether or not this fixes the COMMON problem.</div><div><br></div></div></blockquote></div></div></div>