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: C++ demangler horrors


On Jul  1, 2003, "H. J. Lu" <hjl@lucon.org> wrote:

> The original problem is demangler depends on libstdc++ and on Cygwin
> libstdc++ may depend on libiberty.

winsup depends on libiberty and newlib, not libstdc++.  libstdc++
depends on winsup.  However, looking at the Makefile.tpl we have now,
I don't see this dependency; why is that?  Am I getting it wrong?

> I still don't see why Cygwin library
> can't depend on both libstdc++

How can you link, or even configure, libstdc++ if you don't have a C
library yet?

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                 aoliva@{redhat.com, gcc.gnu.org}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, 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]