This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the EGCS project.
Re: What causes the 'type and size of dynamic symbol ... not defined'warning?
On Fri, 23 Jul 1999 12:25:32 +0200, kai@cats.ms wrote:
>
> I'm not so sure that either gcc or ld is at fault. It seems to me the
> list of clases it complains about, are those GNUstep classes my
> program uses; it NEVER complains about my own classes.
>
> That suggests to me that the fault is in the GNUstep build process.
>
> But I don't know what it is, either.
That's an interesting observation - I think it may be true for my code too.
If the problem is only with classes in the GNUstep libraries, that would
almost certainly make it some problem with the way dynamic libraries are being
created (or with how ld handles dynamic libraries).