From: vicking AT etud DOT insa-tlse DOT fr Date: Mon, 15 Jun 1998 18:34:24 +0200 Message-Id: <199806151634.SAA23401@jaures.etud.insa-tlse.fr> To: djgpp AT delorie DOT com Subject: RSXNT problems Precedence: bulk I've installed RSXNT and when i try compiling the first "hello world" for win 95 ( in the manual, first Win32 app ) i got this error msg : could not open c_app no such file or directorie i try gcc -v -Zwin32 test.c -o test.exe i found 2 libc_app.a one in the \rsxntdj\lib\st the other in \rsxntdj\lib\mt I try to compile with: gcc -Zwin32 -Lc:\rsxntdj\lib\st test.c -o test.exe and with : gcc -Zwin32 -Lc:\rsxntdj\lib\mt test.c -o test.exe and it works well... i don't understand why i must precise this path to gcc and why there are 2 versions of c_app ... Where can i have more documention for RSXNT ??? Where can i have more code samples for RSXNT ??? Thanx for advance Vicking