global data in DLL's

Danny Smith danny_r_smith_2001@yahoo.co.nz
Mon Oct 15 13:32:00 GMT 2001


 --- Roger Wells <ROGER.K.WELLS@saic.com> wrote: > Up until gcc 2.95.2
global data needed to be redefined as:   global ->
> (*__imp_global) or (*_imp__global)
> as of 2.95.3 it seems that only (*_imp__global) works.
> Can this be overridden?  Can it be reversed?  I have lots of build
> scripts
> that depend on the former definition.  These all need to be modified in
> order to migrate the 2.95.3
>

Have you tried the --compat-implib option?

  --compat-implib     Create backward compatible import libs;
                      create __imp_<SYMBOL> as well.


Danny




http://briefcase.yahoo.com.au - Yahoo! Briefcase
- Manage your files online.

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Bug reporting:         http://cygwin.com/bugs.html
Documentation:         http://cygwin.com/docs.html
FAQ:                   http://cygwin.com/faq/



More information about the Cygwin mailing list