From: Waldemar Schultz Newsgroups: comp.os.msdos.djgpp Subject: RSXNTDJ 1.06 (BETA2) setup Date: Thu, 17 Feb 2000 11:53:22 +0100 Organization: [posted via] Leibniz-Rechenzentrum, Muenchen (Germany) Lines: 48 Message-ID: <38ABD322.277F8BC1@ma.tum.de> NNTP-Posting-Host: pcritter10.mathematik.tu-muenchen.de Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Trace: wsc10.lrz-muenchen.de 950784803 1174 131.159.69.74 (17 Feb 2000 10:53:23 GMT) X-Complaints-To: news AT lrz-muenchen DOT de NNTP-Posting-Date: 17 Feb 2000 10:53:23 GMT X-Mailer: Mozilla 4.7 [de] (Win98; I) X-Accept-Language: de,en,en-US To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com What have I missed during installation, please? $DJDIR = E:/DJGPP Compiling from drive E:\... works fine, but compiling from a different drive (C:) produced the following error: C:\USR\JOBS>E:\DJGPP\BIN\gcc -Zwin32 e:s_w.c -o e:s_w.exe -v Reading specs from e:/rsxntdj/lib/specs gcc version 2.95.2 19991024 (release) e:/djgpp/lib/gcc-lib/djgpp/2.952/cpp.exe -lang-c -v -D__GNUC__=2 -D__GNUC_MINOR__=95 -Dunix -Di386 -DGO32 -DMSDOS -DDJGPP=2 -DDJGPP_MINOR=2 -D__unix__ -D__i386__ -D__GO32__ -D__MSDOS__ -D__DJGPP__=2 -D__DJGPP_MINOR__=2 -D__unix -D__i386 -D__GO32 -D__MSDOS -D__DJGPP=2 -D__DJGPP_MINOR=2 -Ie:/rsxntdj/include -Ie:/rsxntdj/include/win32 -D__WIN32__ -D_WIN32 -D__RSXNT__ s_w.c c:/temp\ccWkNBki.i GNU CPP version 2.95.2 19991024 (release) (80386, BSD syntax) #include "..." search starts here: #include <...> search starts here: e:/rsxntdj/include e:/rsxntdj/include/win32 e:/djgpp/contrib/inc c:/usr/include e:/djgpp/include e:/djgpp/lib/gcc-lib/djgpp/2.952/include e:/djgpp/include End of search list. The following default directories have been omitted from the search path: $DJDIR/lang/cxx $DJDIR/lib/gcc-lib/djgpp/2.952/../../../../djgpp/include End of omitted list. e:/djgpp/lib/gcc-lib/djgpp/2.952/cc1.exe c:/temp\ccWkNBki.i -m486 -malign-jumps=2 -malign-loops=2 -malign-functions=2 -quiet -dumpbase s_w.c -version -o c:/temp\ccMl8w1f.s GNU C version 2.95.2 19991024 (release) (djgpp) compiled by GNU C version 2.95.2 19991024 (release). s_w.c: In function `WinMain': s_w.c:42: warning: assignment makes integer from pointer without a cast e:/djgpp/bin/as.exe -o c:/temp\cctafpQ0.o c:/temp\ccMl8w1f.s e:/djgpp/bin/ld.exe -o s_w.exe e:/rsxntdj/lib/crt0w32.o -Le:/rsxntdj/lib -Le:/djgpp/contrib/lib -Le:/djgpp/lib -Le:/djgpp/lib/gcc-lib/djgpp/2.952 -Le:/djgpp/bin -Le:/djgpp/lib c:/temp\cctafpQ0.o -r -Trsxnt.djl -lgcc -lalias -lcrt2 -lex2 -lcrt -lkerne -luser3 -lgdi32 -lcomct -lcomdl -lgcc coff2pe -v -r s_w.exe ld -o c:/temp/dj200000 s_w.exe -T/rsxntdj/lib/rsxnt.djl E:\DJGPP\BIN/ld.exe: cannot open linker script file /rsxntdj/lib/rsxnt.djl: No such file or directory (ENOENT) Thanks for help.