POV-Ray : Newsgroups : povray.unix : Pov on 64 bit : Re: Pov on 64 bit Server Time
28 Jun 2024 21:36:19 EDT (-0400)
  Re: Pov on 64 bit  
From: Nicolas Calimet
Date: 21 Jun 2005 08:21:50
Message: <42b8065e$1@news.povray.org>
> ./configure CFLAGS=-mabi=64 CXXFLAGS=-mabi=64 LDFLAGS=-mabi=64 \
>   -L$HOME/software/irix/lib/mabi=64 -L/usr/lib64/mips4 -L/usr/lib64

	Whoops, that is not correct as double-quotes are missing (I copied
and pasted the string from config.log which does not store quotes from the
command-line):

./configure CFLAGS=-mabi=64 CXXFLAGS=-mabi=64 \
   LDFLAGS="-mabi=64 -L$HOME/software/irix/lib/mabi=64 -L/usr/lib64/mips4
-L/usr/lib64"

	- NC


Post a reply to this message

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