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: [PATCH] Some inconsistency in collect2, with respect to gcc and libtool


On Jul 10, 2000, Marc Espie <espie@quatramaran.ens.fr> wrote:

> So, this means that, right now, we are seeing C++ systems that use
> libtool (1.3 ?), and that work only on selected systems...

Actually, it probably only works on GNU/Linux and on some
installations of Solaris.  That's why libtool is being extended to
support C++ in general.

Unfortunately, even g++ won't work correctly on non-ELF systems.  I'm
talking about implicit instantiation of template static data members,
for example.  It is my understanding that this just can't be done
correctly on COFF, for example :-(

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


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