Mail Archives: djgpp/1999/08/11/09:44:57
From: | "Pavlos" <trash24379 AT usa DOT net>
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | Re: DJGPP-Newbie needs help
|
Date: | Mon, 9 Aug 1999 05:06:03 +0300
|
Organization: | An OTEnet S.A. customer
|
Lines: | 38
|
Message-ID: | <7old3u$lqq$1@newssrv.otenet.gr>
|
References: | <7ok6vc$iqk$1 AT rohrpostix DOT uta4you DOT at>
|
NNTP-Posting-Host: | dram-a08.otenet.gr
|
X-Trace: | newssrv.otenet.gr 934164414 22362 195.167.113.231 (9 Aug 1999 02:06:54 GMT)
|
X-Complaints-To: | abuse AT otenet DOT gr
|
NNTP-Posting-Date: | 9 Aug 1999 02:06:54 GMT
|
X-Newsreader: | Microsoft Outlook Express 4.72.3110.1
|
X-MimeOLE: | Produced By Microsoft MimeOLE V4.72.3110.3
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Reply-To: | djgpp AT delorie DOT com
|
Roland Moritz wrote in message <7ok6vc$iqk$1 AT rohrpostix DOT uta4you DOT at>...
>When I try to compile my "hello world"-program, the following error occurs:
>"Installation problem, cannot exec 'stubify': no such file or directory
>(ENOENT)"
>
Do you have the 'stubify.exe' in your djgpp/bin directory? Are you sure you
installed
DJGPP ok? Check if you have a 'SET DJGPP=x:/djgpp/djgpp.env' line in your
autoexec.bat (where x:/djgpp is the path to your djgpp directory).
>Also, if i try to compile the demo Allegro-program, the compiler says he
>can't find the "Allegro.h"-File, so I put it in the include-directory List,
>and then he says, that he can't find the source file "demo.c" anymore.
>
Read the file 'readme.dj' in Allegro's directory (something like
x:/djgpp/allegro/readme.dj).
It tells you how to build and install allegro. You have to go into allegro's
directory,
type 'make' and when it's over, type 'make install'. If you have done this
already, you
should have 'allegro.h' in your djgpp/include directory and liballeg.a in
your
djgpp/lib directory.
Also, make sure you use #include <allegro.h> in your source code.
Pavlos
>Please help me, I know that my questions may sound stupid, but I'm quite
new
>to C and DJGPP; I would also appreciate it a lot, if someone could just
>explain to me every step necessary to setup DJGPP right, cause so far, I
>couldn't compile a single program, because there always were some .h-Files
>not found or something else wasn't configured the right way.
>
- Raw text -