Re: gnu make problem

2007-05-17 Thread Paul Smith
On Thu, 2007-05-17 at 11:17 +0530, chandan wrote: > I am trying to build Microsoft visual c++ programs at the command line > using GNU MAKE. The msdn library says that If you have a project that > you build from the command line with a make file, then the Visual > Studio development environment wil

Re: GNU make problem

2005-09-08 Thread Paul D. Smith
%% "Anderson, Craig" <[EMAIL PROTECTED]> writes: ac> I have a makefile that exhibits a strange error ac> If I run make -B (always build), it loops, rebuilding the .dep files. ac> I have isolated the problem to a simple test case, which is provided as ac> an attached gzipped tarball.

Re: GNU make problem with environment variables on IRIX

2001-06-26 Thread Paul D. Smith
%% Charlie Zender <[EMAIL PROTECTED]> writes: cz> Following is a three line Makefile which is processed differently cz> by GNU make version 3.79.1 on GNU/Linux vs. IRIX systems. I'm cz> pretty sure, but not positive, that the linux behavior is correct, cz> but make syntax is so bizarre ma