This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

#pragma interface [Was: cygwin mysql 4.0.16 compilation]


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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]