tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Symbol collision for function error


From: Andrea Fazzi
Subject: Re: [Tinycc-devel] Symbol collision for function error
Date: Thu, 09 Jul 2009 12:43:32 +0200
User-agent: Sup/git

Excerpts from Andrea Fazzi's message of gio lug 09 11:59:48 +0200 2009:
> Unfortunately, at the moment I'm not able to reproduce the error in a C 
> program. 

I reproduced a similar behaviour in python connecting to libtcc through 
ctypes (python FFI). Here's the console session:

>>> from ctypes import *
>>> lib = cdll.LoadLibrary("libtcc.so")
>>> lib
<CDLL 'libtcc.so', handle 862a5f0 at b7e89dac>
>>> state = lib.tcc_new()
>>> lib.tcc_compile_string(state, "void")
python: : Unknown error 3078220030

Again the pattern %s:%d:%s

Andrea

-- 
Andrea Fazzi @ alca.le.it
Follow me on http://twitter.com/remogatto




reply via email to

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