Mail Archives: djgpp/1998/03/22/08:15:18
On Sat, 21 Mar 1998, Super User wrote:
> >./lib/libgrx20.a(setmode.o)(.text+0x49d):setmode.c: undefined reference to
> > `_streamv'
> >./lib/libgrx20.a(setmode.o)(.text+0x723):setmode.c: undefined reference to
> > `_streamv'
>
> Well, I hunted through my ENTIRE GRX source tree as well as all the relevant
> include files and couldn't find _streamv. So I don't know how the linker
> came up with this problem, anyone else have any ideas?
`setmode.o' in libgrx20.a does NOT reference `_streamv' or anything
like that. You can easily test this with `nm'.
It seems that the version of libgrx20.a that causes the above didn't
come from the grx22.zip distribution.
- Raw text -