On 1/29/09 10:19 AM, "Kern, Thomas" <thomas.k...@hq.doe.gov> wrote:


> make[2]: Entering directory `/usr/src/packages/BUILD/mysql-5.0.26/sql'
> d --debug --verbose sql_yacc.yy
> make[2]: d: Command not found

Looks like some Solaris dtrace stuff has slipped into the build. You can
comment out the line in the makefile that runs this.

Cd to the directory listed, and do a 'make -n'. That will tell you what
commands it wants to execute. Then try doing them one by one.


> make[2]: [sql_yacc.cc] Error 127 (ignored)

Do you have bison installed? You need a yacc clone (or real yacc) to process
the yacc grammar that you'll end up compiling later on.

----------------------------------------------------------------------
For LINUX-390 subscribe / signoff / archive access instructions,
send email to lists...@vm.marist.edu with the message: INFO LINUX-390 or visit
http://www.marist.edu/htbin/wlvindex?LINUX-390

Reply via email to