One of the errors we're seeing is this:
kernel-omstst.shm fast
../obj//enklib.a(veo38.o): In function `eo38VDcomDispatch(tsp_dcom_dispa\
tch_parms*)':
veo38.o(.text+0x1a4c): undefined reference to `sql38aVdcomCall'
collect2: ld returned 1 exit status

Which is OK, since that function really is not defined yet.  I see this in
veo38.cpp for 64-bit Intel Linux:
 #if defined (_WIN64) || (defined(LINUX) && defined(IA64))
        sql38aVdcomCall(lpClassPtr,             /* class this pointer
*/
       (PROC)lp_IFunc,           /* entry-point
*/
       param_stack,              /* call-stack
*/
       len,                      /* call-stack length
*/
       fparam_stack,             /* call-stack (floats)
*/
       flen,                     /* call-stack length (floats)   */
       param_stack_size);        /* param-stack size: is not needed for the
assembly in this case */
 #else


Does anyone know if this would work on 31-bit Linux/390 as well?  Or do we
have to come up with something on our own?

Mark Post
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to