epix-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ePiX-users] Compiling ePiX on NetBSD


From: Aran Clauson
Subject: [ePiX-users] Compiling ePiX on NetBSD
Date: Sat, 14 Feb 2009 12:48:12 -0800
User-agent: KMail/1.9.9

All,
        There are two issues with compiling ePiX on NetBSD-current.  
First, the make_header script assumes bash is in /bin.  On 
NetBSD it is part of pkgsrc and the installed location is 
configurable.  The good news is that make_header works with 
sh, which is in /bin.  Second, the Makefile in the doc 
directory uses ksh rather than bash or sh.  ksh interprets 
bash style output redirection, " &>/dev/null", as 
asynchronous process creation.  Changing "&>/dev/null" 
to "2>&1 >/dev/null" fixes the problem.  Attached is a 
patch with both of these changes.

Aran

Attachment: netbsd.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]