Hi!

Am Di, den 15.03.2005 schrieb Heikki Tuuri um 8:21:
> Douglas,
> 
> ----- Original Message ----- 
> From: ""Douglas B. Jones"" <[EMAIL PROTECTED]>
> Newsgroups: mailing.database.myodbc
> Sent: Monday, March 14, 2005 11:19 PM
> Subject: compilation problems with 4.1.10a on Tru64 5.1
> 
> 
> >
> > [[...]]
> >
> > It failed the compilation with this (I tried to put line breaks in it):
> >
> > gmake gen_lex_hash
> > [[...]]
> > creating gen_lex_hash
> > gmake[5]: Leaving directory `/src/net/db/mysql/mysql-4.1.10a/sql'
> > ./gen_lex_hash > lex_hash.h
> > gmake[4]: *** [lex_hash.h] Error 1
> > [[...]]
> >
> > The file, MYSQLDIR/sql/lex_hash.h is zero bytes.
> >
> > Any idea where I should go from here? Thanks!
> 
> try deleting that zero-byte lex_hash.h.

Right, try that.

It seems there is a race condition somewhere deep in the Makefiles that
(on rare occasions) causes these problems with gen_lex_hash.

As an alternative, you could block the parallel "make" jobs and force
serial execution to avoid these.

HTH,
Jörg

-- 
Joerg Bruehe, Senior Production Engineer
MySQL AB, www.mysql.com
Office:  (+49 30) 417 01 487


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

Reply via email to