POV-Ray : Newsgroups : povray.unix : Re: Input file size restrictions?? : Re: Input file size restrictions?? Server Time
28 Sep 2024 18:17:18 EDT (-0400)
  Re: Input file size restrictions??  
From: Warp
Date: 7 May 2006 09:24:25
Message: <445df509@news.povray.org>
Nicolas Calimet <pov### [at] freefr> wrote:
>         IIRC the distinction appeared in icc-8.1, and it was probably
> necessary due to the kind of problem you encountered.

  The only problem is that ".o" files are ambiguous. The extension doesn't
indicate what kind of object file it is.

  gcc and icc have no problems whatsoever in compiling C++ source files
as long as they are named appropriately (ie. eg. ".cc" or ".cpp" or
whatever). However, when they are used as a linker they have no way of
knowing that they should be linking in C++ mode instead of C mode.

  You *can* actually use gcc (and probably icc) to link C++ binaries.
You just have to provide the proper -l options. g++ (and thus icpc) simply
uses these options by default. Otherwise there's probably little difference
between the two.

-- 
                                                          - Warp


Post a reply to this message

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