14 messages in com.mysql.lists.plusplusRE: Mingw link errors, v3.0.0 beta 2
FromSent OnAttachments
Warren Young04 Jan 2008 11:15 
Jonathan Wakely05 Jan 2008 07:54 
Jim Wallace07 Jan 2008 04:11 
Warren Young07 Jan 2008 05:44 
Warren Young07 Jan 2008 05:46 
Joel Fielder07 Jan 2008 07:33 
Joel Fielder07 Jan 2008 07:37 
Warren Young07 Jan 2008 08:22 
Joel Fielder07 Jan 2008 09:42 
Warren Young07 Jan 2008 09:51 
Jonathan Wakely07 Jan 2008 14:12 
Joel Fielder08 Jan 2008 00:56 
Joel Fielder08 Jan 2008 06:00 
Warren Young08 Jan 2008 11:23 
Subject:RE: Mingw link errors, v3.0.0 beta 2
From:Joel Fielder (joel@switchplane.com)
Date:01/07/2008 09:42:05 AM
List:com.mysql.lists.plusplus

Thanks for the info - both the library and examples now build with no warnings and no errors. All examples run without complaint.

There is one other thing though which might be worth documenting. In order to handle the "if exist $@ del $@" and other shell stuff from the makefile, you must ensure that you're not letting msys or cygwin interfere. Temporarily renaming msys or cygwin, or permanently removing them from the PATH environment variable ensures it builds from the command line.

Joel