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: <20031125234912.37982.qmail@web21405.mail.yahoo.com> Date: Wed, 26 Nov 2003 10:49:12 +1100 (EST) From: =?iso-8859-1?q?Danny=20Smith?= Subject: #pragma interface [Was: cygwin mysql 4.0.16 compilation] To: Cygwin MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit Gerrit P. Haase wrote: > In short, it seems that > #pragma interface > doesn't work and commenting it let you compile the code. I always > comment also > #pragma implementation > but it seems the it is enough to comment out #pragma interface. > > Though, I'm seeking for someone to shed light on this, why it is not > working on Cygwin? > It appears to crippled because of the attempt by G++ to support dllimport. Grep the gcc/cp src directory for MULTIPLE_SYMBOL_SPACES, which is defined for win32 targets only. Also note in ChangeLog the last time anyone did any work on this. Danny http://personals.yahoo.com.au - Yahoo! Personals New people, new possibilities. FREE for a limited time. -- 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/