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]
Other format: [Raw text]

Re: gcc


On Jan 20, 2004, "Bill Cunningham" <billc1@citynet.net> wrote:

> Hi. I've just been listening to the tech details of gcc internals. I wonder?
> Can you create MS compatible dlls with the 3 branch?

Not with GCC, no.  It takes a linker to create DLLs.  GCC just turns
source files into assembly.  The good news is that GNU ld can create
DLLs these days.  I suggest trying some recent release of libtool to
figure out how to do it.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Happy GNU Year!                     oliva@{lsd.ic.unicamp.br, gnu.org}
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
Free Software Evangelist                Professional serial bug killer


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