gcl-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Gcl-devel] Cross compile


From: Gabriel Dos Reis
Subject: Re: [Gcl-devel] Cross compile
Date: Sun, 17 Oct 2010 14:17:44 -0500

On Sun, Oct 17, 2010 at 2:02 PM, Jose Antonio Garcia Peiro
<address@hidden> wrote:
> || It is possible configure GCL for generate C or C++ code?
>
> |No. GCL generates K&R-style function prototype declarations instead
> |`regular' prototype declarations.
>
> I am confused. GCL generates C/C++ code or not?(We assume that the K&R-style
> is compatible with any C/C++ compiler)

There is no such thing as a C/C++ compiler.  You either have a C compiler
or you have C++ compiler.  A C++ compiler does not accept K&R-style
definition; therefore, a C++ compiler cannot be used to build and use GCL.

-- Gaby



reply via email to

[Prev in Thread] Current Thread [Next in Thread]