POV-Ray : Newsgroups : povray.unix : Cygwin configure error : Re: Cygwin configure error Server Time
1 Jul 2024 00:52:04 EDT (-0400)
  Re: Cygwin configure error  
From: Ross Smith
Date: 9 Sep 2004 19:41:14
Message: <4140ea1a$1@news.povray.org>
Nicolas Calimet wrote:
>> Has anyone managed to get Povray 3.6.1 to build under Cygwin?
> 
> 
>     Yes, as cygwin was part of my various testing platforms  :-)
> 
>> Configuring TIFF Software v3.6.1
>> [snip]
>> Cannot locate a working ANSI C compiler.
> 
> 
>     I once or twice faced this situation, but cannot remember now
> what was the precise cause.  Please send me or post the following file:
> 
> libraries/tiff/config.log
> 
>     Thanks,
>     - NC

Fri Sep 10 09:04:08 NZST 2004
Running ./configure with arguments: --noninteractive --with-DSO=no 
--prefix=/usr/local --srcdir=.

This file contains information that is captured from running the configure
script.  Lines that begin with a "+" are command lines echoed by the
shell.  Other lines are the output of commands; usually the contents of
test case files or the output from compilers.  If configure does the
wrong thing, you can use the information captured here to aid in debugging.

+ . ./config.site
+ cat dummy.c
main(int argc, char* argv) { exit(0); }
+ cat xgnu.c
#ifdef __GNUC__
yes;
#endif
+ gcc -E xgnu.c
+ egrep yes
yes;
+ gcc -o dummy -I.././../jpeg -L/usr/X11R6/lib dummy.c

-- 
Ross Smith ...................... Pharos Systems, Auckland, New Zealand
"Carelessly planned projects take three times longer to complete than
expected. Carefully planned projects take four times longer to
complete than expected, mostly because the planners expect their
planning to reduce the time it takes." -- Anon.


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.