This is the mail archive of the cygwin-apps@cygwin.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: V4a win32 macro


>>>>> "Robert" == Robert Collins <robert.collins@itdomain.com.au> writes:

Robert> However if the user doesn't put AC_PROG_CC in anyway,
Robert> the output looks like:

/tmp % cat configure.ac                                          nostromo 11:14
m4_include([acinclude.m4])
AC_INIT
AC_API_WIN32
/tmp % ace                                                       nostromo 11:15
autoconf: warning: both `configure.ac' and `configure.in' are present.
autoconf: warning: proceeding with `configure.ac'.
/tmp % ./configure                                               nostromo 11:15
checking for gcc... gcc
checking for C compiler default output... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for executable suffix... 
checking for object suffix... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking how to access the Win32 API... not found


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