Hi
Still need hints on how to fix the linking problem that
win.32 lib from avifile wants to call the 
create function from pthreads via
   pthread_create  (1)
symbol while my
pthreads library only exports 
   pthread_create@@GLIBC-2.1 (2)
symbol which will not be detected by the linker surely.
So how do I either make avifiles win32 lib  use the installed pthreads
library respective calling (2) instead of (1) or having pthread exporting (1) 
too ???

The worst case would be having a separate pthreads library beeing distributed 
with the binary of my  addin module.
But there should be something more sophisticated.
Something making live easier as the final binaries will generated by others 
only knowing which sources to take and how to extend an automatically 
genreated Makefile, how to call make and manually distribute binaries.
There is no cvs like thing, no autoconf automake like thing nothing.
so it has to be as simple as possible too :(

avifile 0.7.16
pthreads from glibc 2.1 
cu
Christoph 

-- 
It doesn't matter what you are
it matters that you are yourself
It doesn't matter who loves you
it matters that you like yourself

_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile

Reply via email to