> It emerged, that the ggc-3.0 seems to be the best compiler for SAPDB. 

Make sure that sizeof (bool) == 1, because some sources rely on that. I think gcc-3.0 
had a problem with that and gcc-3.1 fixed it.

> ../obj//enalib.a(ven32c-s.o): In function `sql32_lock_comseg':
> ven32c-s.o(.text+0x5ac): undefined reference to `e76_interlock'
> ven32c-s.o(.text+0x5b0): undefined reference to `e76_interlock'

ven76a contains the line
&if  $MACH = ALPHA and $OSSPEC = OSF1
so I guess you'll have to change that to
&if  $MACH = ALPHA and $OSSPEC in [OSF1, LINUX]
and see if gasm likes the code.

Daniel Dittmar

-- 
Daniel Dittmar
SAP DB, SAP Labs Berlin
[EMAIL PROTECTED]
http://www.sapdb.org/
_______________________________________________
sapdb.general mailing list
[EMAIL PROTECTED]
http://listserv.sap.com/mailman/listinfo/sapdb.general

Reply via email to