Mail Archives: djgpp/2000/01/04/23:49:07
XezxV wrote:
> HI there, i just started to learn how to use Djgpp and I'm trying to do the
> Hello world program in c++,the problem is that i get a message : STUBIFY, NO
> SUCH FILE OR DIRECTORY FOUND ??/
>
> THIS is the command I'm usin : gxx hello.cpp or gxx -c -Wall hello.cpp
from my simple experience: gxx tries to call a program called stubify but it is
not aware of its exact location on your computer. so something like setting path
in your autoexec should help.
With best regards - Leon.
- Raw text -