Date: Sun, 22 Mar 1998 16:14:36 +0300 (IDT) From: Eli Zaretskii To: Super User cc: djgpp AT delorie DOT com Subject: Re: Antwort: Re: Problems with GRX20.a In-Reply-To: <351378f0.flying-brick@flying-brick.caverock.net.nz> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Precedence: bulk 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.