Re: Hash.obj missing in NMakefile and build_w32.bat

2003-09-05 Thread Paul D. Smith
%% Marcin Wiatr <[EMAIL PROTECTED]> writes: mw> I tried to build GNU make 3.80 on WinXP and MSVC++ 6.0 but linker mw> refused to produce output. I found that "hash.obj" was missing in mw> NMakefile, so functions implemented in that file wasn't found by mw> linker. This problem was reporte

Hash.obj missing in NMakefile and build_w32.bat

2003-09-05 Thread Marcin Wiatr
Hi, I tried to build GNU make 3.80 on WinXP and MSVC++ 6.0 but linker refused to produce output. I found that "hash.obj" was missing in NMakefile, so functions implemented in that file wasn't found by linker. Diff file made by diff.exe from WinCVS 1.2 is also included in the attachments. Marc

maybe bug

2003-09-05 Thread Mauro Russo
i launched this Makefile :   __%.cpp : %.cpp     @echo #new_file .myd > $*.myd   %.cpp : a     @echo //New_file .cpp > $*.cpp   with command make (GNU make version 3.79.1) __base.cpp in a directory where doesn't exist the file base.cpp but it exists the file a.   When make matches the target