hi folks,
i' trying to compile 5.7 release 1 on 10.3.4
configure complains about not finding tk.h, what is strange as it is where configure should be looking for it (tcl.h is found and they are in the same directory).
any ideas?
regards,
Florian
hi folks,
i' trying to compile 5.7 release 1 on 10.3.4
configure complains about not finding tk.h, what is strange as it is where configure should be looking for it (tcl.h is found and they are in the same directory).
any ideas?
regards,
Florian
Florian Goessmann wrote:
i' trying to compile 5.7 release 1 on 10.3.4
configure complains about not finding tk.h, what is strange as it is
where configure should be looking for it (tcl.h is found and they are
in the same directory).any ideas?
Look in config.log for the actual error message.
When configure checks for the existence of a header file, it doesn't
just check that the file exists, it tries to compile a trivial test
program which contains e.g. "#include <tk.h>". If the compiler
generates any error or warning messages, the check fails.
--
Glynn Clements <glynn.clements@virgin.net>