[Tremor] compiling tremor using g++
Rod Boyce
rod at boyce.net.nz
Fri Oct 22 23:38:24 PDT 2004
I suggest that you just extern "C" the tremor interface functions and
then you can call them directly from your C++ code. Why would you want
to use the evil C++ anyway ;-) .
I have not done this with tremor but I have used many other C to C++
interfaces this way without problems.
Regards,
Rod Boyce.
Lakshmi Kantha Reddy wrote:
>hi,
>
>ya, i can able to successfully compile the Tremor with
>gcc ,but the problem in my case is my project makes
>use of SystemC library, which is implemented in C++.
>
>so, this is how the conflict raised between C and C++.
>so, i thought of compiling Tremor with C++ and so
>linking with SystemC library will not be a problem.
>but, the Tremor source code is not in compliance with
>C++. Is there any way I can get the C++ compliance
>Tremor source code?...
>
>
>
>--- Monty <xiphmont at xiph.org> wrote:
>
>
>
>>
>>On Wed, Oct 20, 2004 at 07:13:01AM -0700, Lakshmi
>>Kantha Reddy wrote:
>>
>>
>>>hello,
>>>i am doing my thesis in implementing tremor in
>>>SystemC, which is an extension library to C++.
>>>
>>>i am trying to compile the entire tremor library
>>>
>>>
>>with
>>
>>
>>>g++, but i am not successful in compiling.
>>>
>>>
>>Tremor is C, not C++. You want to use gcc and
>>brobably the standard
>>Makefile provided by autoconf and configure.
>>
>>Monty
>>
>>
>>
>
>
>
>
>__________________________________
>Do you Yahoo!?
>Yahoo! Mail Address AutoComplete - You start. We finish.
>http://promotions.yahoo.com/new_mail
>_______________________________________________
>Tremor mailing list
>Tremor at xiph.org
>http://lists.xiph.org/mailman/listinfo/tremor
>
>
More information about the Tremor
mailing list