[sldev] getting serious about software.

Bryan O'Sullivan bos at lindenlab.com
Mon Jun 25 10:34:17 PDT 2007


Callum Lerwick wrote:

> I've experimented with Intel's compiler, but I can't actually get the
> thing to link right on Fedora 6/7, so I've only been able to look at its
> assembler output.

I've got the viewer compiling with version 10 of the Intel compiler. 
Look for a few changes to SConstruct soon that support this.

If you're having linking problems, it's probably because you're linking 
with icc (the C compiler), when you should be using icpc (the C++ 
compiler) instead.

	<b


More information about the SLDev mailing list