[Sumover-dev] RE: Reg: VIC on Snow Leopard

Douglas Kosovic douglask at itee.uq.edu.au
Tue Sep 15 05:40:57 BST 2009


Hi Akhila,

 

As the log is saying it can't find the gcc command, I suspect you
haven't installed Xcode which can be found on the Snow Leopard DVD.

 

 

Doug

 

 

From: Akhila [mailto:akhila844 at gmail.com] 
Sent: Tuesday, 15 September 2009 2:33 PM
To: Douglas Kosovic
Cc: sumover-dev at cs.ucl.ac.uk
Subject: Re: Reg: VIC on Snow Leopard

 

Hello Douglas,

I get the following output when I try to configure common folder using
$CC="gcc -arch i386" ./configure

checking build system type... i386-apple-darwin10.0.0
checking host system type... i386-apple-darwin10.0.0
checking for gcc... gcc -arch i386
checking for C compiler default output file name... 
configure: error: C compiler cannot create executables
See `config.log' for more details.


I am attaching the config.log for your reference. Am I missing anything
here? 

I did an upgrade from Leopard to Snow Leopard and made sure I installed
Quick time 7. Do let me know.

Thanks

Akhila



On Tue, Sep 8, 2009 at 7:19 AM, Douglas Kosovic <d.kosovic at uq.edu.au>
wrote:

Hi Akhila,

With fixed handling of the CC & CXX environment variables, 32bit VIC now
builds on Snow Leopard . So if you want to use a capture device, you
need invoke configure something like so:

For common do something like:

 CC="gcc -arch i386" ./configure

For VIC do something like:

 CC="gcc -arch i386" CXX="g++ -arch i386" ./configure

In the GUI, there are some minor issue with truncated labels possibly
related to Tcl/Tk 8.5 (earlier MacOS X versions used 8.4), but for the
most part seems to be working.


Doug

 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://oakham.cs.ucl.ac.uk/pipermail/sumover-dev/attachments/20090915/e93d5a61/attachment-0001.html


More information about the Sumover-dev mailing list