>I think what we can do to help is to track down exactly what the 
>problems are and make sure Walter knows about them. If possible we could 
>also try to fix them.
>The problems I have are:
>Undefined symbols:
>__deh_beg
>__deh_end
>__Dmain
>__minfo_beg
>__minfo_end

Undefined symbols is not the fundumental problem, it is possible to make them
seen as defined. I was able to make shared runtime library as .so.
The problem is that the very first library funciton call from Dmain is not 
going to work,
because EBX is not PIC register.



Reply via email to