[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Can't make gnokii 0.6.3 on openbsd 3.5
From: |
PHP Mechanic |
Subject: |
Re: Can't make gnokii 0.6.3 on openbsd 3.5 |
Date: |
Fri, 13 Aug 2004 09:10:46 +1000 |
> > Seem to be able to compile gnokii ok but get errors when using make or
> > gmake:
> >
> > "./Makefile.global", line 75: Missing dependency operator
> > "./Makefile.global", line 77: Need an operator
> > "./Makefile.global", line 88: Need an operator
> > "./Makefile.global", line 90: Need an operator
> > "Makefile", line 20: Need an operator
> > "Makefile", line 23: Need an operator
> > "Makefile", line 25: Need an operator
> > "Makefile", line 27: Need an operator
> > "Makefile", line 84: Need an operator
> > "Makefile", line 86: Need an operator
> > Fatal errors encountered -- cannot continue
> >
> > Why am I getting these errors?
>
> Because you don't use GNU make.
This is what I get when I use GNU make:
# /usr/local/bin/gmake
Makefile:74: warning: overriding commands for target `intl'
Makefile:68: warning: ignoring old commands for target `intl'
make -C intl
make: unknown option -- C
usage: make [-Beiknqrst] [-D variable] [-d flags] [-f makefile ]
[-I directory] [-j max_jobs] [-m directory] [-V variable]
[variable=value] [target ...]
gmake: *** [intl] Error 2
I have issues using make and gmake. What can I do to fix this?