Page 1 of 1

Building Apache for Windows from CLI

Posted: Thu Apr 13, 2006 5:10 pm
by alex.barylski
Anyone ever try it using command line only? :P

I don't have Visual C++ anymore so I am using free compiler thus I have to resort to command line compilation...

Everything is configured properly I think and everything compiles except when I reach resource compilation everything chokes saying cannot find 'msvcrt.lib' which I don't understand because I have setup environment vars appropriately I'm sure...???

I just searched my entire HDD drive for that stupid file and only found two:
1) AMD64/msvcrt.lib
2) IA64/msvcrt.lib

Neither of which is my target platform but instead I believe I am using x86 WIN32 as a release build. I just looked into those two directories and noticed only they exist, so I guess that is the way it is supposed to be :P

Anyone have any ideas?

I've read the apache docs numerous times, so please don't send me those...besides their Windows docs are poor...

Cheers :)