Ralf, there's a "vcvars32.bat" in the bin/ folder of your MSVC++. Run this file before compiling, that should set the standard include paths correctly. (btw "stdio.h" is a standard C include header that comes with the compiler).
Alternatively, if you don't want to compile the libraries yourself, but rather use precompiled Windows binaries, you can download these e.g. at stunnel.org, try http://www.stunnel.org/download/stunnel/win32/openssl-0.9.6b/openssl-0.9.6b.zip I redirected this to the openssl-users mailing list, since that's the preferred list for this kind of post; openssl-dev is reserved to discussions about development issues of the OpenSSL package. I guess the development team will be thankful if you spare them with such requests. Cheers, Steve Ralf Dreger wrote: > Dear Team, > > I'm a simple windows NT user and I'm not able to comile/install your system > (I need it for bind). > > What shout I do? > > I'm using the following system: > - Windows NT Server 4.0 Sp6a english 128 > - Pentium MMX 200 // 128 MB > - Visual C++ 6.0 Sp5 english > - Miscrosft MASM 615 (now part of PP) > > What I did: > - perl Configure VC-WIN32 > - ms\do_masm > - nmake -f ms\ntdll.mak > > After a while the error is coming. I tryed to find the file, but it is not > coming > with your product. > > Error with openssl-0.9.6b: > ---------------------------------------------------------------------------- > ---------------------------------------------------------------------- > nul > .\rsaref\rsaref.h > 1 file(s) copied. > cl /Fotmp32dll\cryptlib.obj -Iinc32 -Itmp32dll /MD /W3 /WX /G5 /Ox > /O2 > /Ob2 /Gs0 /GF /Gy > /nologo -DWIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 - > DBN_ASM -DMD5_ASM -DSHA1_ASM -DRMD160_ASM /Fdout32dll > GD -D_WINDLL -D_DLL -c . > \crypto\cryptlib.c > cryptlib.c > .\crypto\cryptlib.c(59) : fatal error C1083: Cannot open include file: > 'stdio.h' > : No such file or directory > NMAKE : fatal error U1077: 'cl' : return code '0x2' > Stop. > > C:\openssl-0.9.6b> > ---------------------------------------------------------------------------- > ---------------------------------------------------------------------- > > Error with openssl-0.9.6-stable-SNAP-20020112: > ---------------------------------------------------------------------------- > ---------------------------------------------------------------------- > nul > .\rsaref\rsaref.h > 1 file(s) copied. > cl /Fotmp32dll\cryptlib.obj -Iinc32 -Itmp32dll /MD /W3 /WX /G5 /Ox > /O2 > /Ob2 /Gs0 /GF /Gy > /nologo -DWIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 - > DBN_ASM -DMD5_ASM -DSHA1_ASM -DRMD160_ASM /Fdout32dll > GD -D_WINDLL -D_DLL -c . > \crypto\cryptlib.c > cryptlib.c > .\crypto\cryptlib.c(59) : fatal error C1083: Cannot open include file: > 'stdio.h' > : No such file or directory > NMAKE : fatal error U1077: 'cl' : return code '0x2' > Stop. > > C:\sw-insta\Openssl\openssl-0.9.6-stable-SNAP-20020112> > ---------------------------------------------------------------------------- > ---------------------------------------------------------------------- > > Regards > Ralf -- _____________________________________________________________________ GINIT Technology GmbH [EMAIL PROTECTED] Steve Wirth PGP-Key: 0x17FA604D Emmy-Noether-Str. 11 www.ginit-technology.com phone: +49-721-96681-0 D-76131 Karlsruhe fax: +49-721-96681-111 ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]