hgomez      2002/11/07 03:44:09

  Modified:    jk/xdocs faq.xml
  Log:
  Some clarifications about build via configure
  
  Revision  Changes    Path
  1.6       +14 -1     jakarta-tomcat-connectors/jk/xdocs/faq.xml
  
  Index: faq.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-connectors/jk/xdocs/faq.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- faq.xml   7 Nov 2002 09:16:35 -0000       1.5
  +++ faq.xml   7 Nov 2002 11:44:09 -0000       1.6
  @@ -276,6 +276,19 @@
   </p>
   </subsection>
   
  +<subsection name="Mixed errors when building via configure">
  +<p>
  +configure assume you have some GNU tools allready installed and configured for your 
system, and ad minima <b>libtool</b>.
  +</p>
  +<p>
  +Also some systems may have mixed cc and gcc setup which may make you puzzled when 
trying to link an Apache built with native
  +c compiler with a jk/jk2 build with gcc.
  +</p>
  +<p>
  +In fine some native make didn't works as expect so you should use a GNU make 
<b>gmake</b>.
  +</p>
  +</subsection>
  +
   </section>
   
   <section name="IIS">
  
  
  

--
To unsubscribe, e-mail:   <mailto:tomcat-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@;jakarta.apache.org>

Reply via email to