Building Apache for Windows from CLI

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
alex.barylski
DevNet Evangelist
Posts: 6267
Joined: Tue Dec 21, 2004 5:00 pm
Location: Winnipeg

Building Apache for Windows from CLI

Post 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 :)
Post Reply