From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Cagney To: Kevin Buettner Cc: gdb-patches@sources.redhat.com Subject: Re: [PATCH] Conditionally include nlist.h in solib-legacy.c Date: Fri, 23 Mar 2001 08:13:00 -0000 Message-id: <3ABB762D.9867D7DC@cygnus.com> References: <1010320030437.ZM8757@ocotillo.lan> X-SW-Source: 2001-03/msg00433.html Kevin, Looking back at this. I don't know that solib-legacy should ever be appearing in the list of TDEPFILES. Given it can only work in native builds, I think it should only be included in the NATDEPFILES. I suspect this was the real reason for the compile problems. Andrew