This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


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

Re: i386-DLLs: forwarding symbols to another DLL


On Apr 26, 1999, "Emanuele Aliberti" <ealiberti@my-dejanews.com> wrote:

> I can not find how to tell dlltool to export a forwarded symbol,
> that is a symbol a client process will link to in another DLL.

AFAIK, MS-Windows DLLs may not have undefined symbols (which is what I
believe is what you mean by forwarded symbol), so they must be
*explicitly* linked with all libraries needed to resolve any symbols
it does not provide itself.  But then, I may be wrong.

Anyway, I believe the egcs mailing list is not the proper place to
discuss this issue.  Since dlltool is specific to cygwin, you'll
probably have more luck in a cygwin-specific mailing list.

-- 
Alexandre Oliva http://www.dcc.unicamp.br/~oliva IC-Unicamp, Bra[sz]il
{oliva,Alexandre.Oliva}@dcc.unicamp.br  aoliva@{acm.org,computer.org}
oliva@{gnu.org,kaffe.org,{egcs,sourceware}.cygnus.com,samba.org}
*** E-mail about software projects will be forwarded to mailing lists



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