This is the mail archive of the libstdc++@sources.redhat.com mailing list for the libstdc++ project.


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

Re: [PATCH] libstdc++-v3 changes for glibc2.1


On Oct 17, 2000, Benjamin Kosnik <bkoz@redhat.com> wrote:

> I too have noticed this. Renaming exception.cc to work around this bug
> seems a little silly. I touched exception in libsupc++ and everything
> is fine, but that seems goofy.

> Alexadre? Any words of advice?

I'd try simply adding a line `exception:' to the Makefile, in the hope
the `make' doesn't apply built-in rules such as `exception.cc ->
exception.o -> exception'.  I'm not sure this effect would be
portable, though :-(

I fear the only portable ways to go may be to rename one of the files
or to move one of them into a separate directory :-(

-- 
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]