Hi !!

> -----Original Message-----
> From: Dennis George [mailto:[EMAIL PROTECTED]] 
> Sent: Sunday, April 28, 2002 11:10 AM
> To: MySQL List
> Subject: How to make the Win target from source?
> 
> 
> I downloaded mysql-3.23.49-win-src.zip.
> 
> There are various files missing (e.g. Makefile) that would 
> enable compiling with gcc. 
> 
> Has anyone out there made mysql from source on Win platform 
> with gcc?  I had been trying to compile my own client but was 
> getting a lot of undefines at link time  - the instructions 
> said that mysql should be remade from source to solve this 
> problem.  I am stuck trying to do that.
> 

If you want to build the server from source on Windows, there are two
ways:

1. Using VC Project:  Download the VC project(s)(the above one) and 
   extract the files to a desired folder. Once extracted, load the
'mysql' 
   workspace to VC Editor and start building. If you encounter any
problems, 
   just post the error message, then we can guide you how to proceed
further.

2. Using cygwin Environment: Through this is not a recommended way, you
can 
   give a try. Download the linux source and extract it to a folder and
start 
   building it in the normal way by configuring or by using any of the
scripts 
   from BUILD/ which suites your needs. 

We don't recommend the build process on Windows except if you want to
debug.

Regards, Venu
--
For technical support contracts, go to https://order.mysql.com
   __  ___     ___ ____  __
  /  |/  /_ __/ __/ __ \/ /   Mr. Venu <[EMAIL PROTECTED]>
 / /|_/ / // /\ \/ /_/ / /__  MySQL AB, Developer
/_/  /_/\_, /___/\___\_\___/  California, USA
       <___/  www.mysql.com
 



---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to