tinycc-devel
[Top][All Lists]
Advanced

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

Re: [Tinycc-devel] Creating .so files.


From: Rob Landley
Subject: Re: [Tinycc-devel] Creating .so files.
Date: Wed, 29 Aug 2007 05:17:56 -0500
User-agent: KMail/1.9.6

On Wednesday 29 August 2007 3:25:04 am bifferos wrote:
> I tried to produce a .so file with:
>
> tcc -shared -r dll.c -o test_dll.so
>
> but when dlopen()ing it I got the error:
>
> ./test_dll.so: only ET_DYN and ET_EXEC can be loaded
>
> Any ideas what I'm doing wrong?

What version are you using, and what platform are you using it on?

Rob
-- 
"One of my most productive days was throwing away 1000 lines of code."
  - Ken Thompson.




reply via email to

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