From: ian AT cygnus DOT com Subject: Re: Trying to remake dlltool 8 Jul 1997 16:54:55 -0700 Approved: cygnus DOT gnu-win32 AT cygnus DOT com Distribution: cygnus Message-ID: <199707082200.SAA13461.cygnus.gnu-win32@tweedledumb.cygnus.com> References: <199707081658 DOT RAA02474 AT zaphod DOT long DOT harlequin DOT co DOT uk> Original-To: jont AT harlequin DOT co DOT uk Original-CC: gnu-win32 AT cygnus DOT com Original-Sender: owner-gnu-win32 AT cygnus DOT com >I am trying to rebuild dlltool and am running into problems. The >reason I am trying to rebuild it is that it produces symbols with one >too many _ characters at the start, and these break the link step. This problem is almost certainly not in dlltool. >Anyway, there appear to be at least two programs which this process >requires which are missing. One is bison, I've got round that by doing >the bison step of the make on a unix machine. The b18 release probably has byacc, which is a bison equivalent. >The second is update, >used by the configure program in cdk/libiberty. I can't find this >program on any machine, so I have no idea what it's supposed to do. >The command line in question says:- >update alloca-normal.h alloca-conf.h >Anyone have any idea either where to find this, or how to simulate >what it's trying to do? You should not be using configure.bat in cygwin32. There is no configure script for libiberty, there is only a configure.in script which is used by the top level configure script. Disregard libiberty/README, as it is incorrect. Always run configure from the top level; it will automatically configure all the subdirectories, including libiberty, bfd, and binutils. Ian - For help on using this list (especially unsubscribing), send a message to "gnu-win32-request AT cygnus DOT com" with one line of text: "help".