Sam Varshavchik Wrote:

> Use gmake instead of make, as you're supposed to do on BSD.  From INSTALL:
> 
>    [ ... etc. ... ]

Yeah, I always normally use gmake ... but this time, due to an unrelated 
error, my local PATH got set incorrectly when I logged into the "courier"
account on my system.  This caused a script that usually comes first in 
that PATH to be incorrectly ignored:

  script file:  ~/bin/make
  contents:

      #!/bin/sh
      exec /usr/local/bin/gmake "$@"
      exit 1

Fixing the unrelated problem so that my local PATH is set correctly
(thereby causing this script to once again be invoked whenever 'make' is 
requested when I'm logged in as "courier") solved the problem.

Thanks.




-------------------------------------------------------
This SF.Net email is sponsored by:
Sybase ASE Linux Express Edition - download now for FREE
LinuxWorld Reader's Choice Award Winner for best database on Linux.
http://ads.osdn.com/?ad_id=5588&alloc_id=12065&op=click
_______________________________________________
courier-users mailing list
[EMAIL PROTECTED]
Unsubscribe: https://lists.sourceforge.net/lists/listinfo/courier-users

Reply via email to