Exporting symbols from a .exe

Earnie Boyd earnie_boyd@yahoo.com
Thu Feb 15 15:02:00 GMT 2001


DJ Delorie wrote:
> 
> > IIRC, isn't -shared the default.  What would happen if gcc -static were
> > used instead?
> 
> "gcc -shared" makes DLLs.  You're thinking of "gcc -Bdynamic" vs
> "gcc -Bstatic".

ld --help

  -Bdynamic, -dy, -call_shared
                              Link against shared libraries
  -Bstatic, -dn, -non_shared, -static
                              Do not link against shared libraries
  -shared, -Bshareable        Create a shared library
  -E, --export-dynamic        Export all dynamic symbols
  --version-exports-section SYMBOL
                              Take export symbols list from .exports,
using
                                SYMBOL as the version.


All right, I don't know anything about what these do.  They just appear
to be on topic.

Earnie.

_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com




More information about the Cygwin-developers mailing list