Hi all, Following chuck's suggestion, I'm forwarding his reply to me and the output from the make command that is mentioned. As the subject says, I'm trying to compile afix 0.03. Chuck and all, my g++ version is egcs-2.91.66. Also, thanks for the binary. Greg ----- Forwarded message from Charles Hallenbeck <chuckh at mhonline.net> ----- Date: Tue, 10 Jul 2001 19:11:17 -0400 (EDT) From: Charles Hallenbeck <chuckh@xxxxxxxxxxxx> To: Gregory Nowak <romualt at megsinet.net> Subject: Re: afix 0.03 In-Reply-To: <200107102048.f6AKmbN11976 at mail3.mx.voyager.net> Hi Greg - That is sure a puzzler. It compiles okay on my system, on Frank Carmickle's, and on Geoff Shang's, and the error message in your make output does not make sense to me. I wonder what G++ you are using? Mine is egcs-2.91.66 I am attaching a compiled binary just for kicks, but that does not solve your problem. I will poke around a little more and see what I can learn. You might want to share that error with the speakup list - those folks know their stuff. Chuck Visit me at http://www.mhonline.net/~chuckh (Yahoo ID: hallenbeck2002) The Moon is Waning Gibbous (76% of Full) ----- End forwarded message ----- -------------- next part -------------- g++ -Wall -c af0.cpp /usr/include/g++-2/streambuf.h: In method `struct streampos streambuf::pubseekoff(streamoff, enum _seek_dir, int = 3)': In file included from /usr/include/g++-2/iostream.h:31, from /usr/include/g++-2/fstream.h:30, from af.hpp:2, from af0.cpp:2: /usr/include/g++-2/streambuf.h:362: conversion from `__off64_t' to non-scalar type `streampos' requested /usr/include/g++-2/streambuf.h: In method `struct streampos streambuf::pubseekpos(struct streampos, int = 3)': /usr/include/g++-2/streambuf.h:364: `struct streampos' used where a `__off64_t' was expected /usr/include/g++-2/streambuf.h:364: warning: control reaches end of non-void function `streambuf::pubseekpos(streampos, int)' make: *** [af0.o] Error 1