Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Message-ID: <028a01c3b92f$47bc7380$78d96f83@starfruit> From: "Max Bowsher" To: Subject: MySQL server running on Cygwin Date: Tue, 2 Dec 2003 23:51:59 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Cam-ScannerInfo: http://www.cam.ac.uk/cs/email/scanner/ X-Cam-AntiVirus: No virus found X-Cam-SpamDetails: Not scanned Note-from-DJ: This may be spam A mysqld is running on my cygwin system as I type this. Steps: 1. Get mysql 4.0.16 source. 2. Remove all "#pragma interface" lines from the source. In the source directory: $ perl -i.rpi -pe 's/^#pragma interface.*$//;' \ `fgrep -rl '#pragma interface' .` 3. Configure, make, make install. Max. -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/