Mail Archives: djgpp/2000/01/30/07:57:47
On Sat, 29 Jan 2000, bertram wrote:
> In file included from hello.cpp:1:
> c:/djgpp/lang/cxx/iostream.h:31: streambuf.h:
> No such file or directory (ENOENT)
Most probably, you have a problem with long file names (streambuf.h
exceeds the DOS 8+3 limits on file names). See section 8.3 of the FAQ
for solutions.
> Now, I know this is probobly telling me that my path statement is not a
> right.
No, it tells you it couldn't find the header streambuf.h. Finding
header files has nothing to do with PATH.
> Is the message telling me that both iostream.h and streambuf.h are
> missed?
No, it says that only streambuf.h is missing.
> what does the 31 mean?
It's the line number in iostream.h where it wanted to include streambuf.h
>>flash<< I just read and implemented the longfilename
> enable recomendation set lfn=y. I recompiled hello world and got an error
> message one country mile long, 'undefined reference to ''xxxx" '.
> Is this progress?
Yes, this is progress, but please keep looking in the FAQ for the
solutions to these new problems as well.
- Raw text -