LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Solaris / OpenSolaris (https://www.linuxquestions.org/questions/solaris-opensolaris-20/)
-   -   mksh: error using make (https://www.linuxquestions.org/questions/solaris-opensolaris-20/mksh-error-using-make-210813/)

DavidPhillips 07-28-2004 07:07 PM

mksh: error using make
 
Solaris 10

trying to use make.

I added /usr/ccs/bin to my path.

# echo $PATH
/usr/sbin:/usr/bin:/usr/ccs/bin



# ./configure
creating cache ./config.cache
checking for a BSD compatible install... ./install-sh -c
checking whether build environment is sane... yes
checking whether make sets ${MAKE}... yes
checking for working aclocal... missing
checking for working autoconf... missing
checking for working automake... missing
checking for working autoheader... missing
checking for working makeinfo... missing
checking for gcc... no
checking for cc... cc
checking whether the C compiler (cc ) works... yes
checking whether the C compiler (cc ) is a cross-compiler... no
checking whether we are using GNU C... no
checking whether cc accepts -g... yes
checking for '/etc/cron.daily/' directory... no
checking for dirent.h that defines DIR... yes
checking for opendir in -ldir... no
checking how to run the C preprocessor... cc -E
checking for ANSI C header files... yes
checking for fcntl.h... yes
checking for unistd.h... yes
checking for fts.h... no
checking for working const... yes
checking for uid_t in sys/types.h... yes
checking for size_t... yes
checking for working fnmatch... yes
checking for getcwd... yes
checking for regcomp... yes
checking for strdup... yes
checking for strerror... yes
checking for strstr... yes
checking for a BSD compatible install... ./install-sh -c
updating cache ./config.cache
creating ./config.status
creating Makefile
creating config.h


-bash-2.05b# make
mksh: Fatal error in reader: = missing from replacement macro reference
Current working directory /home/david/install/slocate-2.6


Thanks

jlliagre 07-28-2004 07:26 PM

Your program probably demand gmake (gnu-make), available at your favorite location (companion-CD, sunfreeware, blastwave, ...)

btw, you'll find also slocate binaries already compiled in some of them.

DavidPhillips 07-28-2004 08:06 PM

cool,

I'll look for it.

thanks,


All times are GMT -5. The time now is 02:26 PM.