Configure is OK. When I try to run make, I have: # make "Rules", line 44: Need an operator "Rules", line 48: Need an operator "Rules", line 50: Need an operator "Rules", line 55: Need an operator "Rules", line 64: Need an operator "Rules", line 73: Need an operator "Rules", line 81: Missing dependency operator "Rules", line 82: Could not find depend "Rules", line 83: Need an operator "Rules", line 85: Need an operator Fatal errors encountered - cannot continue -- Miłosz Oller Dnia 2012-08-24, pią o godzinie 00:35 +0200, Crest pisze:
On 24.08.2012 00:26, Miłosz Oller wrote:
Hi
How can I install BIRD on OpenBSD? In ports is only version 1.3.6. In FreeBSD Ports is 1.3.8.
Install the dependecies and compile BIRD from source without the ports infrastructure.
On 2012/08/24 00:45, Miłosz Oller wrote:
Configure is OK. When I try to run make, I have: # make "Rules", line 44: Need an operator "Rules", line 48: Need an operator "Rules", line 50: Need an operator "Rules", line 55: Need an operator "Rules", line 64: Need an operator "Rules", line 73: Need an operator "Rules", line 81: Missing dependency operator "Rules", line 82: Could not find depend "Rules", line 83: Need an operator "Rules", line 85: Need an operator Fatal errors encountered - cannot continue
BIRD's Makefiles use GNU extensions, you would need to use gmake on OpenBSD.
Compile with gmake works without errors. -- Miłosz Oller Dnia 2012-08-24, pią o godzinie 00:13 +0100, Stuart Henderson pisze:
On 2012/08/24 00:45, Miłosz Oller wrote:
Configure is OK. When I try to run make, I have: # make "Rules", line 44: Need an operator "Rules", line 48: Need an operator "Rules", line 50: Need an operator "Rules", line 55: Need an operator "Rules", line 64: Need an operator "Rules", line 73: Need an operator "Rules", line 81: Missing dependency operator "Rules", line 82: Could not find depend "Rules", line 83: Need an operator "Rules", line 85: Need an operator Fatal errors encountered - cannot continue
BIRD's Makefiles use GNU extensions, you would need to use gmake on OpenBSD.
participants (2)
-
Miłosz Oller -
Stuart Henderson