Yes, I have looked at config.log. It says "checking for ioctl.h" but it doesn't say where it is checking. Is it checking in /usr/include? Is it checking in /opt/toolchains....? How do I find out?
mrt -----Original Message----- From: John Burger [mailto:[EMAIL PROTECTED] Sent: Thursday, February 27, 2003 1:39 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: Newbie Question --debug Maurice Turcotte wrote: > Is there an option to either autoconf or configure > that causes verbose information spew out of configure? > I guess I am looking for a “-v” or “--debug”. > I need to find out exactly where configure is looking. Have you looked at config.log? This file is written by (all?) configure scripts. It contains everything that configure spews to stdout, plus lots more information, like the compiler calls, etc., all keyed by the relevant line number of the configure script. - John Burger MITRE
