POV-Ray : Newsgroups : povray.unix : [beta] source distribution of POV-Ray 3.6 for UNIX : Re: [beta] source distribution of POV-Ray 3.6 for UNIX Server Time
5 Jul 2024 13:42:01 EDT (-0400)
  Re: [beta] source distribution of POV-Ray 3.6 for UNIX  
From: Nicolas Calimet
Date: 3 Jul 2004 07:55:52
Message: <40e69ec8$1@news.povray.org>
Thanks for reporting this problem.  I always wanted to try compiling
POV-Ray with msys but never managed to find some time for it...

> /mingw/bin/gcc -o mkg3states -I.././../zlib   -pipe -O3 -march=pentiumpro
> -mtune=pentiumpro -malign-double -minline-all-stringops     -I.
> -I../libtiff   ../libtiff/mkg3states.c
> C:/WINNT40/Profiles/SLSAND~1.RDG/LOCALS~1/Temp/cc0Eaaaa.o(.text+0x201):mkg3states.c:
> undefined reference to `getopt'

	The libtiff library always caused me trouble in rewritting the build
system, especially when dealing with cygwin support.  I'm not surprised that
it now fails with msys.  Libtiff should normally compile ../port/getopt.c
in this environment, but seems it either does not or something is screwed up.
	I'll try to solve the problem this week-end (no guaranty...)

	- NC


Post a reply to this message

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