Mail Archives: djgpp/1998/09/07/20:15:19
From: | spacetime AT gmx DOT net (Joern Philipp Meier)
|
Newsgroups: | comp.os.msdos.djgpp
|
Subject: | RSXNTDJ problem
|
Date: | Tue, 08 Sep 1998 00:00:47 GMT
|
Organization: | Joern Online
|
Lines: | 44
|
Message-ID: | <6t1s27$2ag$1@public.ndh.net>
|
NNTP-Posting-Host: | port080.koeln.ndh.net
|
Mime-Version: | 1.0
|
NNTP-Posting-Date: | 8 Sep 1998 00:00:07 GMT
|
To: | djgpp AT delorie DOT com
|
DJ-Gateway: | from newsgroup comp.os.msdos.djgpp
|
Hi,
somehow I had the idea of downloading DJGPP with RSXNTDJ and wanted to
compile a simple program taken from the Petzold. However, I always get
the following error message:
E:\CHAP03>gcc -Zwin32 sysmets3.c
e:/djgpp/bin/ld.exe: cannot open -lc_app: No such file or directory
(ENOENT)
RSXNTDJ is installed in the directory E:\DJGPP\RSXNTDJ
The Environment variables are set as follows:
SET DJGPP=E:\DJGPP\DJGPP.ENV
SET RSXNTDJ=E:\DJGPP\RSXNTDJ
and I have also changed the SPECS file in E:\DJGPP\RSXNTDJ\LIB to:
[...]
*cpp:
%{posix:-D_POSIX_SOURCE} %{Zmt: -D__MT__} %{Zdll: -D__DLL__}
%{Zcrtdll*:-D__CRTRSXNT__}\
%{Zwin32: -D__WIN32__ -D__RSXNT__ -D__EMX__
-Ie:/djgpp/rsxntdj/include}
[...]
*link:
%{Zwin32: -Le:/djgpp/rsxntdj/lib/all}
[...]
gcc -v reveals (as it is supposed to):
Reading specs from E:/DJGPP/RSXNTDJ/lib/specs
gcc version 2.8.1
Now, I don't understand what could possibly be wrong.
Thanks,
Joern
- Raw text -