Message-ID: <3872AFD0.2852D65C@caresystems.com.au> Date: Wed, 05 Jan 2000 12:43:29 +1000 From: leon X-Mailer: Mozilla 4.7 [en] (Win95; I) X-Accept-Language: en MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: HELP NEWBIE References: <20000104201740 DOT 26293 DOT 00000567 AT ng-fn1 DOT aol DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com 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.