Mail Archives: cygwin/1997/05/16/18:12:36
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 DOT mintz AT po DOT cle DOT ab DOT com |
| Mayfield Hts., OH 44124-6118 | CIS: 71461,632 |
+------------------------------+------------------------------------+
-
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".
- Raw text -