>snip<
> /usr/i486-linux/bin/ld: Warning: size of symbol 'AssemblyTypes' changed from
> 4
> to 44 in constants.o
>snip<
> const char *AssemblyTypes[];
>
I'd grep through your code to where you previously declared
AssemblyTypes[]. Chances are you misdefined it;
printf("char *: %d\nchar: %d\n",sizeof(h),sizeof(f));
char *: 4
char: 1
So, somewhere, instead of saying it was a *[], you said it was a
simple *.
Hope you catch what I'm saying.
PjD
--
+---------------------------------------------------------------+
| FAQ: http://qsilver.queensu.ca/~fletchra/Circle/list-faq.html |
| Archives: http://post.queensu.ca/listserv/wwwarch/circle.html |
+---------------------------------------------------------------+
This archive was generated by hypermail 2b30 : 12/04/01 PST