This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Problems building b18 under win95


     I ran into this problem also.  It seems that the filtering to remove 
     the @stuff@ values in the Makefile doesn't modify @DLLTOOL@ so it gets 
     left in the Makefile just like that.  This is a Configure bug but I'm 
     not sure which file needs to get modified to fix it.
     
     The Makefiles produced for both Tcl *and* Tk both contain the 
     following define:
     
     DLLTOOL = @DLLTOOL@
     
     If you modify the Makefiles manually, and change the values to:
     
     DLLTOOL = dlltool
     
     The problem goes away.  Configure was supposed to do this.
     
     +------------------------------+------------------------------------+
     | Scott A. Mintz               | voice: (216) 646-4805              |
     | Allen-Bradley Company        | fax:   (216) 646-4961              |
     | 1 Allen-Bradley Drive        | email: scott.mintz@po.cle.ab.com   |
     | Mayfield Hts., OH 44124-6118 | CIS:   71461,632                   |
     +------------------------------+------------------------------------+

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]