From: <ak...@po...> - 2000-01-21 21:06:51
|
On Fri, Jan 21, 2000 at 03:05:59PM -0600, Brian Sharp wrote: | | On the topic of makefiles, I'll jump in with a barely-related comment... | when I snagged glean and built it for Win32, I had to make a number of | modifications to the makefiles to coax it into building. The first was | that they seem to be stored with Unix newlines in them... I just grabbed the zip file from SourceForge and unzipped it, and all the Win32 makefiles look fine to me -- CR/LF at end-of-line just like they should be. However, I checked this on Linux, not on Windows. Is it possible that WinZip (or whatever other package you're using) is doing some sort of CR/LF translation by default? Maybe because the archive isn't marked as being created by Windows or DOS? | ...and then that .STRICT : directive at | the top I just had to remove to convince it to build at all. I'm clueless about .STRICT . I'll have to defer to Johan on that one. Allen |