Date: Thu, 4 Nov 2004 09:01:48 +0100 From: Erik Trulsson <ertr1013@student.uu.se> To: Tod McQuillin <devin@spamcop.net> Cc: freebsd-ports@freebsd.org Subject: Re: avifile-0.7.41,2 build failure Message-ID: <20041104080148.GA34674@falcon.midgard.homeip.net> In-Reply-To: <20041104164242.O28433@plexi.pun-pun.prv> References: <20041104134103.R28433@plexi.pun-pun.prv> <200411040804.34219.michaelnottebrock@gmx.net> <20041104164242.O28433@plexi.pun-pun.prv>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Nov 04, 2004 at 04:43:47PM +0900, Tod McQuillin wrote: > On Thu, 4 Nov 2004, Michael Nottebrock wrote: > > >>On Nov 4, 2004, at 12:00 AM, Tod McQuillin wrote: > >>>Is anyone else seeing this? > >>> > >>> cc -DHAVE_CONFIG_H -I. -I. -I../../../include -DHAVE_AV_CONFIG_H > >>>-I./.. -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include > >>>-D_GETOPT_H -Wall -Wno-unused -I../../../include -pipe > >>>-march=pentiumpro > > ^^^^^^^^^^^^^^^^ > > > >-march and inline asm don't always place nice. Tried without yet? > > Just tried now -- no change. Another 4-stable system I have also has > CPUTYPE=p3 in /etc/make.conf, but it builds avifile just fine. > > Curiouser and curiouser. I just managed to build avifile on 4-stable without any problems, so it seems to be a local problem with your system. One curious thing I noticed is that you do not seem to compile with any -O flag. Try adding that to CFLAGS - some files (especially ones having inline assembler) do not compile correctly when optimizations are turned off. I guess you have CFLAGS set to different values on the system it fails on and the one it fails on. -- <Insert your favourite quote here.> Erik Trulsson ertr1013@student.uu.se
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20041104080148.GA34674>