MySQL Forums
Forum List  »  Source, Builds, Binaries

Re: Trouble compiling HPUX 11.11.
Posted by: Michael Boul
Date: October 11, 2004 07:16AM

../../extra/comp_err czech/errmsg.sys
Usage: ../../extra/comp_err [-?] [-I] [-V] fromfile tofile
*** Error exit code 255

The error is correct, after mucking with the makefile, I finally got it to compile, link and run. The offending lines are:

czech/errmsg.sys: czech/errmsg.txt
$(top_builddir)/extra/comp_err $^ czech/errmsg.sys

changing them to this allowed everything to work.

czech/errmsg.sys: czech/errmsg.txt
$(top_builddir)/extra/comp_err czech/errmsg.txt czech/errmsg.sys

Thanks for those who were looking at this.

Options: ReplyQuote


Subject
Views
Written By
Posted
4086
October 05, 2004 08:57AM
Re: Trouble compiling HPUX 11.11.
2691
October 11, 2004 07:16AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.