Changeset 61 for trunk/docs


Ignore:
Timestamp:
Sep 11, 2006, 10:31:56 PM (18 years ago)
Author:
rainer
Message:

Fix for MacOX X problems and Cygwin compile problem, resolves tickets #33, #34, #35.

Location:
trunk/docs
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/docs/BUGS

    r1 r61  
     1
     2MacOS X:
     3-------
     4
     5(1)  Pointed out by David: static linking is not supported on MacOS X,
     6     see http://developer.apple.com/qa/qa2001/qa1118.html
    17
    28Solaris:
  • trunk/docs/Changelog

    r60 r61  
    1 2.2.4:
     12.2.5:
     2        * workaround for glob(3) sillyness on MacOS X (reported by David)
     3        * fix for broken resorce fork check (reported by David)
     4        * fix for broken compilation on cygwin (reported by Elias)
     5
     62.2.4 (03-09-2006):
    27        * add regression test for the GrowingLogFiles issue to test suite
    38        * fixed sh_unix.c: bug in database init if GrowingLogFiles used
  • trunk/docs/FAQ.html

    r19 r61  
    129129<br><center><h2>Rainer Wichmann</h2></center>
    130130<hr>
    131 <p><i>FAQ Revised: Tuesday 31 January 2006 21:28:35</i></p>
     131<p><i>FAQ Revised: Monday 11 September 2006 22:18:54</i></p>
    132132<hr><h2>Table of Contents</h2>
    133133<dl>
     
    150150<li><a href="#Build and install7">2.8. ./install-sh: strip: not found (Solaris)</a></li>
    151151<li><a href="#Build and install8">2.9. What is sh_tiger1.s?</a></li>
     152<li><a href="#Build and install9">2.10. Why does static compiling (<code>--enable-static</code>) on MaxOS X fail ?</a></li>
    152153</ul></dd>
    153154<dt><b>3. File checking</b></dt>
     
    391392it would be impossible to maintain a library of optimal compile options
    392393for every version of gcc.<br><br></dd>
     394<dt><b><a name="Build and install9">2.10. Why does static compiling (<code>--enable-static</code>) on MaxOS X fail ?</a></b></dt>
     395<dd>Static linking is not supported on MacOS X, see
     396<a href="http://developer.apple.com/qa/qa2001/qa1118.html">Technical Q&A QA1118</a>.
     397This is a MacOS X issue and not a bug in samhain.<br><br></dd>
    393398</dl>
    394399<hr><h2>3. File checking</h2>
Note: See TracChangeset for help on using the changeset viewer.