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]

DLLTOOL@ not found


When I tried to compile CDK on my Windows NT box, I ran into a problem. 
In the Makefiles in tcl/win and tk/win there were lines written:
DLLTOOL = @DLLTOOL@
which caused errors.  I replaced them by 
DLLTOOL = dlltool
and the compile is now proceeding.  Can anyone tell me what the original
syntax means and/or why it was there?

	Benjamin Scarlet
-
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]