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?



      ___________________________________________________________
Yahoo! Answers - Got a question? Someone out there knows the answer. Try it
now.
http://uk.answers.yahoo.com/ 


_______________________________________________
Tinycc-devel mailing list
Tinycc-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/tinycc-devel

Reply via email to