This is the mail archive of the cygwin-developers@sources.redhat.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]

Re: Exporting symbols from a .exe



> 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".


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