On Nov 28, 2000, Bernard Dautrevaux <[EMAIL PROTECTED]> wrote:

> in C++
>       struct lt_dlhandle
> automatically define a TYPENAME i.e. makes an implicit
>       typedef struct lt_dlhandle lt_dlhandle;

However, IIRC, it is valid to have the implicit name overridden by
another definition of the name, which is what the `typedef' does.

> I don't know from where this problem comes; I'm using a quite recent
> CVS-libtool (from beginning of october I think) and do not have this
> problem.

Maybe this is only a problem in system headers?  (GCC makes
distinction between headers in standard search PATHs and those
introduced by -I switches)

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

_______________________________________________
Libtool mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/libtool

Reply via email to