Hi,

I try to compile mysql-4.1.0-alpha on my GNU/Linux system with gcc-3.2
there was no problem with the configure, but for the make I got this :

[...]
Making all in cmd-line-utils
gmake[2]: Entering directory `/tmp/mysql-4.1.0-alpha/cmd-line-utils'
Making all in libedit
gmake[3]: Entering directory `/tmp/mysql-4.1.0-alpha/cmd-line-utils/libedit'
sh ./makelist -h ./vi.c > vi.h.tmp && \
mv vi.h.tmp vi.h
./makelist: /usr/bin/awk: No such file or directory
gmake[3]: *** [vi.h] Error 127
gmake[3]: Leaving directory `/tmp/mysql-4.1.0-alpha/cmd-line-utils/libedit'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/tmp/mysql-4.1.0-alpha/cmd-line-utils'
gmake[1]: *** [all-recursive] Error 1
gmake[1]: Leaving directory `/tmp/mysql-4.1.0-alpha'
gmake: *** [all] Error 2


On my system 'awk' is in /usr/local/bin.
I think a check should be added in the configure script for it (there is already one for 'sed').


Regards,

Pierre.



--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to